Mayukha Vadari
Mayukha Vadari
## High Level Overview of Change This PR removes the `/api/v1/validators` endpoint, and instead has the frontend directly call the VHS. All it was doing was caching, basically. ### Context...
## High Level Overview of Change This PR removes the `/api/v1/nodes` endpoint, and instead has the frontend directly call the VHS. All it was doing was caching, basically. ### Context...
It's useful to be able to see how many ledger objects are in each ledger, to track load and such. It would also be great to see a page with...
https://livenet.xrpl.org/transactions/5922A0BA30621C60B2B6DDBC3FF6B5BB509EB3685C4C3D56696A9FE4FE6D48A3
## High Level Overview of Change This PR adds support for XLS-42d, XRPL Plugins. This allows people to develop features in any language that supports the API (currently, C++ and...
## High Level Overview of Change This PR adds `sfPreviousTxnID`/`sfPreviousTxnLgrSequence` as fields to all ledger objects that don't already have them (except `LedgerHashes`, because that seems a bit redundant and...
## High Level Overview of Change This PR modifies the `feature` RPC to have a non-admin mode that allows conversion from the hex encodings of amendments to human-readable strings. Example:...
The logic determining which faucet to use currently guesses based on the text of the URL of the node the user is connected to. This isn't very robust, as it...
https://bun.sh/
Currently, if you pass in an incorrectly serialized transaction (say, in base64), you get the error ``` ValidationError: Wallet must be provided when submitting an unsigned transaction ``` This is...