Alessio Treglia
9c02c8ce93
Add import/export of public keys #79
7 years ago
Jae Kwon
7fb3f704b3
Update README with examples; Add signature test
7 years ago
Jae Kwon
5d5f580f49
Update changelog for v0.6.1
7 years ago
Jae Kwon
0d4436dea7
Use MarshalBinaryBare; Fix encode_test; Bump version
7 years ago
Jae Kwon
a04f2ae5c6
tmlibs 0.8.0-dev; canonical concrete names
7 years ago
Jae Kwon
f010462639
Make concrete registered name be tendermint/*
7 years ago
Jae Kwon
a3800da0a1
Update Gopkg.lock to use go-amino
7 years ago
Jae Kwon
7dee27c851
Merge pull request #76 from tendermint/update-go-amino
wire -> amino
7 years ago
Anton Kaliaev
73407e7cff
add CODEOWNERS file
7 years ago
Anton Kaliaev
47b8a8864b
remove any mention of glide
7 years ago
Anton Kaliaev
f499ce8713
update go-amino
7 years ago
Ethan Buchman
69e960da42
Merge pull request #71 from zmanian/dep
Switch to dep from glide for dependency resolution
7 years ago
Ethan Buchman
5e07356264
use previously working new go-wire. not bleeding edge
7 years ago
Ethan Buchman
e05ba9511a
Merge branch 'master' into develop
7 years ago
Ethan Buchman
c3e19f3ea2
Merge pull request #73 from tendermint/develop-pre-wire
Develop pre wire
7 years ago
Ethan Buchman
3a92931657
changelog, version, glide
7 years ago
Ethan Buchman
6c6d01b51c
Keybase refactor
Same as 788cc0a792
but without the new go-wire
7 years ago
Zaki Manian
3570c2eb9e
Fix test in makefile
7 years ago
Zaki Manian
b6d029050b
Switch to dep from glide for dependency resolution
7 years ago
Ethan Buchman
4fc3055dbd
update glide again
7 years ago
Ethan Buchman
5a94049dbc
update glide again
7 years ago
Ethan Buchman
9e897ab8b0
update glide
7 years ago
Ethan Buchman
4542cc5a71
Merge pull request #64 from tendermint/sdk2
Merge sdk2 into develop
7 years ago
Adrian Brink
45b71f7d11
Bump tmlibs commit. Needs to be changed to develop as soon as tmlibs PR is merged
7 years ago
Adrian Brink
0391e499fb
Clean up glide.yaml
7 years ago
Adrian Brink
6b2409f714
Update go-wire to develop
7 years ago
Jae Kwon
12142af1cb
Remove reliance on global wire.Marshal
7 years ago
Ethan Buchman
32741be212
update glide for go-wire and tmlibs
7 years ago
Jae Kwon
442dab45a5
Merge pull request #63 from tendermint/sdk2-newwire
Use new go-wire; PubKey etc are interfaces; Keybase refactor
7 years ago
Jae Kwon
788cc0a792
Use new go-wire; PubKey etc are interfaces; Keybase refactor
7 years ago
Ethan Buchman
67a47e6a0b
Address is a type alias
7 years ago
Ethan Buchman
3ebe3250ff
Merge pull request #58 from tendermint/sdk2
SDK2
7 years ago
Ethan Buchman
156416fe27
fix wordlist paths
7 years ago
Ethan Buchman
793d7717dc
no metalinter for now
7 years ago
Ethan Buchman
8bb383c264
Merge pull request #59 from tendermint/sdk2-cleanup
Sdk2 cleanup
7 years ago
Ethan Buchman
b31d37b480
update circle.yml
7 years ago
Ethan Buchman
d058d0098f
keys/bcrypt
7 years ago
Ethan Buchman
8c61bb27b7
fix nano test
7 years ago
Ethan Buchman
bd30cb4de9
keys/keybase.go: comments and fixes
7 years ago
Ethan Buchman
f3f49c2362
keys/words
7 years ago
Ethan Buchman
1f8e66fdb3
nano: update comments
7 years ago
Ethan Buchman
7c77f6b2da
move hd into keys/hd
7 years ago
Ethan Buchman
87f2005fa8
hd: comments and some cleanup
7 years ago
Jae Kwon
f48baf86fb
Add Address type which is HexBytes
7 years ago
Ethan Buchman
4041adbf92
Merge pull request #54 from tendermint/cRandHex-doc-fix
CRandHex: fix up doc to mention length of digits
7 years ago
Jae Kwon
9472476a8b
Update Makefile
7 years ago
Emmanuel Odeke
62115b55ef
CRandHex: fix up doc to mention length of digits
The previous doc seemed misleading and was out of date i.e.
RandHex(24)
not
CRandHex.
Anyways provide a doc of what the function does in relation to
the length of digits of the hex value returned i.e.
floor(numDigits / 2) * 2
so the even lowest number
e.g:
* len(CRandHex(5)) = 4
* len(CRandHex(4)) = 4
7 years ago
Ethan Buchman
43cc4fb645
Merge pull request #53 from tendermint/constant-time-equals
Constant time equals
7 years ago
Ethan Buchman
eaf4b8c795
fix Equals
7 years ago
Ethan Frey
468c4188c1
Merge pull request #51 from tendermint/keystore
Keybase
7 years ago