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 1.8.0-b6 #3948

Merged
merged 10 commits into from
Oct 7, 2021
Merged

Proposed 1.8.0-b6 #3948

merged 10 commits into from
Oct 7, 2021

Commits on Oct 6, 2021

  1. Set OpenSSL 1.1.1 as the minimum version, recommend 3.0.0 for Windows

    * Also clean up some formatting in the Windows instructions
    * Changed the recommended version for Windows to 1.1.1L after deeper
      checking uncovered some build issues.
    ximinez authored and manojsdoshi committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    1ca8898 View commit details
    Browse the repository at this point in the history
  2. Refactor Feature name management and creation:

    * Only require adding the new feature names in one place. (Also need to
      increment a counter, but a check on startup will catch that.)
    * Allows rippled to have the code to support a given amendment, but
      not vote for it by default. This allows the amendment to be enabled in
      a future version without necessarily amendment blocking these older
      versions.
    * The default vote is carried with the amendment name in the list of
      supported amendments.
    * The amendment table is constructed with the amendment and default
      vote.
    ximinez authored and manojsdoshi committed Oct 6, 2021
    1 Configuration menu
    Copy the full SHA
    4a9bd7e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc91fd7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f64bd54 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6095f55 View commit details
    Browse the repository at this point in the history
  6. Don't restart rippled during apt upgrade:

    Resolves XRPLF#3294
    legleux authored and manojsdoshi committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    2bbf0eb View commit details
    Browse the repository at this point in the history
  7. Move TxMeta to xrpl_core

    * add peekNodes() to TxMeta for const access to nodes
    CJ Cobb authored and manojsdoshi committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    a5c4684 View commit details
    Browse the repository at this point in the history
  8. Add modification type to GetLedger gRPC method

    * Specify whether a ledger object was created, modified or deleted.
    CJ Cobb authored and manojsdoshi committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    8c78c83 View commit details
    Browse the repository at this point in the history
  9. Remove unused variable:

    Clang 13 warns about `nbytes` being unused. This patch removes this unused variable.
    seelabs authored and manojsdoshi committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    b6ed50e View commit details
    Browse the repository at this point in the history
  10. Set version to 1.8.0-b6

    manojsdoshi committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    1197e49 View commit details
    Browse the repository at this point in the history