Add support for XLS-85 Token Escrow (#5185) [DO NOT MERGE]#743
Open
tequdev wants to merge 1 commit intosync-2.5.0from
Open
Add support for XLS-85 Token Escrow (#5185) [DO NOT MERGE]#743tequdev wants to merge 1 commit intosync-2.5.0from
tequdev wants to merge 1 commit intosync-2.5.0from
Conversation
ecb1cef to
04e64ee
Compare
3e83cd1 to
cff528d
Compare
- Specification: XRPLF/XRPL-Standards#272 - Amendment: `TokenEscrow` - Enables escrowing of IOU and MPT tokens in addition to native XRP. - Allows accounts to lock issued tokens (IOU/MPT) in escrow objects, with support for freeze, authorization, and transfer rates. - Adds new ledger fields (`sfLockedAmount`, `sfIssuerNode`, etc.) to track locked balances for IOU and MPT escrows. - Updates EscrowCreate, EscrowFinish, and EscrowCancel transaction logic to support IOU and MPT assets, including proper handling of trustlines and MPT authorization, transfer rates, and locked balances. - Enforces invariant checks for escrowed IOU/MPT amounts. - Extends GatewayBalances RPC to report locked (escrowed) balances.
04e64ee to
ba64ef9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Target Branch: sync-2.5.0
High Level Overview of Change
Switch to helper-based processing for IOUEscrowV2 Amendment
Context of Change
Type of Change
diff (TODO)
=> Fix to same as V1