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

Proposed 2.3.0-rc1 #5183

Merged
merged 21 commits into from
Nov 7, 2024
Merged

Proposed 2.3.0-rc1 #5183

merged 21 commits into from
Nov 7, 2024

Commits on Oct 1, 2024

  1. 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")
    intelliot authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    8e2c85d View commit details
    Browse the repository at this point in the history
  2. 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.
    ckeshava authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    bf4a7b6 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    f6d647d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    decb3c1 View commit details
    Browse the repository at this point in the history
  3. Update pre-commit hook

    thejohnfreeman committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    e7cd033 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    552377c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f0dabd1 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    63209c2 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. 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]>
    5 people authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    23c37fa View commit details
    Browse the repository at this point in the history
  2. Update RELEASENOTES.md (#5154)

    fix the typo "concensus" -> "consensus"
    BobConanDev authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    ab5d450 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d4a5f83 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d887ad View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Configuration menu
    Copy the full SHA
    d6dbf0e View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Add AMMClawback Transaction (XLS-0073d) (#5142)

    Amendment:
    - AMMClawback
    
    New Transactions:
    - AMMClawback
    
    Modified Transactions:
    - AMMCreate
    - AMMDeposit
    yinyiqian1 authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    54a350b View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Fix unity build (#5179)

    gregtatcam authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    d57cced View commit details
    Browse the repository at this point in the history
  2. Add fixAMMv1_2 amendment (#5176)

    * Add reserve check on AMM Withdraw
    * Try AMM max offer if changeSpotPriceQuality() fails
    gregtatcam authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    ec61f5e View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Fix token comparison in Payment (#5172)

    * Checks only Currency or MPT Issuance ID part of the Asset object.
    * Resolves temREDUNDANT regression detected in testing.
    gregtatcam authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    c5c0e70 View commit details
    Browse the repository at this point in the history
  2. 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
    oleks-rip authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    8e827e3 View commit details
    Browse the repository at this point in the history
  3. 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.
    Bronek authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    9e48fc0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7b18006 View commit details
    Browse the repository at this point in the history
  5. Set version to 2.3.0-rc1

    ximinez committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    9d58f11 View commit details
    Browse the repository at this point in the history