xrpl-dev-portal
xrpl-dev-portal copied to clipboard
Source code for xrpl.org including developer documentation
Page: https://xrpl.org/docs/references/protocol/transactions/transaction-results/ter-codes/#ter-codes Both `terNO_LINE` and `terNO_RIPPLE` have this explanation: ``` Used internally only. This code should never be returned. ``` This is an incorrect explanation.
1. Add `get_aggregate_price` API method. 2. Update `ledger_entry` and `account_object` with oracle object. 3. Clarify how the update/create behavior works in `SetOracle` transaction.
Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.4 to 0.5.0. Changelog Sourced from sqlparse's changelog. Release 0.5.0 (Apr 13, 2024) Notable Changes Drop support for Python 3.5, 3.6, and 3.7. Python 3.12 is now...
Added additional conceptual info to DIDs about ecosystem, VCs, and use cases.
Bumps [idna](https://github.com/kjd/idna) from 3.2 to 3.7. Release notes Sourced from idna's releases. v3.7 What's Changed Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time...
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,...
https://github.com/XRPLF/xrpl-dev-portal/blob/4200ea677119e6c2c051c91b1c8350f88b6d403c/docs/references/protocol/transactions/types/accountdelete.md?plain=1#L38 _Must be a funded account in the ledger, and must not be the sending account._ what difference? The account is either on the ledger or it is not. no...
https://github.com/XRPLF/xrpl-dev-portal/blob/4200ea677119e6c2c051c91b1c8350f88b6d403c/docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_entry.md?plain=1#L55 It is not clear where to get the index value; the index does not match the ledger hash. And how can I get all transactions one block using this...
- [ ] The old site had landing pages for each year, at https://xrpl.org/blog/2022/ for example, showing posts only from that year. The new site currently shows a 404 at...
https://github.com/XRPLF/xrpl-dev-portal/pull/2499 If the key exists but is not yet translated, it is desirable that the key be added to `@18n/[lang]/translations.yaml as null. It may be a good idea to create...