8000 Comparing 2.3.0...2.3.1 · XRPLF/rippled · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: XRPLF/rippled
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.3.0
Choose a base ref
...
head repository: XRPLF/rippled
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.3.1
Choose a head ref
  • 4 commits
  • 33 files changed
  • 2 contributors

Commits on Jan 28, 2025

  1. Reduce the peer charges for well-behaved peers:

    - Fix an erroneous high fee penalty that peers could incur for sending
      older transactions.
    - Update to the fees charged for imposing a load on the server.
    - Prevent the relaying of internal pseudo-transactions.
      - Before: Pseudo-transactions received from a peer will fail the signature
        check, even if they were requested (using TMGetObjectByHash), because
        they have no signature. This causes the peer to be charge for an
        invalid signature.
      - After: Pseudo-transactions, are put into the global cache
        (TransactionMaster) only. If the transaction is not part of
        a TMTransactions batch, the peer is charged an unwanted data fee.
        These fees will not be a problem in the normal course of operations,
        but should dissuade peers from behaving badly by sending a bunch of
        junk.
    - Improve logging: include the reason for fees charged to a peer.
    
    Co-authored-by: Ed Hennis <ed@ripple.com>
    vlntb and ximinez committed Jan 28, 2025
    Configuration menu
    Copy the full SHA
    b14c249 View commit details
    Browse the repository at this point in the history
  2. Set version to 2.3.1-rc1

    vlntb authored and ximinez committed Jan 28, 2025
    Configuration menu
    Copy the full SHA
    f3e201f View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2025

  1. Configuration menu
    Copy the full SHA
    cb0ddbf View commit details
    Browse the repository at this point in the history
  2. Set version to 2.3.1

    ximinez committed Jan 29, 2025
    Configuration menu
    Copy the full SHA
    8458233 View commit details
    Browse the repository at this point in the history
Loading
0