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

Refactor Feature name management and creation: (Improve amendment management and default votes) #3877

Closed
wants to merge 1 commit into from

Commits on Oct 2, 2021

  1. 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 committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    5e11ad5 View commit details
    Browse the repository at this point in the history