-
Notifications
You must be signed in to change notification settings - Fork 117
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
Add protocol version information to fields on NetworkParameters
#8367
Comments
14 tasks
NetworkParameters
lazy_static
constants to fields on NetworkParameters
This isn't a priority right now |
This was referenced Jul 23, 2024
lazy_static
constants to fields on NetworkParameters
lazy_static
funding stream constants to fields on NetworkParameters
We still want to move |
lazy_static
funding stream constants to fields on NetworkParameters
NetworkParameters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Motivation
We want to make these values configurable on Testnets:
INITIAL_MIN_NETWORK_PROTOCOL_VERSION
CURRENT_NETWORK_PROTOCOL_VERSION
min_specified_for_upgrade
See #7924 (comment).
Outdated:
These have already been added.Possible Design
Move these values to fields/methods on
NetworkParameters
.The text was updated successfully, but these errors were encountered: