Ethan Frey
|
524ba917a3
|
Use new PrepareMainCmd from tmlibs/cli
|
8 years ago |
Ethan Frey
|
197a2b270f
|
Consolidate keys.Manager interface
|
8 years ago |
Ethan Buchman
|
9b95da8fa4
|
go-data -> go-wire/data
|
8 years ago |
Ethan Buchman
|
6c49312aa2
|
Merge pull request #11 from tendermint/unstable
Unstable
|
8 years ago |
Ethan Buchman
|
e3f9b8731b
|
circle.yml
|
8 years ago |
Ethan Frey
|
91bd7efb7b
|
Fixed all imports in keys
|
8 years ago |
Ethan Frey
|
0bfae964e1
|
Moved keys cmd to top level
|
8 years ago |
Ethan Frey
|
9016390a6e
|
Moved crypto code to top level again
|
8 years ago |
Ethan Frey
|
68948a5f13
|
Import go-keys as subdir
|
8 years ago |
Ethan Frey
|
17ed6d178d
|
move go-crypto files pre-keys merge
|
8 years ago |
Ethan Buchman
|
8bb25ec5ed
|
update paths
|
8 years ago |
Ethan Buchman
|
0ca2c6fdb0
|
Merge pull request #9 from tendermint/develop
Develop
|
8 years ago |
Ethan Frey
|
c410fc5e24
|
Add extra test for encoding with sig,for p2p test fail
|
8 years ago |
Ethan Frey
|
aecc32d363
|
Make dependencies explicit in glide.yaml
|
8 years ago |
Ethan Frey
|
9e57d521ef
|
Add type assertions for sig/pub/privkey implemenetations
|
8 years ago |
Jae Kwon
|
f17e6bf44c
|
Fix bitcoin addr scheme
|
8 years ago |
Jae Kwon
|
926741c0a1
|
remove coin param
|
8 years ago |
Jae Kwon
|
a3324cc97b
|
Cleanup; Implement .Wrap()
|
8 years ago |
Ethan Frey
|
eb6fcef8d2
|
Better docs and naming thanks to bucky
|
8 years ago |
Ethan Frey
|
5b94758d4c
|
Make PubKey struct compatible with go-wire.JSONBytes/ReadJSON
|
8 years ago |
Ethan Frey
|
66ecd7705f
|
Use new naming scheme PubKey{PubKeyInner}
|
8 years ago |
Ethan Frey
|
750b25c47a
|
Update go-data, test embedding strategies
|
8 years ago |
Ethan Frey
|
49569ac244
|
Wrap constructor to create xxxS structs and avoid recursion
|
8 years ago |
Jae Kwon
|
e49fdf7be7
|
Add HD functions
|
8 years ago |
Ethan Frey
|
ae55713864
|
Move tx from light-client and add tests
|
8 years ago |
Ethan Frey
|
58e537a42d
|
Refactor setting up the key manager from config
|
8 years ago |
Ethan Frey
|
398ac046da
|
Reorganize cobra cmd to enable better reuse
|
8 years ago |
Ethan Buchman
|
6fddcdf245
|
hd test: check masters too
|
8 years ago |
Ethan Buchman
|
c6be97c71c
|
error testing the hd
|
8 years ago |
Ethan Buchman
|
ce9c57fca8
|
hd test
|
8 years ago |
Ethan Buchman
|
3a1313ab7d
|
secp256k1: use compressed pubkey, bitcoin-style address
|
8 years ago |
Ethan Frey
|
76ace96925
|
Create nested directories as needed to store keys
|
8 years ago |
Ethan Frey
|
07ac3201c2
|
Merge pull request #4 from tendermint/glide
Added glide dependency handling
|
8 years ago |
Ethan Buchman
|
3f47cfac5f
|
Merge pull request #4 from tendermint/develop
go-data support
|
8 years ago |
Paul W. Homer
|
af7e312088
|
Added glide dependency handling
|
8 years ago |
Ethan Frey
|
0c92c8516f
|
Rename proxy to server for clarity
|
8 years ago |
Ethan Frey
|
6389d208cc
|
Key server API integrated in CLI
|
8 years ago |
Ethan Frey
|
6ec2330eb8
|
Import keys server from light-client, with changes
|
8 years ago |
Ethan Frey
|
e1c717a048
|
Add support for hex / base64 / btc (b58) encoding of binary data
|
8 years ago |
Ethan Frey
|
c59e2d7d13
|
Expose address in keyinfo, add get command
|
8 years ago |
Ethan Frey
|
d5931c9ee3
|
Set key algorithm on key creation
|
8 years ago |
Ethan Frey
|
9c427e95e2
|
Add update cli command, cleanup
|
8 years ago |
Ethan Frey
|
506ff7d85a
|
Expose new and list via cli
|
8 years ago |
Ethan Frey
|
78bb9f9cd8
|
Import keystore logic from light-client
|
8 years ago |
Ethan Frey
|
d979bfc49e
|
Add flag validation
|
8 years ago |
Ethan Frey
|
f80957ad3c
|
Basic cobra/viper cli framework
|
8 years ago |
Ethan Buchman
|
562b4cc9ef
|
Merge pull request #3 from tendermint/feature/go-data
Use go-data for nice json un/marshaling
|
8 years ago |
Ethan Frey
|
0e92dd5bb5
|
One name, type byte per algorithm
|
8 years ago |
Ethan Frey
|
8c9b889ccf
|
Support json encode/decode for nil values in S structs
|
8 years ago |
Ethan Frey
|
b6a2c5949f
|
Add helper methods for nil checks in structs
|
8 years ago |