-
Notifications
You must be signed in to change notification settings - Fork 107
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 a regtest()
constructor method to Network
#7839
Comments
mpguerra
changed the title
Add a
Add a Oct 26, 2023
Regtest
variant to Network
, update From<Network> for &'static str
for db_path()
, default port, and genesis hashRegtest
variant to Network
mpguerra
added
A-network
Area: Network protocol updates or fixes
C-testing
Category: These are tests
C-feature
Category: New features
S-needs-triage
Status: A bug report needs triage
P-Medium ⚡
C-enhancement
Category: This is an improvement
NU-6
Network Upgrade: NU6 specific tasks
labels
Oct 26, 2023
arya2
changed the title
Add a
Add a Oct 26, 2023
Regtest
variant to Network
Regtest
constant of Network::Testnet
I don't think we should |
This is blocked on adding some of the hard-coded parameters that need to be changed for |
Does the issue title accurately reflect what we are going to do here? |
arya2
changed the title
Add a
Add a Feb 20, 2024
Regtest
constant of Network::Testnet
regtest()
constructor method to Network
9 tasks
arya2
removed
S-needs-triage
Status: A bug report needs triage
S-blocked
Status: Blocked on other tasks
labels
Apr 18, 2024
Merged
9 tasks
Merged
9 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Motivation
This has been requested, and could be useful for testing.
Possible Design
Add a method that returns a
Network::Testnet
withRegtest
parameters.The text was updated successfully, but these errors were encountered: