-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Proposed 2.3.0-rc1 #5183
Proposed 2.3.0-rc1 #5183
Commits on Oct 1, 2024
-
docs: clean up API-CHANGELOG.md (#5064)
Move the newest information to the top, i.e., use reverse chronological order within each of the two sections ("API Versions" and "XRP Ledger server versions")
Configuration menu - View commit details
-
Copy full SHA for 8e2c85d - Browse repository at this point
Copy the full SHA 8e2c85dView commit details -
Expand Error Message for rpcInternal (#4959)
Validator operators have been confused by the rpcInternal error, which can occur if the server is not running in another process.
Configuration menu - View commit details
-
Copy full SHA for bf4a7b6 - Browse repository at this point
Copy the full SHA bf4a7b6View commit details
Commits on Oct 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f6d647d - Browse repository at this point
Copy the full SHA f6d647dView commit details -
Configuration menu - View commit details
-
Copy full SHA for decb3c1 - Browse repository at this point
Copy the full SHA decb3c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7cd033 - Browse repository at this point
Copy the full SHA e7cd033View commit details -
Configuration menu - View commit details
-
Copy full SHA for 552377c - Browse repository at this point
Copy the full SHA 552377cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f0dabd1 - Browse repository at this point
Copy the full SHA f0dabd1View commit details
Commits on Oct 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 63209c2 - Browse repository at this point
Copy the full SHA 63209c2View commit details
Commits on Oct 29, 2024
-
Introduce MPT support (XLS-33d): (#5143)
Amendment: - MPTokensV1 New Transactions: - MPTokenIssuanceCreate - MPTokenIssuanceDestroy - MPTokenIssuanceSet - MPTokenAuthorize Modified Transactions: - Payment - Clawback New Objects: - MPTokenIssuance - MPToken API updates: - ledger_entry - account_objects - ledger_data Other: - Add += and -= operators to ValueProxy Read full spec: https://github.com/XRPLF/XRPL-Standards/tree/master/XLS-0033d-multi-purpose-tokens --------- Co-authored-by: Shawn Xie <[email protected]> Co-authored-by: Howard Hinnant <[email protected]> Co-authored-by: Ed Hennis <[email protected]> Co-authored-by: John Freeman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 23c37fa - Browse repository at this point
Copy the full SHA 23c37faView commit details -
Update RELEASENOTES.md (#5154)
fix the typo "concensus" -> "consensus"
Configuration menu - View commit details
-
Copy full SHA for ab5d450 - Browse repository at this point
Copy the full SHA ab5d450View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4a5f83 - Browse repository at this point
Copy the full SHA d4a5f83View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d887ad - Browse repository at this point
Copy the full SHA 0d887adView commit details
Commits on Oct 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d6dbf0e - Browse repository at this point
Copy the full SHA d6dbf0eView commit details
Commits on Nov 4, 2024
-
Add AMMClawback Transaction (XLS-0073d) (#5142)
Amendment: - AMMClawback New Transactions: - AMMClawback Modified Transactions: - AMMCreate - AMMDeposit
Configuration menu - View commit details
-
Copy full SHA for 54a350b - Browse repository at this point
Copy the full SHA 54a350bView commit details
Commits on Nov 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d57cced - Browse repository at this point
Copy the full SHA d57ccedView commit details -
Add fixAMMv1_2 amendment (#5176)
* Add reserve check on AMM Withdraw * Try AMM max offer if changeSpotPriceQuality() fails
Configuration menu - View commit details
-
Copy full SHA for ec61f5e - Browse repository at this point
Copy the full SHA ec61f5eView commit details
Commits on Nov 6, 2024
-
Fix token comparison in Payment (#5172)
* Checks only Currency or MPT Issuance ID part of the Asset object. * Resolves temREDUNDANT regression detected in testing.
Configuration menu - View commit details
-
Copy full SHA for c5c0e70 - Browse repository at this point
Copy the full SHA c5c0e70View commit details -
Introduce Credentials support (XLS-70d): (#5103)
Amendment: - Credentials New Transactions: - CredentialCreate - CredentialAccept - CredentialDelete Modified Transactions: - DepositPreauth - Payment - EscrowFinish - PaymentChannelClaim - AccountDelete New Object: - Credential Modified Object: - DepositPreauth API updates: - ledger_entry - account_objects - ledger_data - deposit_authorized Read full spec: https://github.com/XRPLF/XRPL-Standards/tree/master/XLS-0070d-credentials
Configuration menu - View commit details
-
Copy full SHA for 8e827e3 - Browse repository at this point
Copy the full SHA 8e827e3View commit details -
Fix potential deadlock (#5124)
* 2.2.2 changed functions acquireAsync and NetworkOPsImp::recvValidation to add an item to a collection under lock, unlock, do some work, then lock again to do remove the item. It will deadlock if an exception is thrown while adding the item - before unlocking. * Replace ScopedUnlock with scope_unlock.
Configuration menu - View commit details
-
Copy full SHA for 9e48fc0 - Browse repository at this point
Copy the full SHA 9e48fc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b18006 - Browse repository at this point
Copy the full SHA 7b18006View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d58f11 - Browse repository at this point
Copy the full SHA 9d58f11View commit details