Skip to content

Commit

Permalink
Merge PR cosmos#142: Delete keys package & Ledger integration; update…
Browse files Browse the repository at this point in the history
… tests
  • Loading branch information
cwgoes authored Jun 20, 2018
2 parents 4634063 + c7a842a commit edb36d3
Show file tree
Hide file tree
Showing 23 changed files with 7 additions and 2,044 deletions.
67 changes: 6 additions & 61 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 0 additions & 12 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@
name = "github.com/btcsuite/btcutil"
branch = "master"

[[constraint]]
name = "github.com/pkg/errors"
version = "0.8.0"

[[constraint]]
name = "github.com/stretchr/testify"
version = "1.2.1"
Expand All @@ -48,14 +44,6 @@
name = "github.com/tendermint/tmlibs"
version = "0.8.1"

[[constraint]]
name = "github.com/tyler-smith/go-bip39"
branch = "master"

[[constraint]]
name = "github.com/zondax/ledger-goclient"
revision = "065cbf938a16f20335c40cfe180f9cd4955c6a5a"

[prune]
go-tests = true
unused-packages = true
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ get_vendor_deps:
### Testing

test:
go test -p 1 $(shell go list ./... | grep -v vendor)
CGO_ENABLED=0 go test -p 1 $(shell go list ./... | grep -v vendor)

########################################
### Formatting, linting, and vetting
Expand Down
2 changes: 0 additions & 2 deletions amino.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ func RegisterAmino(cdc *amino.Codec) {
"tendermint/PrivKeyEd25519", nil)
cdc.RegisterConcrete(PrivKeySecp256k1{},
"tendermint/PrivKeySecp256k1", nil)
cdc.RegisterConcrete(PrivKeyLedgerSecp256k1{},
"tendermint/PrivKeyLedgerSecp256k1", nil)

cdc.RegisterInterface((*Signature)(nil), nil)
cdc.RegisterConcrete(SignatureEd25519{},
Expand Down
1 change: 0 additions & 1 deletion encode_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ func ExamplePrintRegisteredTypes() {
//| PubKeySecp256k1 | tendermint/PubKeySecp256k1 | 0xEB5AE987 | 0x21 | |
//| PrivKeyEd25519 | tendermint/PrivKeyEd25519 | 0xA3288910 | 0x40 | |
//| PrivKeySecp256k1 | tendermint/PrivKeySecp256k1 | 0xE1B0F79B | 0x20 | |
//| PrivKeyLedgerSecp256k1 | tendermint/PrivKeyLedgerSecp256k1 | 0x10CAB393 | variable | |
//| SignatureEd25519 | tendermint/SignatureEd25519 | 0x2031EA53 | 0x40 | |
//| SignatureSecp256k1 | tendermint/SignatureSecp256k1 | 0x7FC4A495 | variable | |
}
Expand Down
35 changes: 0 additions & 35 deletions keys/bcrypt/base64.go

This file was deleted.

Loading

0 comments on commit edb36d3

Please sign in to comment.