Skip to content
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

Remove unused BIP32 functions (pybitcointools) #277

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

theStack
Copy link
Contributor

This PR is another step towards getting rid of unused functions from the pybitcointools library which was imported in the first commit. Note that the changes are deliberately kept minimal and are divided up into multiple commit in order to make review trivial; at each commit, searching the removed function in the code-base via executing git grep funcname verifies that the function is not directly called anymore (see also commit messages).

…escend}

All of those functions were introduced in the first commit, but never
used, i.e. they can be removed. The change can be easily verified with
the following commands:

$ git grep bip32_privtopub
$ git grep bip32_master_key
$ git grep bip32_bin_extract_key
$ git grep bip32_descend
After the previous commit, these functions are not used anymore.
The change can be easily verified with the following commands:

$ git grep raw_bip32_privtopub
$ git grep bip32_ckd
$ git grep bip32_extract_key
After the previous commit, this function is not used anymore.
The change can be easily verified via:

$ git grep raw_bip32_ckd
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.

1 participant