-
-
Notifications
You must be signed in to change notification settings - Fork 77
Fixing inconsistency between generated entropy value type and the expected HDWallet.entropy value type #101
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
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
682cc9b
UPDATE. ignoring common IDE directories
daehan-koreapool 5ecc142
UPDATE. ensuring entropy value stays as a string value for consistency
daehan-koreapool 692682e
FIX. correctly converting bytearray into hex decoded string value
daehan-koreapool d6838b3
UPDATE. explicitly requiring from_entropy() method to have a string d…
daehan-koreapool 679d533
ADD. adding a testcase for creating a HDWallet & a reward address dir…
daehan-koreapool ff44736
UPDATE. only ignoring bech32.py module from coverage report
daehan-koreapool 2c2bbeb
ADD. porting over MAINNET address tests from Emurgo's cardano-seriali…
daehan-koreapool eec2609
ADD. adding a new phony handle to ease running a single test case
daehan-koreapool 1929601
ADD. explicitly specifying all phony handles
daehan-koreapool 870bc06
UPDATE. replacing print statements with logging statements
daehan-koreapool 4879627
ADD. adding more test cases to increase test coverage
daehan-koreapool 4900fce
REFACTOR. Enhancing HDWallet derivation UX by supporting chained exec…
daehan-koreapool 11e0f0d
FIX. ensuring private/public root keys are passed to the child wallet
daehan-koreapool 612029b
ADD. passing root_chain_code down to derived HDWallet instances
daehan-koreapool 1aff88a
REFACTOR. pulling out frequently used hard-coded supported mnemonic l…
daehan-koreapool cedda97
UPDATE. simplifying is_mnemonic() nested loops by supporting early br…
daehan-koreapool 899d3d9
ADD. adding more testcases for bip32 module coverage
daehan-koreapool File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,8 @@ | |
.coverage | ||
cov_html | ||
docs/build | ||
dist | ||
dist | ||
|
||
# IDE | ||
.idea | ||
.code |
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.