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

BIP 341: Add Speedy Trial activation parameters #21393

Closed
wants to merge 10 commits into from

Commits on Mar 24, 2021

  1. Configuration menu
    Copy the full SHA
    2be730c View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. Migrate versionbits to use height instead of MTP

    Co-authored-by: Anthony Towns <aj@erisian.com.au>
    2 people authored and achow101 committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    c95287e View commit details
    Browse the repository at this point in the history
  2. Rename user facing mentions of BIP 9 to versionbits and/or BIP 8

    Co-authored-by: Anthony Towns <aj@erisian.com.au>
    2 people authored and achow101 committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    8f55573 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1dac84b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    73d2756 View commit details
    Browse the repository at this point in the history
  5. Clarify and reduce nRuleChangeActivationThreshold

    As thresholds are now parameterized, nRuleChangeActivationThreshold is
    no longer the threshold used for activating new rule changes. Instead it
    is now only used to warn if there is an unkonwn versionbits deployment.
    To make this clear, rename to m_vbits_min_threshold and update the
    comment describing it.
    
    Additionally, because this is just a minimum used for a warning, reduce
    the threshold to 75% so that future soft forks which may have thresholds
    lower than 95% will still have warnings.
    achow101 committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    50eb7f0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    91b2e4b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2e55bce View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2021

  1. Configuration menu
    Copy the full SHA
    9a2fe56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93c7225 View commit details
    Browse the repository at this point in the history