Rome Reginelli

Results 118 comments of Rome Reginelli

The amount of funds sent/received don't change the amount of network congestion involved. If anything, lowering the amount per request would cause more congestion since people would need to call...

That suggested gray is available as `$gray-600` in the SCSS by the way

You can do this with no code changes by using `--ledgerfile path/to/file.json` with a JSON ledger file that gives the starting XRP to a custom address. (Edit: I tested this,...

Here's an example of a hand-edited JSON file that sets the starting amendments and genesis account & XRP amount to custom values. ``` { "ledger": { "accountState": [ { "Account":...

Per #3214, the fields have been marked as deprecated dating back to at least 2015. I think we can just remove them.

The `hash` field in ledger_request should stay (for now). That command has its own problems, but I don't think it uses the shared ledger deserialization that this ticket is about.

I (re-)opened #2597 for this issue. The OP there has some test cases that seem to work. (Also, confirming that this still applies to v1.10.1)

Closing this since the main reorganization work is covered in the updated information architecture stuff, and the following issues cover the proposed new tutorials: - #1025 - #1647

Related: there's a code sample for how to blackhole an account (added by https://github.com/XRPLF/xrpl-dev-portal/pull/1684 ) but it's in the misleadingly-labeled folder `delete-account/`. (Deleting an account is pretty different than blackholing...

#1667 should fix this issue