Rome Reginelli
Rome Reginelli
This was originally scripted as part of #2259 but for some reason the script stopped working or missed a bunch of instances. Example: Before / old syntax: ```md **Note:** Any...
It seems the [Firefox] extension doesn't find the Mastodon link when you specify it with the HTML attributes using single quotes, like so: ```html ``` It worked fine immediately after...
## Summary When starting a new ledger chain/network, by default no amendments are on (except ones whose previous functionality has been retired) unless you explicitly specify `--start`. The default way...
## Issue Description When calling the `book_changes` method using WebSocket or JSON-RPC, asking for data from older ledgers leads to a long delay or even a request timeout. ## Steps...
## Issue Description The `book_changes` API method requires you to specify a ledger version, but doesn't follow the standard conventions for doing so: - It does not support shortcut strings...
## Issue Description API methods that may return data from validated or unvalidated ledger versions are supposed to specify `"validated": true` when they pull data from a validated ledger version....
## Issue Description When querying for a recent ledger by index, sometimes the result doesn't match the expected format. ## Steps to Reproduce Make WebSocket API requests such as the...
## Issue Description The ["Peer Crawler" special API method](https://xrpl.org/docs/references/http-websocket-apis/peer-port-methods/peer-crawler/) reports the `port` of peers as either an integer or a string depending on if the connection is inbound/outbound. This was...
## Summary The price of a trade that executes against an AMM is tricky to calculate and relies on the state of the ledger. It would be great to be...
The `owner_info` command is an obsolete equivalent to `account_objects`. (#4404 was the first code change to touch it in ~8 years.) It's undocumented (other than the Public API Methods page...