Rome Reginelli
Rome Reginelli
There are some extra considerations and challenges that come up if you want to submit transactions at a very high rate (i.e. many per ledger). Provide a guide summarizing how...
A flowchart or something to represent the [amendment process](https://xrpl.org/amendments.html#amendment-process) might aid understanding. One or more diagrams could try to encompass: - the "happy path" from an amendment being open for...
Supposedly, it is possible for a user to have up to 2 trust lines without needing to pay the reserve. https://github.com/ripple/rippled/blob/866425738194a4dda2d142dfc7e73cdea71d526d/src/ripple/app/tx/impl/SetTrust.cpp#L153-L167 Investigate and update the [Reserves](https://xrpl.org/reserves.html) page with the exceptions.
Tutorial walking you through what steps you can possibly do. Should cover the immediate "how do I get control back" response for the following cases: - Your master private key...
Gateways that issue in the XRP Ledger may benefit (and the ledger itself can benefit) if they set a [TickSize](https://xrpl.org/ticksize.html) value on their issuing account, reducing the incentive for traders...
The instructions should describe: - How to configure rippled with a TLS certificate from: - A well-known CA, using Let's Encrypt as an example, with instructions for how to create...
We should have a tutorial that covers how to set up hot and cold wallets for an exchange, with sample code (optionally interactive, though that may not set a good...
Ledger gaps can occur if: - server has insufficient resources (especially disk I/O) - server was recently restarted - server lost network connectivity temporarily We should add a guide [to...
While [Public API Methods](https://xrpl.org/public-rippled-methods.html) and [Admin API Methods](https://xrpl.org/admin-rippled-methods.html) do list all the methods, it would be nice to have an alternate list of all of them in alphabetical order, preferably...
[Get Started with the rippled API](https://xrpl.org/get-started-with-the-rippled-api.html) is not exactly a tutorial, but it's sort of holding a seat for one. (It should have prerequisites, steps, etc.) Probably best to move...