-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
vendor: update some deps
``` go get github.com/btcsuite/[email protected] go get github.com/digitalbitbox/bitbox02-api-go@latest go get github.com/digitalbitbox/block-client-go@latest go get github.com/flynn/[email protected] go mod tidy go mod vendor ```
Showing
134 changed files
with
5,975 additions
and
2,183 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
143 changes: 138 additions & 5 deletions
143
vendor/github.com/btcsuite/btcd/blockchain/blockindex.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
342 changes: 287 additions & 55 deletions
342
vendor/github.com/btcsuite/btcd/blockchain/chain.go
Large diffs are not rendered by default.
Oops, something went wrong.
112 changes: 87 additions & 25 deletions
112
vendor/github.com/btcsuite/btcd/blockchain/chainio.go
Oops, something went wrong.
24 changes: 15 additions & 9 deletions
24
vendor/github.com/btcsuite/btcd/blockchain/chainview.go
Oops, something went wrong.
18 changes: 9 additions & 9 deletions
18
vendor/github.com/btcsuite/btcd/blockchain/checkpoints.go
Oops, something went wrong.
84 changes: 46 additions & 38 deletions
84
vendor/github.com/btcsuite/btcd/blockchain/difficulty.go
Oops, something went wrong.
66 changes: 33 additions & 33 deletions
66
vendor/github.com/btcsuite/btcd/blockchain/doc.go
Oops, something went wrong.
14 changes: 13 additions & 1 deletion
14
vendor/github.com/btcsuite/btcd/blockchain/indexers/addrindex.go
Oops, something went wrong.
7 changes: 4 additions & 3 deletions
7
vendor/github.com/btcsuite/btcd/blockchain/indexers/blocklogger.go
Oops, something went wrong.
18 changes: 15 additions & 3 deletions
18
vendor/github.com/btcsuite/btcd/blockchain/indexers/cfindex.go
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
vendor/github.com/btcsuite/btcd/blockchain/indexers/common.go
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
vendor/github.com/btcsuite/btcd/blockchain/indexers/manager.go
Oops, something went wrong.
14 changes: 13 additions & 1 deletion
14
vendor/github.com/btcsuite/btcd/blockchain/indexers/txindex.go
Oops, something went wrong.
55 changes: 55 additions & 0 deletions
55
vendor/github.com/btcsuite/btcd/blockchain/interfaces.go
Oops, something went wrong.
50 changes: 41 additions & 9 deletions
50
vendor/github.com/btcsuite/btcd/blockchain/merkle.go
Oops, something went wrong.
6 changes: 3 additions & 3 deletions
6
vendor/github.com/btcsuite/btcd/blockchain/notifications.go
Oops, something went wrong.
Oops, something went wrong.
136 changes: 136 additions & 0 deletions
136
vendor/github.com/btcsuite/btcd/blockchain/rolling_merkle.go
Oops, something went wrong.
239 changes: 239 additions & 0 deletions
239
vendor/github.com/btcsuite/btcd/blockchain/sizehelper.go
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
vendor/github.com/btcsuite/btcd/blockchain/thresholdstate.go
Oops, something went wrong.
123 changes: 62 additions & 61 deletions
123
vendor/github.com/btcsuite/btcd/blockchain/upgrade.go
Oops, something went wrong.
744 changes: 744 additions & 0 deletions
744
vendor/github.com/btcsuite/btcd/blockchain/utxocache.go
Large diffs are not rendered by default.
Oops, something went wrong.
131 changes: 99 additions & 32 deletions
131
vendor/github.com/btcsuite/btcd/blockchain/utxoviewpoint.go
Oops, something went wrong.
218 changes: 166 additions & 52 deletions
218
vendor/github.com/btcsuite/btcd/blockchain/validate.go
Large diffs are not rendered by default.
Oops, something went wrong.
18 changes: 14 additions & 4 deletions
18
vendor/github.com/btcsuite/btcd/btcjson/chainsvrresults.go
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
3 changes: 2 additions & 1 deletion
3
vendor/github.com/btcsuite/btcd/btcjson/walletsvrcmds.go
Oops, something went wrong.
10 changes: 5 additions & 5 deletions
10
vendor/github.com/btcsuite/btcd/btcjson/walletsvrresults.go
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
vendor/github.com/btcsuite/btcd/btcutil/base58/doc.go
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
13 changes: 10 additions & 3 deletions
13
vendor/github.com/btcsuite/btcd/btcutil/gcs/builder/builder.go
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
19 changes: 10 additions & 9 deletions
19
vendor/github.com/btcsuite/btcd/btcutil/hdkeychain/doc.go
Oops, something went wrong.
5 changes: 3 additions & 2 deletions
5
vendor/github.com/btcsuite/btcd/btcutil/hdkeychain/extendedkey.go
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
vendor/github.com/btcsuite/btcd/chaincfg/chainhash/LICENSE
Oops, something went wrong.
26 changes: 25 additions & 1 deletion
26
vendor/github.com/btcsuite/btcd/chaincfg/chainhash/hashfuncs.go
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.