OSDN Git Service

Clean vendor (#1309)
authorHAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
Sun, 2 Sep 2018 13:59:54 +0000 (21:59 +0800)
committerPaladz <yzhu101@uottawa.ca>
Sun, 2 Sep 2018 13:59:54 +0000 (21:59 +0800)
commit2daac84e39151476f0e4f3df4b891e102c4b1fad
tree16f581aebf5c6bbf46b01ea495e976f917c6a8c2
parentb142c069d71250f3b7e47a287037efda0b828299
Clean vendor (#1309)

* Clean

* Clean

* Clean vendor

* Revert "Clean vendor"

This reverts commit dd8d50c592aa3025186f88f344f50caeb6e2303c.

* Clean vendor
53 files changed:
blockchain/pseudohsm/watch.go
blockchain/pseudohsm/watch_fallback.go
common/bech32/bech32.go
common/bech32/doc.go
common/big.go
common/bytes.go
common/debug.go
common/list.go
common/number/int.go
common/path.go
common/size.go
common/test_utils.go
common/types_template.go
crypto/crypto.go
crypto/ed25519/ed25519.go
crypto/ed25519/internal/edwards25519/const.go
crypto/ed25519/internal/edwards25519/edwards25519.go
crypto/randentropy/rand_entropy.go
crypto/scrypt/scrypt.go
crypto/sm2/cert_pool.go
crypto/sm2/p256.go
crypto/sm2/pkcs1.go
crypto/sm2/pkcs8.go
crypto/sm2/sm2.go
crypto/sm2/verify.go
crypto/sm2/x509.go
crypto/sm3/sm3.go
encoding/base32/base32.go
mining/cpuminer/cpuminer.go
p2p/discover/database.go
p2p/discover/net.go
p2p/discover/node.go
p2p/discover/ntp.go
p2p/discover/table.go
p2p/discover/ticket.go
p2p/discover/topic.go
p2p/discover/udp.go
p2p/netutil/error.go
p2p/netutil/net.go
p2p/trust/banscore.go
vendor/github.com/btcsuite/btcd/integration/README.md [deleted file]
vendor/github.com/btcsuite/btcd/integration/bip0009_test.go [deleted file]
vendor/github.com/btcsuite/btcd/integration/csv_fork_test.go [deleted file]
vendor/github.com/btcsuite/btcd/integration/main.go [deleted file]
vendor/github.com/btcsuite/btcd/integration/rpcserver_test.go [deleted file]
vendor/github.com/btcsuite/btcd/integration/rpctest/README.md [deleted file]
vendor/github.com/btcsuite/btcd/integration/rpctest/blockgen.go [deleted file]
vendor/github.com/btcsuite/btcd/integration/rpctest/doc.go [deleted file]
vendor/github.com/btcsuite/btcd/integration/rpctest/memwallet.go [deleted file]
vendor/github.com/btcsuite/btcd/integration/rpctest/node.go [deleted file]
vendor/github.com/btcsuite/btcd/integration/rpctest/rpc_harness.go [deleted file]
vendor/github.com/btcsuite/btcd/integration/rpctest/rpc_harness_test.go [deleted file]
vendor/github.com/btcsuite/btcd/integration/rpctest/utils.go [deleted file]