Christopher Goes
|
c21f67c5af
|
Unify local and external keys in keybase interface (#117)
* Return errors on priv.Sign(), priv.PubKey()
* Add CreateLedger, CreateOffline
* Add switch on .Sign() for Ledger wallets
* Add offline signing switch on .Sign()
* Use MustUnmarshalBinaryBare()
* Add confirmation to delete offline/Ledger keys
* Lowercase error message
* Add human-readable .GetType() function to Info interface
* Rename CryptoAlgo => SignAlgo
* assert.Nil(t, err) => assert.NoError(t, err)
|
2018-06-10 01:01:41 -07:00 |
|
Alessio Treglia
|
9c02c8ce93
|
Add import/export of public keys #79
|
2018-04-04 23:29:00 +01:00 |
|
Jae Kwon
|
0d4436dea7
|
Use MarshalBinaryBare; Fix encode_test; Bump version
|
2018-03-26 10:41:04 +02:00 |
|
Jae Kwon
|
788cc0a792
|
Use new go-wire; PubKey etc are interfaces; Keybase refactor
|
2018-01-14 01:09:30 -08:00 |
|
Ethan Buchman
|
bd30cb4de9
|
keys/keybase.go: comments and fixes
|
2017-12-30 17:30:18 -05:00 |
|
Ethan Frey
|
2d4544d6ce
|
Tests compile
|
2017-11-13 14:36:43 +01:00 |
|
Ethan Frey
|
4173d1031e
|
go build compiles
|
2017-11-13 14:36:43 +01:00 |
|
Ethan Frey
|
9ef978c5ec
|
Fix errors except for es missing
|
2017-11-13 14:36:43 +01:00 |
|
Ethan Frey
|
946c9c573e
|
Handle generating keys
|
2017-11-13 14:36:43 +01:00 |
|
Jae Kwon
|
a2583e2783
|
Draft of suggested changes
|
2017-11-13 14:36:43 +01:00 |
|
Ethan Buchman
|
377d3c7e11
|
fix from revert
|
2017-10-27 22:04:22 -04:00 |
|
Ethan Buchman
|
57346134a5
|
keys: transactions.go -> types.go
|
2017-10-26 16:43:32 -04:00 |
|