mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-03-30 15:08:33 +00:00

* Update go-secp256k1 to v0.0.3 * Update the txscript engine to support only 32 bytes pubkeys * Update the txscript engine tests * Update txscript/sign.go to use the new Schnorr KeyPair API * Update txscript sign_test to use the new schnorr * Update sigcache tests to use new schnorr pubkey * Update integration tests to use the new txscript and new schnorr pubkey
19 lines
559 B
Modula-2
19 lines
559 B
Modula-2
module github.com/kaspanet/kaspad
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/btcsuite/go-socks v0.0.0-20170105172521-4720035b7bfd
|
|
github.com/btcsuite/winsvc v1.0.0
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/golang/protobuf v1.4.2
|
|
github.com/jessevdk/go-flags v1.4.0
|
|
github.com/jrick/logrotate v1.0.0
|
|
github.com/kaspanet/go-secp256k1 v0.0.3
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/syndtr/goleveldb v1.0.1-0.20190923125748-758128399b1d
|
|
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
|
|
google.golang.org/grpc v1.33.1
|
|
google.golang.org/protobuf v1.25.0
|
|
)
|