xrpl-dev-portal icon indicating copy to clipboard operation
xrpl-dev-portal copied to clipboard

Source code for xrpl.org including developer documentation

Results 381 xrpl-dev-portal issues
Sort by recently updated
recently updated
newest added
trafficstars

1. The xrpl documentation for [single-asset AMMDeposits](https://xrpl.org/docs/references/protocol/transactions/types/ammdeposit) (also says double-asset but only lists a single deposit asset) provides a slightly different formula than that shown in the original [github spec](https://github.com/XRPLF/XRPL-Standards/tree/master/XLS-0030-automated-market-maker#readme)...

1. The documentation does not mention "unexpectedLedgerType" error under the "Possible Errors" section. Here are examples of this error from the [unit](https://github.com/XRPLF/rippled/blob/2f432e812cb773048530ebfaf2e0e6def51e3cc2/src/test/rpc/LedgerRPC_test.cpp#L726) [tests](https://github.com/XRPLF/rippled/blob/2f432e812cb773048530ebfaf2e0e6def51e3cc2/src/test/rpc/LedgerRPC_test.cpp#L1485). This is the corresponding [source code](https://github.com/XRPLF/rippled/blob/2f432e812cb773048530ebfaf2e0e6def51e3cc2/src/xrpld/rpc/handlers/LedgerEntry.cpp#L698) for...

I know I'm probably missing something obvious but I'm really not sure what it is. I made a simple search for finding strings in XRPL address using python. It works...

Sometimes the background image for an event on the Events page makes it hard to read the title of the event, like in the following screenshots: ![2024-08-30_151835_291164048](https://github.com/user-attachments/assets/1e71bea9-9462-4df1-8c1a-7c23b5c5f521) ![2024-08-30_151807_157294243](https://github.com/user-attachments/assets/8a116120-b12b-4cc2-b146-9a4e29be86e6) One solution...

web dev

1. "Possible Errors" description: `actMalformed` is returned if the account-number cannot be parsed properly. It has been incorrectly attributed to the `marker` field in the docs. 2. Inclusion of `ignore_default`...

Documents XLS-81d: Permissioned DEXes, which has been proposed as https://github.com/XRPLF/XRPL-Standards/pull/281 and implemented as https://github.com/XRPLF/rippled/pull/5404 . - Port concept documentation from opensource.ripple.com - Update reference documentation in-place. - Update several affected...

new topic
content updates
defi
needs japanese translation

PR to capture release notes, doc updates, and doc migrations from opensource. - [ ] Release Notes (mostly done, need to update packages) - [x] TokenEscrow XLS-85 - [x] Batch...

This is a draft target to support a link to the common fields topic from opensource. ripple.com.

https://xrpl.org/docs/references/protocol/binary-format

UInt64, UInt96, UInt192, UInt384, UInt512, Vector256, Currency are not listed https://xrpl.org/docs/references/protocol/binary-format#type-list

content updates