-
Notifications
You must be signed in to change notification settings - Fork 412
feat(wallet): support Testnet4 in valid networks #1805
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
Conversation
|
concept ACK, would be nice to get this one into |
oleonardolima
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cACK c8161d7
|
Concept ACK c8161d7 |
|
It can be handled on another PR, but it'd be good also to update both |
|
LGTM tACK c8161d7 |
c8161d7 to
c8e8a6a
Compare
|
Rebased |
notmandatory
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK c8e8a6a
Adds support for
Testnet4in valid networks.fixes #1429
Notes to the reviewers
The
Testnet4variant is included inkeys::any_networkandkeys::test_networks. Tests are updated accordingly and a new assertion is added totest_descriptor_from_str_with_keys_networkchecking the result ofinto_wallet_descriptorwhen the specified network isNetwork::Testnet4.Changelog notice
Added:
Walletcan now be constructed usingNetwork::Testnet4Checklists
All Submissions:
cargo fmtandcargo clippybefore committing