Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(API-CHANGELOG): add extra bullet about DeliverMax #4784

Merged
merged 4 commits into from Nov 27, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion API-CHANGELOG.md
Expand Up @@ -26,13 +26,14 @@ In `api_version: 2`, the `signer_lists` field [will be moved](#modifications-to-

The `network_id` field was added in the `server_info` response in version 1.5.0 (2019), but it was not returned in [reporting mode](https://xrpl.org/rippled-server-modes.html#reporting-mode).

## Unreleased
## Unreleased (expected in XRP Ledger version 2.0)

### Additions

Additions are intended to be non-breaking (because they are purely additive).

- `server_definitions`: A new RPC that generates a `definitions.json`-like output that can be used in XRPL libraries.
- In `Payment` transactions, `DeliverMax` has been added. This is a replacement for the `Amount` field, which should seldom be used - instead, use `delivered_amount`. To ease the transition, `DeliverMax` is present regardless of API version, since adding a field is non-breaking. If you request `api_version: 2`, then for Payments `Amount` is no longer present on JSON RPC output.
intelliot marked this conversation as resolved.
Show resolved Hide resolved
intelliot marked this conversation as resolved.
Show resolved Hide resolved

## XRP Ledger version 1.12.0

Expand Down