-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ledger integration #931
Ledger integration #931
Commits on Oct 24, 2017
-
Configuration menu - View commit details
-
Copy full SHA for ae078ee - Browse repository at this point
Copy the full SHA ae078eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b8d52b - Browse repository at this point
Copy the full SHA 1b8d52bView commit details -
Configuration menu - View commit details
-
Copy full SHA for bce88a2 - Browse repository at this point
Copy the full SHA bce88a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2490952 - Browse repository at this point
Copy the full SHA 2490952View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9afceb7 - Browse repository at this point
Copy the full SHA 9afceb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61d1bdb - Browse repository at this point
Copy the full SHA 61d1bdbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9601e48 - Browse repository at this point
Copy the full SHA 9601e48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a2c63f - Browse repository at this point
Copy the full SHA 4a2c63fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d04544 - Browse repository at this point
Copy the full SHA 2d04544View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f6bbf7 - Browse repository at this point
Copy the full SHA 6f6bbf7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69a7b38 - Browse repository at this point
Copy the full SHA 69a7b38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0219ba2 - Browse repository at this point
Copy the full SHA 0219ba2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a5b1d9 - Browse repository at this point
Copy the full SHA 0a5b1d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for dfc4cdd - Browse repository at this point
Copy the full SHA dfc4cddView commit details
Commits on Oct 26, 2017
-
make PrivateKey + Signature comparisons use constant time comparisons
Fixes tendermint/go-crypto#43 Avoid susceptibility to timing/side channel attacks by ensuring that private key and signature comparisons use `subtle.ConstantTimeCompare` instead of `bytes.Equal`
Configuration menu - View commit details
-
Copy full SHA for 3df2ca1 - Browse repository at this point
Copy the full SHA 3df2ca1View commit details -
Merge pull request #42 from tendermint/feature/bcrypt-usability
Bcrypt usability
Configuration menu - View commit details
-
Copy full SHA for c496dea - Browse repository at this point
Copy the full SHA c496deaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d88905 - Browse repository at this point
Copy the full SHA 5d88905View commit details -
Merge pull request #45 from tendermint/bugfix/nano-hid
Bugfix: ledger nano/hid compiles on osx/golang1.9
Configuration menu - View commit details
-
Copy full SHA for db5603e - Browse repository at this point
Copy the full SHA db5603eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5734613 - Browse repository at this point
Copy the full SHA 5734613View commit details
Commits on Oct 27, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 944d36a - Browse repository at this point
Copy the full SHA 944d36aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad31f6a - Browse repository at this point
Copy the full SHA ad31f6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8630b72 - Browse repository at this point
Copy the full SHA 8630b72View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1f00be - Browse repository at this point
Copy the full SHA d1f00beView commit details
Commits on Oct 28, 2017
-
Revert "Parameterize and lower bcrypt cost"
This reverts commit dfc4cdd.
Configuration menu - View commit details
-
Copy full SHA for 87badb0 - Browse repository at this point
Copy the full SHA 87badb0View commit details -
Revert "Upgrade keys to use bcrypt with salts (#38)"
This reverts commit 8e7f0e7.
Configuration menu - View commit details
-
Copy full SHA for 6405618 - Browse repository at this point
Copy the full SHA 6405618View commit details -
Configuration menu - View commit details
-
Copy full SHA for 377d3c7 - Browse repository at this point
Copy the full SHA 377d3c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2b1a70 - Browse repository at this point
Copy the full SHA d2b1a70View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd20358 - Browse repository at this point
Copy the full SHA dd20358View commit details -
PubKeyFromBytes: return zero value PubKey on error
Fixes tendermint/go-crypto#48. This previously skewed up my fuzzing tests so ensure that on error we return the zero value PubKey.
Configuration menu - View commit details
-
Copy full SHA for b0cf4b4 - Browse repository at this point
Copy the full SHA b0cf4b4View commit details
Commits on Nov 6, 2017
-
Merge pull request #49 from tendermint/pubKey-invalid-data-returns-em…
…pty-pubKey PubKeyFromBytes: return zero value PubKey on error
Configuration menu - View commit details
-
Copy full SHA for b4f04f1 - Browse repository at this point
Copy the full SHA b4f04f1View commit details
Commits on Nov 13, 2017
-
Configuration menu - View commit details
-
Copy full SHA for a2583e2 - Browse repository at this point
Copy the full SHA a2583e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac841a6 - Browse repository at this point
Copy the full SHA ac841a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 946c9c5 - Browse repository at this point
Copy the full SHA 946c9c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ef978c - Browse repository at this point
Copy the full SHA 9ef978cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4173d10 - Browse repository at this point
Copy the full SHA 4173d10View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d4544d - Browse repository at this point
Copy the full SHA 2d4544dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d78be4 - Browse repository at this point
Copy the full SHA 9d78be4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2649c05 - Browse repository at this point
Copy the full SHA 2649c05View commit details
Commits on Nov 15, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 086e1f6 - Browse repository at this point
Copy the full SHA 086e1f6View commit details
Commits on Nov 29, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 468c418 - Browse repository at this point
Copy the full SHA 468c418View commit details
Commits on Dec 22, 2017
-
Configuration menu - View commit details
-
Copy full SHA for eaf4b8c - Browse repository at this point
Copy the full SHA eaf4b8cView commit details -
Merge pull request #53 from tendermint/constant-time-equals
Constant time equals
Configuration menu - View commit details
-
Copy full SHA for 43cc4fb - Browse repository at this point
Copy the full SHA 43cc4fbView commit details
Commits on Dec 23, 2017
-
CRandHex: fix up doc to mention length of digits
The previous doc seemed misleading and was out of date i.e. RandHex(24) not CRandHex. Anyways provide a doc of what the function does in relation to the length of digits of the hex value returned i.e. floor(numDigits / 2) * 2 so the even lowest number e.g: * len(CRandHex(5)) = 4 * len(CRandHex(4)) = 4
Configuration menu - View commit details
-
Copy full SHA for 62115b5 - Browse repository at this point
Copy the full SHA 62115b5View commit details
Commits on Dec 26, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 9472476 - Browse repository at this point
Copy the full SHA 9472476View commit details
Commits on Dec 27, 2017
-
Merge pull request #54 from tendermint/cRandHex-doc-fix
CRandHex: fix up doc to mention length of digits
Configuration menu - View commit details
-
Copy full SHA for 4041adb - Browse repository at this point
Copy the full SHA 4041adbView commit details -
Configuration menu - View commit details
-
Copy full SHA for f48baf8 - Browse repository at this point
Copy the full SHA f48baf8View commit details
Commits on Dec 30, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 87f2005 - Browse repository at this point
Copy the full SHA 87f2005View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c77f6b - Browse repository at this point
Copy the full SHA 7c77f6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f8e66f - Browse repository at this point
Copy the full SHA 1f8e66fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f3f49c2 - Browse repository at this point
Copy the full SHA f3f49c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd30cb4 - Browse repository at this point
Copy the full SHA bd30cb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c61bb2 - Browse repository at this point
Copy the full SHA 8c61bb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d058d00 - Browse repository at this point
Copy the full SHA d058d00View commit details -
Configuration menu - View commit details
-
Copy full SHA for b31d37b - Browse repository at this point
Copy the full SHA b31d37bView commit details
Commits on Jan 2, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 8bb383c - Browse repository at this point
Copy the full SHA 8bb383cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 793d771 - Browse repository at this point
Copy the full SHA 793d771View commit details -
Configuration menu - View commit details
-
Copy full SHA for 156416f - Browse repository at this point
Copy the full SHA 156416fView commit details
Commits on Jan 4, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 3ebe325 - Browse repository at this point
Copy the full SHA 3ebe325View commit details
Commits on Jan 6, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 67a47e6 - Browse repository at this point
Copy the full SHA 67a47e6View commit details
Commits on Jan 14, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 788cc0a - Browse repository at this point
Copy the full SHA 788cc0aView commit details -
Merge pull request #63 from tendermint/sdk2-newwire
Use new go-wire; PubKey etc are interfaces; Keybase refactor
Configuration menu - View commit details
-
Copy full SHA for 442dab4 - Browse repository at this point
Copy the full SHA 442dab4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32741be - Browse repository at this point
Copy the full SHA 32741beView commit details
Commits on Jan 22, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 12142af - Browse repository at this point
Copy the full SHA 12142afView commit details
Commits on Feb 2, 2018
-
Adrian Brink committed
Feb 2, 2018 Configuration menu - View commit details
-
Copy full SHA for 6b2409f - Browse repository at this point
Copy the full SHA 6b2409fView commit details -
Adrian Brink committed
Feb 2, 2018 Configuration menu - View commit details
-
Copy full SHA for 0391e49 - Browse repository at this point
Copy the full SHA 0391e49View commit details -
Bump tmlibs commit. Needs to be changed to develop as soon as tmlibs …
…PR is merged
Adrian Brink committedFeb 2, 2018 Configuration menu - View commit details
-
Copy full SHA for 45b71f7 - Browse repository at this point
Copy the full SHA 45b71f7View commit details
Commits on Feb 3, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 4542cc5 - Browse repository at this point
Copy the full SHA 4542cc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e897ab - Browse repository at this point
Copy the full SHA 9e897abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a94049 - Browse repository at this point
Copy the full SHA 5a94049View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fc3055 - Browse repository at this point
Copy the full SHA 4fc3055View commit details
Commits on Feb 25, 2018
-
Configuration menu - View commit details
-
Copy full SHA for b6d0290 - Browse repository at this point
Copy the full SHA b6d0290View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3570c2e - Browse repository at this point
Copy the full SHA 3570c2eView commit details
Commits on Mar 2, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 6c6d01b - Browse repository at this point
Copy the full SHA 6c6d01bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a92931 - Browse repository at this point
Copy the full SHA 3a92931View commit details -
Merge pull request #73 from tendermint/develop-pre-wire
Develop pre wire
Configuration menu - View commit details
-
Copy full SHA for c3e19f3 - Browse repository at this point
Copy the full SHA c3e19f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e05ba95 - Browse repository at this point
Copy the full SHA e05ba95View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e07356 - Browse repository at this point
Copy the full SHA 5e07356View commit details -
Merge pull request #71 from zmanian/dep
Switch to dep from glide for dependency resolution
Configuration menu - View commit details
-
Copy full SHA for 69e960d - Browse repository at this point
Copy the full SHA 69e960dView commit details
Commits on Mar 12, 2018
-
Configuration menu - View commit details
-
Copy full SHA for f499ce8 - Browse repository at this point
Copy the full SHA f499ce8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47b8a88 - Browse repository at this point
Copy the full SHA 47b8a88View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73407e7 - Browse repository at this point
Copy the full SHA 73407e7View commit details
Commits on Mar 16, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 7dee27c - Browse repository at this point
Copy the full SHA 7dee27cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a3800da - Browse repository at this point
Copy the full SHA a3800daView commit details
Commits on Mar 18, 2018
-
Configuration menu - View commit details
-
Copy full SHA for f010462 - Browse repository at this point
Copy the full SHA f010462View commit details
Commits on Mar 25, 2018
-
Configuration menu - View commit details
-
Copy full SHA for a04f2ae - Browse repository at this point
Copy the full SHA a04f2aeView commit details
Commits on Mar 26, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 0d4436d - Browse repository at this point
Copy the full SHA 0d4436dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d5f580 - Browse repository at this point
Copy the full SHA 5d5f580View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fb3f70 - Browse repository at this point
Copy the full SHA 7fb3f70View commit details
Commits on Apr 4, 2018
-
Add import/export of public keys #79
Alessio Treglia committedApr 4, 2018 Configuration menu - View commit details
-
Copy full SHA for 9c02c8c - Browse repository at this point
Copy the full SHA 9c02c8cView commit details
Commits on Apr 5, 2018
-
Alessio Treglia committed
Apr 5, 2018 Configuration menu - View commit details
-
Copy full SHA for 105847b - Browse repository at this point
Copy the full SHA 105847bView commit details
Commits on Apr 9, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 9154169 - Browse repository at this point
Copy the full SHA 9154169View commit details
Commits on May 5, 2018
-
Configuration menu - View commit details
-
Copy full SHA for ad837a8 - Browse repository at this point
Copy the full SHA ad837a8View commit details
Commits on May 7, 2018
-
Merge pull request #87 from tendermint/bucky/fix-ed-gen
fix ed25519 Generate
Configuration menu - View commit details
-
Copy full SHA for aefb6c5 - Browse repository at this point
Copy the full SHA aefb6c5View commit details
Commits on May 9, 2018
-
Use constant-time comparator (sublte.ConstantTimeCompare) to compare
signatures prevents potential signature forgery resolves #91
Configuration menu - View commit details
-
Copy full SHA for 94ce56d - Browse repository at this point
Copy the full SHA 94ce56dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3477dd7 - Browse repository at this point
Copy the full SHA 3477dd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35cf21c - Browse repository at this point
Copy the full SHA 35cf21cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4357038 - Browse repository at this point
Copy the full SHA 4357038View commit details
Commits on May 13, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 1c8dffa - Browse repository at this point
Copy the full SHA 1c8dffaView commit details
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 15, 2018
-
Configuration menu - View commit details
-
Copy full SHA for aa2b6b5 - Browse repository at this point
Copy the full SHA aa2b6b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9136140 - Browse repository at this point
Copy the full SHA 9136140View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fe985e - Browse repository at this point
Copy the full SHA 3fe985eView commit details
Commits on May 16, 2018
-
Merge pull request #100 from Liamsi/nano_wallet
Remove outdated non-building code in _nano
Configuration menu - View commit details
-
Copy full SHA for 906331a - Browse repository at this point
Copy the full SHA 906331aView commit details
Commits on May 17, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 82e1138 - Browse repository at this point
Copy the full SHA 82e1138View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f5fec5 - Browse repository at this point
Copy the full SHA 3f5fec5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8c5f3a - Browse repository at this point
Copy the full SHA f8c5f3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for fda9933 - Browse repository at this point
Copy the full SHA fda9933View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6cfcfb - Browse repository at this point
Copy the full SHA b6cfcfbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ecdf29 - Browse repository at this point
Copy the full SHA 6ecdf29View commit details -
Configuration menu - View commit details
-
Copy full SHA for de6608e - Browse repository at this point
Copy the full SHA de6608eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 844945c - Browse repository at this point
Copy the full SHA 844945cView commit details -
Configuration menu - View commit details
-
Copy full SHA for da66010 - Browse repository at this point
Copy the full SHA da66010View commit details
Commits on May 20, 2018
-
Configuration menu - View commit details
-
Copy full SHA for a8910a3 - Browse repository at this point
Copy the full SHA a8910a3View commit details
Commits on May 21, 2018
-
Merge pull request #101 from Liamsi/go-bindata
Get rid of go-bindata in Makefile
Configuration menu - View commit details
-
Copy full SHA for 3399ca9 - Browse repository at this point
Copy the full SHA 3399ca9View commit details
Commits on May 22, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 8423f6e - Browse repository at this point
Copy the full SHA 8423f6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f9b0820 - Browse repository at this point
Copy the full SHA f9b0820View commit details -
Configuration menu - View commit details
-
Copy full SHA for 134fdf7 - Browse repository at this point
Copy the full SHA 134fdf7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4663ffd - Browse repository at this point
Copy the full SHA 4663ffdView commit details -
Configuration menu - View commit details
-
Copy full SHA for c2636c3 - Browse repository at this point
Copy the full SHA c2636c3View commit details
Commits on May 23, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 384f1e3 - Browse repository at this point
Copy the full SHA 384f1e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05a5294 - Browse repository at this point
Copy the full SHA 05a5294View commit details -
Merge pull request #98 from zmanian/xChaChaPoly1035
Implementation of xchacha20poly1035 aead
Configuration menu - View commit details
-
Copy full SHA for f0b1f6e - Browse repository at this point
Copy the full SHA f0b1f6eView commit details
Commits on May 24, 2018
-
Fix dead link in README.md (#106)
* Fix dead link in README.md
Configuration menu - View commit details
-
Copy full SHA for 707d27c - Browse repository at this point
Copy the full SHA 707d27cView 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 -
Merge branch 'develop' into cwgoes/ledger-integration
Update auth/stdtx accordingly
Configuration menu - View commit details
-
Copy full SHA for 3e0e214 - Browse repository at this point
Copy the full SHA 3e0e214View commit details -
Configuration menu - View commit details
-
Copy full SHA for b16bf1b - Browse repository at this point
Copy the full SHA b16bf1bView commit details
Commits on May 30, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 34ac479 - Browse repository at this point
Copy the full SHA 34ac479View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac1f059 - Browse repository at this point
Copy the full SHA ac1f059View commit details -
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 fe69bf4 - Browse repository at this point
Copy the full SHA fe69bf4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f04935 - Browse repository at this point
Copy the full SHA 9f04935View commit details -
Configuration menu - View commit details
-
Copy full SHA for 862d3c3 - Browse repository at this point
Copy the full SHA 862d3c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52bd867 - Browse repository at this point
Copy the full SHA 52bd867View commit details -
Merge pull request #105 from tendermint/bucky/merkle
Bring in merkle and tmhash from tmlibs
Configuration menu - View commit details
-
Copy full SHA for 251041c - Browse repository at this point
Copy the full SHA 251041cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f9d094d - Browse repository at this point
Copy the full SHA f9d094dView commit details -
Merge pull request #80 from alessio/keymanager
Add import/export of public keys #79
Configuration menu - View commit details
-
Copy full SHA for aa32121 - Browse repository at this point
Copy the full SHA aa32121View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20fdec6 - Browse repository at this point
Copy the full SHA 20fdec6View commit details -
Merge pull request #94 from Liamsi/const_time
Use constant-time comparator to compare signatures
Configuration menu - View commit details
-
Copy full SHA for 434759e - Browse repository at this point
Copy the full SHA 434759eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 21b821d - Browse repository at this point
Copy the full SHA 21b821dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9706935 - Browse repository at this point
Copy the full SHA 9706935View commit details -
Configuration menu - View commit details
-
Copy full SHA for eadc7b1 - Browse repository at this point
Copy the full SHA eadc7b1View commit details
Commits on May 31, 2018
-
Configuration menu - View commit details
-
Copy full SHA for e1ce3ff - Browse repository at this point
Copy the full SHA e1ce3ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ff1aa5 - Browse repository at this point
Copy the full SHA 1ff1aa5View commit details -
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 4, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c0ddda5 - Browse repository at this point
Copy the full SHA c0ddda5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 436ca74 - Browse repository at this point
Copy the full SHA 436ca74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35659a7 - Browse repository at this point
Copy the full SHA 35659a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47ce9bc - Browse repository at this point
Copy the full SHA 47ce9bcView commit details
Commits on Jun 7, 2018
-
Configuration menu - View commit details
-
Copy full SHA for e0fa2e1 - Browse repository at this point
Copy the full SHA e0fa2e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for fabdb13 - Browse repository at this point
Copy the full SHA fabdb13View commit details
Commits on Jun 9, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 710efe5 - Browse repository at this point
Copy the full SHA 710efe5View commit details -
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 -
Configuration menu - View commit details
-
Copy full SHA for 88590b5 - Browse repository at this point
Copy the full SHA 88590b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82452a4 - Browse repository at this point
Copy the full SHA 82452a4View 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 -
Configuration menu - View commit details
-
Copy full SHA for 8e09b43 - Browse repository at this point
Copy the full SHA 8e09b43View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3dea00 - Browse repository at this point
Copy the full SHA b3dea00View 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 6c27f61 - Browse repository at this point
Copy the full SHA 6c27f61View 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 -
Configuration menu - View commit details
-
Copy full SHA for 6eee53e - Browse repository at this point
Copy the full SHA 6eee53eView 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 -
Configuration menu - View commit details
-
Copy full SHA for 23e338c - Browse repository at this point
Copy the full SHA 23e338cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d829916 - Browse repository at this point
Copy the full SHA d829916View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b67fa3 - Browse repository at this point
Copy the full SHA 1b67fa3View commit details
Commits on Jun 13, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 4edea0d - Browse repository at this point
Copy the full SHA 4edea0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e53ba72 - Browse repository at this point
Copy the full SHA e53ba72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 456706a - Browse repository at this point
Copy the full SHA 456706aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ee93ea - Browse repository at this point
Copy the full SHA 4ee93eaView 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 -
Configuration menu - View commit details
-
Copy full SHA for f804950 - Browse repository at this point
Copy the full SHA f804950View 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 19, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 185e43c - Browse repository at this point
Copy the full SHA 185e43cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e769390 - Browse repository at this point
Copy the full SHA e769390View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6526519 - Browse repository at this point
Copy the full SHA 6526519View 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 -
Configuration menu - View commit details
-
Copy full SHA for e21a64f - Browse repository at this point
Copy the full SHA e21a64fView 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 <Liamsi@users.noreply.github.com>
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 -
Merge remote-tracking branch 'origin/develop' into cwgoes/ledger-inte…
…gration WIP, probably breaks tests
Configuration menu - View commit details
-
Copy full SHA for e09f71a - Browse repository at this point
Copy the full SHA e09f71aView commit details
Commits on Jun 25, 2018
-
WIP: Catch up on develop & some dependency hell
# Conflicts: # client/context/helpers.go # x/auth/stdtx_test.go # x/ibc/app_test.go
Configuration menu - View commit details
-
Copy full SHA for 121164b - Browse repository at this point
Copy the full SHA 121164bView commit details
Commits on Jun 26, 2018
-
- working gopk.toml (latest IAVL/tmlibs/amino combo) - add linux headers to Dockerfile - new import paths for consolidated repos (abci & crypto)
Configuration menu - View commit details
-
Copy full SHA for fe740fb - Browse repository at this point
Copy the full SHA fe740fbView commit details -
WIP fix import paths/catch up with tendermint/tendermint/crypto
- new import paths for consolidated repos (abci & crypto)
Configuration menu - View commit details
-
Copy full SHA for b536276 - Browse repository at this point
Copy the full SHA b536276View commit details -
WIP fix import paths/catch up with tendermint/tendermint/abci
- new import paths for consolidated repos (abci & crypto)
Configuration menu - View commit details
-
Copy full SHA for 16c566e - Browse repository at this point
Copy the full SHA 16c566eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c213dce - Browse repository at this point
Copy the full SHA c213dceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 64c1b90 - Browse repository at this point
Copy the full SHA 64c1b90View commit details -
Merge remote-tracking branch 'crypto/develop' into cwgoes/ledger-inte…
…gration # Conflicts: # .circleci/config.yml # .gitignore
Configuration menu - View commit details
-
Copy full SHA for af14fc8 - Browse repository at this point
Copy the full SHA af14fc8View commit details -
This reverts commit 7ebc7c0. # Conflicts: # Gopkg.toml # Makefile
Configuration menu - View commit details
-
Copy full SHA for 48491f1 - Browse repository at this point
Copy the full SHA 48491f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e4003e - Browse repository at this point
Copy the full SHA 9e4003eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 205b1fb - Browse repository at this point
Copy the full SHA 205b1fbView commit details -
Revert "temporarily delete everything (prep. mergging go-crypto/keys)"
This reverts commit 64c1b90.
Configuration menu - View commit details
-
Copy full SHA for 12fd3ce - Browse repository at this point
Copy the full SHA 12fd3ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 94d4057 - Browse repository at this point
Copy the full SHA 94d4057View commit details -
- Move keys and ledger files - update some imports
Configuration menu - View commit details
-
Copy full SHA for d35373b - Browse repository at this point
Copy the full SHA d35373bView commit details -
- update imports - catch up with changes due to fundraiser compatibility (english only) -
Configuration menu - View commit details
-
Copy full SHA for a3b8c6a - Browse repository at this point
Copy the full SHA a3b8c6aView commit details -
- fix more tests - update more imports - update to new API
Configuration menu - View commit details
-
Copy full SHA for 22663c9 - Browse repository at this point
Copy the full SHA 22663c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03c69ee - Browse repository at this point
Copy the full SHA 03c69eeView commit details -
Merge pull request #1386 from Liamsi/cwgoes/ledger-integration
Merge ledger code into Cwgoes/ledger integration
Configuration menu - View commit details
-
Copy full SHA for d7194b1 - Browse repository at this point
Copy the full SHA d7194b1View commit details
Commits on Jun 27, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 2f4b1f7 - Browse repository at this point
Copy the full SHA 2f4b1f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4314b29 - Browse repository at this point
Copy the full SHA 4314b29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 379e1b9 - Browse repository at this point
Copy the full SHA 379e1b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 906c718 - Browse repository at this point
Copy the full SHA 906c718View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab75ac4 - Browse repository at this point
Copy the full SHA ab75ac4View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb8ba6a - Browse repository at this point
Copy the full SHA bb8ba6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a735528 - Browse repository at this point
Copy the full SHA a735528View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89b8632 - Browse repository at this point
Copy the full SHA 89b8632View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7f42d2 - Browse repository at this point
Copy the full SHA c7f42d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4301072 - Browse repository at this point
Copy the full SHA 4301072View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa02576 - Browse repository at this point
Copy the full SHA fa02576View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17f9fb2 - Browse repository at this point
Copy the full SHA 17f9fb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a25d60a - Browse repository at this point
Copy the full SHA a25d60aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b9eeaa1 - Browse repository at this point
Copy the full SHA b9eeaa1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2294cb0 - Browse repository at this point
Copy the full SHA 2294cb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bbfea5 - Browse repository at this point
Copy the full SHA 2bbfea5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0305eb - Browse repository at this point
Copy the full SHA a0305ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for d4a3696 - Browse repository at this point
Copy the full SHA d4a3696View commit details
Commits on Jun 28, 2018
-
Configuration menu - View commit details
-
Copy full SHA for b0413dd - Browse repository at this point
Copy the full SHA b0413ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for ed50f7d - Browse repository at this point
Copy the full SHA ed50f7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bfe984 - Browse repository at this point
Copy the full SHA 0bfe984View commit details -
Configuration menu - View commit details
-
Copy full SHA for 503c751 - Browse repository at this point
Copy the full SHA 503c751View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b447d1 - Browse repository at this point
Copy the full SHA 3b447d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4357a65 - Browse repository at this point
Copy the full SHA 4357a65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1256170 - Browse repository at this point
Copy the full SHA 1256170View commit details -
Merge branch 'cwgoes/ledger-integration' of github.com:cosmos/cosmos-…
…sdk into cwgoes/ledger-integration
Configuration menu - View commit details
-
Copy full SHA for 03459a7 - Browse repository at this point
Copy the full SHA 03459a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3533fc5 - Browse repository at this point
Copy the full SHA 3533fc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22414b3 - Browse repository at this point
Copy the full SHA 22414b3View commit details
Commits on Jun 29, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 7770204 - Browse repository at this point
Copy the full SHA 7770204View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2150b33 - Browse repository at this point
Copy the full SHA 2150b33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1def15c - Browse repository at this point
Copy the full SHA 1def15cView commit details