Chenna Keshava B S
Chenna Keshava B S
The docs for previous releases of xrpl-py are not visible on the docs website. These need to be investigated
## High Level Overview of Change Validator operators are often flummoxed by the below error:  It would be helpful if the error message can instruct the users to run...
## High Level Overview of Change This issue was reported on the Javascript client library: https://github.com/XRPLF/xrpl.js/issues/2611 The `type` filter (Note: as of the latest version of rippled, `type` parameter is...
The command line help is not documented consistently. In most places that need a value to be substituted, the documentation uses ``. e.g. ``` account_currencies [] book_changes [] book_offers [...
## High Level Overview of Change If no signing algorithm is specified, use ed25519. At the moment, the code uses secp256k1. This causes incoherence between the `fromSeed` and `generateSeed` functions...
## High Level Overview of Change - use network_id to disambiguate between different XRPL chains - move the utility function _get_network_id_and_build_version into client.py file for convinience ### Context of Change...
## High Level Overview of Change All the requests are updated to use the newer rippled v2 API responses ### Type of Change - [ ] Bug fix (non-breaking change...
## High Level Overview of Change Do not enqueue messages that correspond to an existing request ### Context of Change Bug Fix: At the moment, we are enqueuing all the...
## High Level Overview of Change Updates to the `book_changes` RPC command. Pending clarification, I believe this PR also fixes #5033 and #5036 (improves the latency of the command) ###...
It is helpful to have a "Concepts" page explaining the interaction between AMM's synthetic offers and the Centralized Limit-Order-Book. I could not find a relevant docs page that fits this...