-
Notifications
You must be signed in to change notification settings - Fork 831
bip32: Add increment method to DerivationPath and ChildNumber #257
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
14c0008
to
4a7d334
Compare
Looks good! But can you remove the |
Sure I can squash them. |
4a7d334
to
bb85202
Compare
Squashed. |
Adds methods - ChildNumber::increment - DerivationPath::children_from - DerivationPath::normal_children - DerivationPath::hardened_children
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.
utACK. Trusting CI to catch any compilation errors.
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.
LGTM.
For the record, I had meant to actually remove the |
…ck --all 13bd5d3 cargo fmt (thesimplekid) Pull request description: Saw you merged rust-bitcoin#257 but figured I would run format all as you mentioned anyway. rust-bitcoin/rust-bitcoincore-rpc#257 (comment) ACKs for top commit: apoelstra: ACK 13bd5d3 Tree-SHA512: b2dc500fc036a763a77a7340b528a5973b62d44a672bb4d0fd3bc1c42a66886d77d92f159fa8897fa037b6988f918e36174633de93dfaed19a03c3f4517c91c0
fix miniscript typesystem bug
No description provided.