Mayukha Vadari
Mayukha Vadari
Here is a link to the relevant docs page: https://xrpl.org/docs/references/protocol/transactions/metadata/#deletednode-fields Here is an example of this occurring in a transaction: https://livenet.xrpl.org/transactions/424661CF1FD3675D11EC910CF161979553B6D135F9BD03E6F8D4611D88D27581/raw If a ledger object is modified before it's deleted,...
## Summary It would be really nice to have an RPC that provides you a list of chronological transactions that have affected a certain object. ## Motivation Object history can...
Reproduction: * Run `npm i -g xrpl` * Then try running a script with `const xrpl = require("xrpl")` * It fails with a `MODULE_NOT_FOUND` error * Try then running `npm...
Code reference: https://github.com/XRPLF/xrpl.js/blob/main/packages/xrpl/src/Wallet/fundWallet.ts Currently, the faucet generation code guesses the correct faucet to use based on substrings in the URL. This isn't a very robust system. It would be better...
## High Level Overview of Change Title says it all. ### Context of Change There were some issues when working on price oracle. ### Type of Change - [x] Bug...
`convertStringToHex` and `convertHexToString` are deprecated functions: https://github.com/XRPLF/xrpl.js/blob/main/packages/xrpl/src/utils/stringConversion.ts These functions are really only still used in tests and snippets, so this is a pretty low priority issue. Just leaving it here...
## High Level Overview of Change This PR adds CI for Node 22 and updates all the actions to the latest versions. It also adds support for npm v10. ###...
It'd be much easier to use the same library with different sidechains that support different features, since it affects serialization and signing capabilities. Some work already done on this front:...
The `fixPreviousTxnID` amendment adds the `PreviousTxnID` and `PreviousTxnLgrSeq` fields to several objects. https://github.com/XRPLF/rippled/pull/4751
The `feature` RPC is currently documented here as an admin command: https://xrpl.org/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/feature It now has a non-admin version, as of rippled 2.2: https://github.com/XRPLF/rippled/pull/4781