-
Notifications
You must be signed in to change notification settings - Fork 217
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add keyToAddress & separate concern with get/putAddress
Previously: `getAddress :: ByteString 33 bytes -> Address 32 bytes` `putAddress :: Address 32 bytes -> ByteString 33 bytes` Now: `getAddress :: ByteString 33 bytes -> Address 33 bytes` `putAddress Address 33 bytes -> ByteString 33 bytes` **Implemented** `keyToAddress :: XPub 32 bytes -> Address 33 bytes` - Implement Jörmungandr keyToAddress - Refactor to have singleAddressFromKey in Binary module - Ignore chaincode in jörmungandr keyToAddress & add tests
- Loading branch information
Showing
4 changed files
with
98 additions
and
36 deletions.
There are no files selected for viewing
This file contains 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 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 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 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