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 |
Ethan Frey
|
cbe35e07d1
|
Add more tests for de/en-coding public and private keys
|
8 years ago |
Ethan Frey
|
6c2bf8c24b
|
Clean up test cases -> testify
|
8 years ago |
Ethan Frey
|
1bc1947e3f
|
First tests of go-data encoding
|
8 years ago |
Ethan Frey
|
e6d35ee641
|
Add structs for go-data support
|
8 years ago |
Jae Kwon
|
4b11d62bdb
|
Add Signature.Equals
|
8 years ago |
Jae Kwon
|
41cfb7b677
|
Remove ReadSignature* methods
|
9 years ago |
Jae Kwon
|
7e767e9548
|
Secp256k1 pubkeys are 64 bytes. Strip btcec prefix byte
|
9 years ago |
Jae Kwon
|
c121163635
|
ReadSignature*
|
9 years ago |
Jae Kwon
|
d57d5ff3c9
|
PrivKey.Equals
|
9 years ago |
Jae Kwon
|
8b34fd2e51
|
Add secp256k1 support
|
9 years ago |
Jae Kwon
|
3f0d9b3f29
|
Signature bytes
|
9 years ago |
Jae Kwon
|
eddde7f46a
|
Added customized bcrypt
|
9 years ago |