-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(BUX-172): verify merkle root for unmined inputs (#48)
* feat(172): export Bump fields * feat(BUX-172): move SPV to new package; verify merkle root for unmined inputs * feat(BUX-172): set version v0.8.0 * feat(BUX-172): fix typo * feat(BUX-172): fix ver test * feat(BUX-172): add tests for valid but inccorect BUMP * feat(BUX-172): implement SPV for every unmined tx in BEEF * refactor (BUX-172): move p2p_beef_* to from paymail to beef package * feat(BUX-172): improve bump verification * feat(BUX-172): adjust to review comments * feat(BUX-172): adjust to review * Update spv/spv.go - inline error check Co-authored-by: Damian Orzepowski <[email protected]> * Update spv/spv.go - inline error check Co-authored-by: Damian Orzepowski <[email protected]> * fix code --------- Co-authored-by: Damian Orzepowski <[email protected]>
- Loading branch information
1 parent
a3cd5a1
commit f719ffa
Showing
17 changed files
with
407 additions
and
297 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
Oops, something went wrong.