-
Notifications
You must be signed in to change notification settings - Fork 32
Release/v0.10.0 #144
base: master
Are you sure you want to change the base?
Release/v0.10.0 #144
Commits on May 14, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 1c9ff46 - Browse repository at this point
Copy the full SHA 1c9ff46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 065c394 - Browse repository at this point
Copy the full SHA 065c394View commit details -
Configuration menu - View commit details
-
Copy full SHA for e25a64f - Browse repository at this point
Copy the full SHA e25a64fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 391936b - Browse repository at this point
Copy the full SHA 391936bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 86b09b0 - Browse repository at this point
Copy the full SHA 86b09b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49e03fb - Browse repository at this point
Copy the full SHA 49e03fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 337ad8e - Browse repository at this point
Copy the full SHA 337ad8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e6d0ade - Browse repository at this point
Copy the full SHA e6d0adeView commit details
Commits on May 29, 2018
-
Configuration menu - View commit details
-
Copy full SHA for e534559 - Browse repository at this point
Copy the full SHA e534559View commit details
Commits on May 30, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 3186dc4 - Browse repository at this point
Copy the full SHA 3186dc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee411da - Browse repository at this point
Copy the full SHA ee411daView commit details -
Configuration menu - View commit details
-
Copy full SHA for c689f38 - Browse repository at this point
Copy the full SHA c689f38View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb81e4a - Browse repository at this point
Copy the full SHA bb81e4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 21b821d - Browse repository at this point
Copy the full SHA 21b821dView commit details
Commits on May 31, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 63aac65 - Browse repository at this point
Copy the full SHA 63aac65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80e9752 - Browse repository at this point
Copy the full SHA 80e9752View commit details -
Merge pull request #85 from tendermint/cwgoes/ledger-integration
Ledger integration
Configuration menu - View commit details
-
Copy full SHA for 2bbad9d - Browse repository at this point
Copy the full SHA 2bbad9dView commit details
Commits on Jun 9, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 854eb32 - Browse repository at this point
Copy the full SHA 854eb32View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6c960c - Browse repository at this point
Copy the full SHA f6c960cView commit details
Commits on Jun 10, 2018
-
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)
Configuration menu - View commit details
-
Copy full SHA for c21f67c - Browse repository at this point
Copy the full SHA c21f67cView commit details
Commits on Jun 11, 2018
-
* move from tmlibs 213 * expose KVPair, simpleproofsfrommap returns keys
Configuration menu - View commit details
-
Copy full SHA for 66794a1 - Browse repository at this point
Copy the full SHA 66794a1View commit details -
update ed25519 address scheme (#112)
make PubKeyEd25519.Address() returns the first 20 bytes of the hash of the raw 32-byte pubkey, no amino required
Configuration menu - View commit details
-
Copy full SHA for e694c30 - Browse repository at this point
Copy the full SHA e694c30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45a1c8a - Browse repository at this point
Copy the full SHA 45a1c8aView commit details -
fix tests, bump amino version, move encoding to encode_test.go,
include an example, do not err check on info ... bur for empty info instead
Configuration menu - View commit details
-
Copy full SHA for f4663e5 - Browse repository at this point
Copy the full SHA f4663e5View commit details -
Merge remote-tracking branch 'remotes/origin/develop' into bucky/sig-…
…name # Conflicts: # Gopkg.lock # keys/keybase_test.go # signature_test.go
Configuration menu - View commit details
-
Copy full SHA for c4484c4 - Browse repository at this point
Copy the full SHA c4484c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e552d34 - Browse repository at this point
Copy the full SHA e552d34View commit details -
Merge pull request #110 from tendermint/bucky/sig-name
SignatureKey -> Signature
Configuration menu - View commit details
-
Copy full SHA for 260d69f - Browse repository at this point
Copy the full SHA 260d69fView commit details
Commits on Jun 12, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 42c6a64 - Browse repository at this point
Copy the full SHA 42c6a64View commit details -
Remove error from priv.PubKey() (#131)
* Remove error from priv.PubKey() * Update changelog
Configuration menu - View commit details
-
Copy full SHA for 8e27322 - Browse repository at this point
Copy the full SHA 8e27322View commit details
Commits on Jun 14, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 41369d7 - Browse repository at this point
Copy the full SHA 41369d7View commit details
Commits on Jun 15, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 1a2f468 - Browse repository at this point
Copy the full SHA 1a2f468View commit details
Commits on Jun 20, 2018
-
Switch xchachapoly to hkdfchachapoly (#135)
* Switch from xchachapoly to hkdfchachapoly
Configuration menu - View commit details
-
Copy full SHA for fed8807 - Browse repository at this point
Copy the full SHA fed8807View commit details -
keys package: fundraiser compatibility and HD keys (BIP 39 & BIP 32 /…
… BIP 44) (#118) - fundraiser compatibility for HD keys (BIP 39 & BIP 32 / BIP 44)
Configuration menu - View commit details
-
Copy full SHA for 4634063 - Browse repository at this point
Copy the full SHA 4634063View commit details -
Configuration menu - View commit details
-
Copy full SHA for a589e0e - Browse repository at this point
Copy the full SHA a589e0eView commit details -
- also delete ledger code and deps (thx cwgoes) Signed-off-by: Liamsi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7ebc7c0 - Browse repository at this point
Copy the full SHA 7ebc7c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7a842a - Browse repository at this point
Copy the full SHA c7a842aView commit details -
Configuration menu - View commit details
-
Copy full SHA for edb36d3 - Browse repository at this point
Copy the full SHA edb36d3View commit details
Commits on Jul 1, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 68edd42 - Browse repository at this point
Copy the full SHA 68edd42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e1b2ab - Browse repository at this point
Copy the full SHA 8e1b2abView commit details