-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update with new btcsuite * taproot pkg * taproot_test from txscript * blech32m (blech32 pkg) * update blech32 * payment and sighash * improve address pkg support + testing (payment_test) * witnessHashV1 * bech32m encode segwitv1 addr * witnessHashV1 input/output type * taproot integration testing * add new elements opcodes * go mod tidy * cleaning go.mod * taproot address test cases * fix FromConfidential for taproot addresses * handle panics in p2tr + add failing test cases * import witnesshash v1 fixtures and fix sighash * improve serialize functions * comments and cleaning * compute script in P2TR payments * use btcd 0.23.1 * go 1.17 in CI * add go clean * Revert "add go clean" This reverts commit ab56c36. * mutate pset_test.go * skip TestBroadcastBlindedSwapTx * Revert "skip TestBroadcastBlindedSwapTx" This reverts commit 411d466. * go.mod upgrade * use btcec/v2 v2.1.3 * delete travis.yml * checkout v3 * add fetch-depth: 0 * go mod tidy in CI * bump btcec * go cache clean * bump * ci: pass ref Co-authored-by: tiero <3596602+tiero@users.noreply.github.com>
- Loading branch information
1 parent
0b18541
commit 64080b6
Showing
40 changed files
with
2,655 additions
and
236 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 was deleted.
Oops, something went wrong.
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.