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: 1.8.4
Choose a base ref
...
head repository: XRPLF/rippled
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.8.5
Choose a head ref
  • 10 commits
  • 26 files changed
  • 6 contributors

Commits on Feb 7, 2022

  1. Configuration menu
    Copy the full SHA
    c5dc00a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    289bc0a View commit details
    Browse the repository at this point in the history
  3. Correctly add GIT_COMMIT_HASH into version string:

    Commit bf013c0 added support
    for incorporating a commit ID into the compiled version string
    but did so in a way that did not follow the semantic versioning
    standard.
    
    This commit corrects that flaw by moving the commit ID into the
    "metadata" part of the version string and properly handles the
    case where the commit hash cannot be retrieved.
    ximinez authored and nbougalis committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    d23d37f View commit details
    Browse the repository at this point in the history
  4. Update smoke test distributions

    legleux authored and nbougalis committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    a9ee802 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b7e0306 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    95ecf29 View commit details
    Browse the repository at this point in the history
  7. Update README.md

    XRPL Foundation's basic introduction to the XRPL, a great series that would *hopefully* continue...
    wojake authored and manojsdoshi committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    bd97e59 View commit details
    Browse the repository at this point in the history
  8. Correct minor bug in TaggedPointer move constructor:

    A typographical error would mishandle the case where a caller explicitly
    tries to remove a child that is not actually part of the node. This case
    is never invoked in practice, and so the bug would will never trigger.
    seelabs authored and manojsdoshi committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    61389a8 View commit details
    Browse the repository at this point in the history
  9. Avoid dereferencing empty optional in ReportingETL

    CJ Cobb authored and manojsdoshi committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    5b085a7 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. Set version to 1.8.5

    nbougalis authored and manojsdoshi committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    72377e7 View commit details
    Browse the repository at this point in the history
Loading