Commit Graph

130 Commits

Author SHA1 Message Date
Ethan Frey c38a6f55b3 Prepare for codegen 2017-05-16 17:01:03 +02:00
Ethan Buchman a42b10e0fe update glide 2017-05-15 09:41:07 -04:00
Ethan Buchman d901fba662 add changelog and version 2017-05-15 09:40:20 -04:00
Ethan Frey e71bbb2509 Update to make full use of new tmlibs/cli helpers 2017-05-05 19:25:44 +02:00
Ethan Frey 524ba917a3 Use new PrepareMainCmd from tmlibs/cli 2017-05-02 17:18:08 +02:00
Ethan Frey 197a2b270f Consolidate keys.Manager interface 2017-04-27 20:59:48 +02:00
Ethan Buchman 9b95da8fa4 go-data -> go-wire/data 2017-04-21 16:10:06 -04:00
Ethan Buchman 6c49312aa2 Merge pull request #11 from tendermint/unstable
Unstable
2017-04-21 14:43:55 -04:00
Ethan Buchman e3f9b8731b circle.yml 2017-04-21 14:41:14 -04:00
Ethan Frey 91bd7efb7b Fixed all imports in keys 2017-04-19 17:25:53 +02:00
Ethan Frey 0bfae964e1 Moved keys cmd to top level 2017-04-19 17:07:12 +02:00
Ethan Frey 9016390a6e Moved crypto code to top level again 2017-04-19 16:55:15 +02:00
Ethan Frey 68948a5f13 Import go-keys as subdir 2017-04-19 16:53:28 +02:00
Ethan Frey 17ed6d178d move go-crypto files pre-keys merge 2017-04-19 16:51:29 +02:00
Ethan Buchman 8bb25ec5ed update paths 2017-04-18 18:17:02 -04:00
Ethan Buchman 0ca2c6fdb0 Merge pull request #9 from tendermint/develop
Develop
2017-04-13 18:50:47 -04:00
Ethan Frey c410fc5e24 Add extra test for encoding with sig,for p2p test fail 2017-04-10 19:51:02 +02:00
Ethan Frey aecc32d363 Make dependencies explicit in glide.yaml 2017-04-10 19:51:02 +02:00
Ethan Frey 9e57d521ef Add type assertions for sig/pub/privkey implemenetations 2017-04-10 19:51:02 +02:00
Jae Kwon f17e6bf44c Fix bitcoin addr scheme 2017-04-10 19:51:02 +02:00
Jae Kwon 926741c0a1 remove coin param 2017-04-10 19:51:02 +02:00
Jae Kwon a3324cc97b Cleanup; Implement .Wrap() 2017-04-10 19:51:02 +02:00
Ethan Frey eb6fcef8d2 Better docs and naming thanks to bucky 2017-04-10 19:51:01 +02:00
Ethan Frey 5b94758d4c Make PubKey struct compatible with go-wire.JSONBytes/ReadJSON 2017-04-10 19:51:01 +02:00
Ethan Frey 66ecd7705f Use new naming scheme PubKey{PubKeyInner} 2017-04-10 19:51:01 +02:00
Ethan Frey 750b25c47a Update go-data, test embedding strategies 2017-04-10 19:41:30 +02:00
Ethan Frey 49569ac244 Wrap constructor to create xxxS structs and avoid recursion 2017-04-10 19:41:30 +02:00
Jae Kwon e49fdf7be7 Add HD functions 2017-04-08 22:57:59 -07:00
Ethan Frey ae55713864 Move tx from light-client and add tests 2017-03-29 20:41:11 +02:00
Ethan Frey 58e537a42d Refactor setting up the key manager from config 2017-03-28 19:05:33 +02:00
Ethan Frey 398ac046da Reorganize cobra cmd to enable better reuse 2017-03-23 21:23:05 +01:00
Ethan Buchman 6fddcdf245 hd test: check masters too 2017-03-22 20:13:16 -04:00
Ethan Buchman c6be97c71c error testing the hd 2017-03-22 16:45:30 -04:00
Ethan Buchman ce9c57fca8 hd test 2017-03-22 15:59:48 -04:00
Ethan Buchman 3a1313ab7d secp256k1: use compressed pubkey, bitcoin-style address 2017-03-22 01:18:56 -04:00
Ethan Frey 76ace96925 Create nested directories as needed to store keys 2017-03-20 09:55:07 +01:00
Ethan Frey 07ac3201c2 Merge pull request #4 from tendermint/glide
Added glide dependency handling
2017-03-20 09:41:51 +01:00
Ethan Buchman 3f47cfac5f Merge pull request #4 from tendermint/develop
go-data support
2017-03-03 00:17:33 -05:00
Paul W. Homer af7e312088 Added glide dependency handling 2017-03-02 17:16:15 -05:00
Ethan Frey 0c92c8516f Rename proxy to server for clarity 2017-02-28 21:53:05 +01:00
Ethan Frey 6389d208cc Key server API integrated in CLI 2017-02-28 21:33:27 +01:00
Ethan Frey 6ec2330eb8 Import keys server from light-client, with changes 2017-02-28 21:09:35 +01:00
Ethan Frey e1c717a048 Add support for hex / base64 / btc (b58) encoding of binary data 2017-02-28 20:31:08 +01:00
Ethan Frey c59e2d7d13 Expose address in keyinfo, add get command 2017-02-28 20:07:44 +01:00
Ethan Frey d5931c9ee3 Set key algorithm on key creation 2017-02-28 19:43:18 +01:00
Ethan Frey 9c427e95e2 Add update cli command, cleanup 2017-02-28 19:02:24 +01:00
Ethan Frey 506ff7d85a Expose new and list via cli 2017-02-28 18:52:52 +01:00
Ethan Frey 78bb9f9cd8 Import keystore logic from light-client 2017-02-28 18:07:59 +01:00
Ethan Frey d979bfc49e Add flag validation 2017-02-28 16:56:17 +01:00
Ethan Frey f80957ad3c Basic cobra/viper cli framework 2017-02-28 16:30:15 +01:00