Fix buggy testing process of test_from_xpublic_key#56
Open
chenluyong wants to merge 73 commits intohdwallet-io:masterfrom
Open
Fix buggy testing process of test_from_xpublic_key#56chenluyong wants to merge 73 commits intohdwallet-io:masterfrom
test_from_xpublic_key#56chenluyong wants to merge 73 commits intohdwallet-io:masterfrom
Conversation
Add testing section in readme
Fix: Incorrect output of Base58 decoding.
add ZECTEST, fix LTC/LTCTEST Changed -> Litecoin (LTC) mainnet extend private key from `0x019d9cfe` to `0x488ade4` and public key from `0x019da462` to `0x488b21e` prefixes.
Corrected the spec link for BIP141.
Fixed BIP141 link
Fixed links in readme
Added version info
…ivate and xpublic functions.
Adding Tron mainnet
Fix: missing quote in language error
`Public Key` should not support hard derivations. see [bip-0032 Implications](https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki#implications)
Author
|
The derivation process has been verified by iancoleman can be testing. BIP39 Mnemonic Account Extended Public Key Address |
Author
|
Although they have the same path, the derived public key and private key are asymmetric, for example: Due to the hardening derivation, the expected symmetric results cannot be obtained, even though they were initially symmetric. Their paths are equal, and the public and private keys are also symmetric, for example: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix buggy testing process
Public Keyshould not support hard derivations.see bip-0032 Implications