Jackson Mills
Jackson Mills
## High Level Overview of Change Add the optional parameter `marker` to `get_account_transactions` to allow pagination through results. ### Context of Change Resolves #426 ### Type of Change - [X]...
It's be good to add units to the `ledger.get_fee` function so folks know they are returning `drops`. It's also be nice to link to a description of what drops are.
When you send a request, you often get transactions back with non-canonical fields like `date` or `hash`. `Transaction.from_xrpl` should be able to still construct a Transaction object from those fields....
## High Level Overview of Change Three small objects were missing docs ### Context of Change Found while investigating writing a schema for types. ### Type of Change - [X]...
## High Level Overview of Change The user interface for defining custom definitions needs more work, so I split up #2127 to focus on the binary-codec, with this one focusing...
https://github.com/XRPLF/xrpl.js/pull/2039/files#r1327654021 An error like this could help users who accidentally are pointing at the wrong network during testing (e.g. connecting to mainnet when they meant to check testnet, or vice...
When writing tests against a standalone ledger, it's very useful to be able to send a transaction, then progress the ledger and verify that the transaction was successful. This can...
Whenever I try to follow the steps on [xrpl-dev-portal to install Dactyl](https://github.com/XRPLF/xrpl-dev-portal/blob/master/CONTRIBUTING.md), the initial `dactyl_build` fails with the error `Couldn't find a tree builder with the features you requested: xml....