Ethan Frey
|
438b16f1f8
|
Merge pull request #16 from tendermint/data-codegen
Use codegen to create wrappers for interfaces
|
8 years ago |
Ethan Frey
|
db5cb8d92c
|
Change codegen name holder->wrapper
|
8 years ago |
Ethan Frey
|
bee63ce4ff
|
Cleaned up build process, moved codegen to separate package in go-wire
|
8 years ago |
Ethan Frey
|
79c580492e
|
add make codegen for gen
|
8 years ago |
Ethan Frey
|
746a2e286d
|
Codegen wrappers for privkey and signature as well
|
8 years ago |
Ethan Frey
|
ee200d998f
|
Fix unwrap for proper json format
|
8 years ago |
Ethan Frey
|
f16f711992
|
First code from codegen... wrong names
|
8 years ago |
Ethan Frey
|
c38a6f55b3
|
Prepare for codegen
|
8 years ago |
Ethan Buchman
|
a42b10e0fe
|
update glide
|
8 years ago |
Ethan Buchman
|
d901fba662
|
add changelog and version
|
8 years ago |
Ethan Frey
|
e71bbb2509
|
Update to make full use of new tmlibs/cli helpers
|
8 years ago |
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 |