8000 bitcoin/bip32: add DerivationPath::to_u32_vec by benma · Pull Request #1946 · rust-bitcoin/rust-bitcoin · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

bitcoin/bip32: add DerivationPath::to_u32_vec #1946

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

Merged
merged 1 commit into from
Jul 18, 2023

Conversation

benma
Copy link
Contributor
@benma benma commented Jul 18, 2023

This is useful to pass the keypath to other libraries which expect it to be represented with a list of u32 ints.

Fixes #1944

This is useful to pass the keypath to other libraries which expect it
to be represented with a list of u32 ints.
@benma benma force-pushed the path_to_u32_vec branch from 8fda850 to 6640074 Compare July 18, 2023 12:33
Copy link
Member
@apoelstra apoelstra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK 6640074

@apoelstra
Copy link
Member

This is simple and self-contained and seems reasonably likely to be useful sometimes.

Copy link
Collaborator
@RCasatta RCasatta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK 6640074

@RCasatta RCasatta merged commit 63a0964 into rust-bitcoin:master Jul 18, 2023
@benma benma deleted the path_to_u32_vec branch June 27, 2024 08:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Method to convert DerivationPath to Vec<u32>
3 participants
0