-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refs: #695. This PR replaces all the remaining usage of `bcoin` with `bitcoinjs-lib`: - `bcoin` is completely removed from our code, including lib installation - `decodeBitcoinAddress ` function now has additional argument (Bitcoin network) - `createOutputScriptFromAddress` function now has additional argument (Bitcoin network) - unit tests now use a newly added `txToJSON` function which is based on `bitcoinjs-lib` - we no longer check input's address in unit tests - transaction decomposition now uses `bitcoinjs-lib`
- Loading branch information
Showing
17 changed files
with
396 additions
and
518 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
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
Oops, something went wrong.