2bdd957fe1
In this commit, we update to the latest version of `btcutil`. This version contains a bug fix for the neutrino filter generation. The implementation within `btcutil` didn't fully comply with the BIP specification as it included some OP_RETURN outputs, rather than excluding them all. As a result, any active `btcd` node on mainnet/testnet will need to _drop their entire `cfindex`_ and re-index after this is merged in.
19 lines
904 B
Modula-2
19 lines
904 B
Modula-2
module github.com/btcsuite/btcd
|
|
|
|
require (
|
|
github.com/aead/siphash v1.0.1 // indirect
|
|
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f
|
|
github.com/btcsuite/btcutil v0.0.0-20190207003914-4c204d697803
|
|
github.com/btcsuite/go-socks v0.0.0-20170105172521-4720035b7bfd
|
|
github.com/btcsuite/goleveldb v0.0.0-20160330041536-7834afc9e8cd
|
|
github.com/btcsuite/snappy-go v0.0.0-20151229074030-0bdef8d06723 // indirect
|
|
github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792
|
|
github.com/btcsuite/winsvc v1.0.0
|
|
github.com/davecgh/go-spew v0.0.0-20171005155431-ecdeabc65495
|
|
github.com/jessevdk/go-flags v0.0.0-20141203071132-1679536dcc89
|
|
github.com/jrick/logrotate v1.0.0
|
|
github.com/kkdai/bstream v0.0.0-20161212061736-f391b8402d23 // indirect
|
|
github.com/onsi/ginkgo v1.7.0 // indirect
|
|
github.com/onsi/gomega v1.4.3 // indirect
|
|
golang.org/x/crypto v0.0.0-20170930174604-9419663f5a44
|
|
)
|