Skip to content

Commit

Permalink
Merge pull request cosmos#64 from tendermint/sdk2
Browse files Browse the repository at this point in the history
Merge sdk2 into develop
  • Loading branch information
ebuchman authored Feb 3, 2018
2 parents 67a47e6 + 45b71f7 commit 4542cc5
Show file tree
Hide file tree
Showing 25 changed files with 499 additions and 894 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
9 changes: 0 additions & 9 deletions crypto.go

This file was deleted.

91 changes: 0 additions & 91 deletions embed_test.go

This file was deleted.

4 changes: 4 additions & 0 deletions encode_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
package crypto

/*
XXX Needs to be refactored to not use go-wire/data
import (
"fmt"
"strings"
Expand Down Expand Up @@ -179,3 +182,4 @@ func TestEmbededWireEncodings(t *testing.T) {
checkWire(t, msg, &msg2, tc.keyType, tc.size)
}
}
*/
37 changes: 13 additions & 24 deletions glide.lock

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

25 changes: 8 additions & 17 deletions glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,38 +6,29 @@ import:
- package: github.com/btcsuite/btcutil
subpackages:
- base58
- package: github.com/syndtr/goleveldb
subpackages:
- leveldb
- leveldb/errors
- leveldb/iterator
- leveldb/opt
- leveldb/util
- package: github.com/howeyc/crc16
- package: github.com/pkg/errors
version: ^0.8.0
- package: github.com/tendermint/ed25519
subpackages:
- extra25519
- package: github.com/tendermint/tmlibs
version: sdk2
- package: github.com/tendermint/go-wire
version: develop
- package: github.com/tendermint/tmlibs
version: cbc63518e589d6b0069f9750127fa83dd6ea5ee3
subpackages:
- data
- data/base58
- common
- db
- package: golang.org/x/crypto
subpackages:
- blowfish
- nacl/secretbox
- openpgp/armor
- ripemd160
- package: github.com/pkg/errors
- package: github.com/howeyc/crc16
- package: github.com/ethanfrey/ledger
testImport:
- package: github.com/mndrix/btcutil
- package: github.com/stretchr/testify
version: ^1.1.4
version: ^1.2.1
subpackages:
- assert
- require
- package: github.com/tyler-smith/go-bip32
- package: github.com/tyler-smith/go-bip39
Loading

0 comments on commit 4542cc5

Please sign in to comment.