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 0.90.0-b6 #2370

Merged
merged 5 commits into from
Feb 5, 2018
Merged

Proposed 0.90.0-b6 #2370

merged 5 commits into from
Feb 5, 2018

Commits on Feb 3, 2018

  1. Use LedgerTrie for preferred ledger (RIPD-1551):

    These changes augment the Validations class with a LedgerTrie to better
    track the history of support for validated ledgers. This improves the
    selection of the preferred working ledger for consensus. The Validations
    class now tracks both full and partial validations. Partial validations
    are only used to determine the working ledger; full validations are
    required for any quorum related function. Validators are also now
    explicitly restricted to sending validations with increasing ledger
    sequence number.
    bachase committed Feb 3, 2018
    Configuration menu
    Copy the full SHA
    94c6a2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd00e6e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6a307f View commit details
    Browse the repository at this point in the history
  4. Allow account_objects RPC to filter by "check" (RIPD-1589):

    Fixes XRPLF#2350 issue on GitHub.
    scottschurr authored and bachase committed Feb 3, 2018
    Configuration menu
    Copy the full SHA
    88570df View commit details
    Browse the repository at this point in the history
  5. Set version to 0.90.0-b6

    bachase committed Feb 3, 2018
    1 Configuration menu
    Copy the full SHA
    3e9e0c4 View commit details
    Browse the repository at this point in the history