Fomo

Results 26 issues of Fomo

## Summary With the explosion of tokens on the XRPL, there is a lot of people rushing to create tokens to simply grab at the rise in interest. This is...

Feature Request

Take a step back from smart contracts and their core function is logic routing at the payment level. 2% here and 98% there. Request is simple and straightforward. Allow a...

Feature Request

When clients connect to the node using pathing the node soon locks up. ## Steps to Reproduce Run node and connect some clients via websocket and path_find (note they need...

### auto sequence not functioning ``` async getOffers() { offers = await client.request({ "id": 9, "command": "account_offers", "account": wallet.classicAddress, }) log('offers') for (let index = 0; index < offers.result.offers.length; index++)...

enhancement
help wanted

Currency codes are parsed as Hex in all ledger objects. Would be great to have a standard helper function to convert the hex value to the human readable string value.

Any plans for websockets?

tried x4 to add the key from openai https://platform.openai.com/account/api-keys and it fails maybe because the keuy i get is only got v4? have no idea.

## Summary Network id is impossible to establish from the validation stream, the stream contains validators of all networks. ## Motivation Explorers, hosting tools, etc. Or anything try to validate...

API Change
Feature Request

###How To How does one spec the precision of a number field? Numbers are notoriously difficult in JavaScript we tend to use strings for many of the websocket/rest interfaces due...

if i try enter the string 'rvYAfWj5gh67oV6fW32ZzP3Aw4Eubs59B' it gets trimmed to 'rvYAfWj5gh67oV6fW32ZzP3Aw4Eubs' this seems to be due to the `this.widget = this.addWidget('text', 'value', 'value')` but im struggling to find where...