Skip to content
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

Merged
merged 416 commits into from
Jun 29, 2018
Merged

Ledger integration #931

merged 416 commits into from
Jun 29, 2018
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Oct 24, 2017

  1. Configuration menu
    Copy the full SHA
    ae078ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b8d52b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bce88a2 View commit details
    Browse the repository at this point in the history
  4. nano validates key on load

    ethanfrey committed Oct 24, 2017
    Configuration menu
    Copy the full SHA
    2490952 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9afceb7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    61d1bdb View commit details
    Browse the repository at this point in the history
  7. Improve error message

    ethanfrey committed Oct 24, 2017
    Configuration menu
    Copy the full SHA
    9601e48 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4a2c63f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2d04544 View commit details
    Browse the repository at this point in the history
  10. Fix metalinter complaints

    ethanfrey committed Oct 24, 2017
    Configuration menu
    Copy the full SHA
    6f6bbf7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    69a7b38 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0219ba2 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #37 from tendermint/nano

    Nano Support
    ethanfrey authored Oct 24, 2017
    Configuration menu
    Copy the full SHA
    0a5b1d9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    dfc4cdd View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2017

  1. 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`
    odeke-em committed Oct 26, 2017
    Configuration menu
    Copy the full SHA
    3df2ca1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c496dea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d88905 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #45 from tendermint/bugfix/nano-hid

    Bugfix: ledger nano/hid compiles on osx/golang1.9
    ethanfrey authored Oct 26, 2017
    Configuration menu
    Copy the full SHA
    db5603e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5734613 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2017

  1. changelog

    ebuchman committed Oct 27, 2017
    Configuration menu
    Copy the full SHA
    944d36a View commit details
    Browse the repository at this point in the history
  2. osx + hid = <3

    ethanfrey committed Oct 27, 2017
    Configuration menu
    Copy the full SHA
    ad31f6a View commit details
    Browse the repository at this point in the history
  3. version and changelog

    ebuchman committed Oct 27, 2017
    Configuration menu
    Copy the full SHA
    8630b72 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #46 from tendermint/develop

    Develop
    ebuchman authored Oct 27, 2017
    Configuration menu
    Copy the full SHA
    d1f00be View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2017

  1. Revert "Parameterize and lower bcrypt cost"

    This reverts commit dfc4cdd.
    ebuchman committed Oct 28, 2017
    Configuration menu
    Copy the full SHA
    87badb0 View commit details
    Browse the repository at this point in the history
  2. Revert "Upgrade keys to use bcrypt with salts (#38)"

    This reverts commit 8e7f0e7.
    ebuchman committed Oct 28, 2017
    Configuration menu
    Copy the full SHA
    6405618 View commit details
    Browse the repository at this point in the history
  3. fix from revert

    ebuchman committed Oct 28, 2017
    Configuration menu
    Copy the full SHA
    377d3c7 View commit details
    Browse the repository at this point in the history
  4. changelog

    ebuchman committed Oct 28, 2017
    Configuration menu
    Copy the full SHA
    d2b1a70 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #47 from tendermint/release-v0.4.1

    Release v0.4.1
    ebuchman authored Oct 28, 2017
    Configuration menu
    Copy the full SHA
    dd20358 View commit details
    Browse the repository at this point in the history
  6. 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.
    odeke-em committed Oct 28, 2017
    Configuration menu
    Copy the full SHA
    b0cf4b4 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2017

  1. Merge pull request #49 from tendermint/pubKey-invalid-data-returns-em…

    …pty-pubKey
    
    PubKeyFromBytes: return zero value PubKey on error
    ebuchman authored Nov 6, 2017
    Configuration menu
    Copy the full SHA
    b4f04f1 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2017

  1. Draft of suggested changes

    jaekwon authored and ethanfrey committed Nov 13, 2017
    Configuration menu
    Copy the full SHA
    a2583e2 View commit details
    Browse the repository at this point in the history
  2. Fixed imports

    ethanfrey committed Nov 13, 2017
    Configuration menu
    Copy the full SHA
    ac841a6 View commit details
    Browse the repository at this point in the history
  3. Handle generating keys

    ethanfrey committed Nov 13, 2017
    Configuration menu
    Copy the full SHA
    946c9c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9ef978c View commit details
    Browse the repository at this point in the history
  5. go build compiles

    ethanfrey committed Nov 13, 2017
    Configuration menu
    Copy the full SHA
    4173d10 View commit details
    Browse the repository at this point in the history
  6. Tests compile

    ethanfrey committed Nov 13, 2017
    Configuration menu
    Copy the full SHA
    2d4544d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9d78be4 View commit details
    Browse the repository at this point in the history
  8. Minor cleanup

    ethanfrey committed Nov 13, 2017
    Configuration menu
    Copy the full SHA
    2649c05 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2017

  1. Configuration menu
    Copy the full SHA
    086e1f6 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2017

  1. Merge pull request #51 from tendermint/keystore

    Keybase
    ethanfrey authored Nov 29, 2017
    Configuration menu
    Copy the full SHA
    468c418 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2017

  1. fix Equals

    ebuchman committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    eaf4b8c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #53 from tendermint/constant-time-equals

    Constant time equals
    ebuchman authored Dec 22, 2017
    Configuration menu
    Copy the full SHA
    43cc4fb View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2017

  1. 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
    odeke-em committed Dec 23, 2017
    Configuration menu
    Copy the full SHA
    62115b5 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2017

  1. Update Makefile

    jaekwon committed Dec 26, 2017
    Configuration menu
    Copy the full SHA
    9472476 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2017

  1. Merge pull request #54 from tendermint/cRandHex-doc-fix

    CRandHex: fix up doc to mention length of digits
    ebuchman authored Dec 27, 2017
    Configuration menu
    Copy the full SHA
    4041adb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f48baf8 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2017

  1. Configuration menu
    Copy the full SHA
    87f2005 View commit details
    Browse the repository at this point in the history
  2. move hd into keys/hd

    ebuchman committed Dec 30, 2017
    Configuration menu
    Copy the full SHA
    7c77f6b View commit details
    Browse the repository at this point in the history
  3. nano: update comments

    ebuchman committed Dec 30, 2017
    Configuration menu
    Copy the full SHA
    1f8e66f View commit details
    Browse the repository at this point in the history
  4. keys/words

    ebuchman committed Dec 30, 2017
    Configuration menu
    Copy the full SHA
    f3f49c2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bd30cb4 View commit details
    Browse the repository at this point in the history
  6. fix nano test

    ebuchman committed Dec 30, 2017
    Configuration menu
    Copy the full SHA
    8c61bb2 View commit details
    Browse the repository at this point in the history
  7. keys/bcrypt

    ebuchman committed Dec 30, 2017
    Configuration menu
    Copy the full SHA
    d058d00 View commit details
    Browse the repository at this point in the history
  8. update circle.yml

    ebuchman committed Dec 30, 2017
    Configuration menu
    Copy the full SHA
    b31d37b View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2018

  1. Merge pull request #59 from tendermint/sdk2-cleanup

    Sdk2 cleanup
    ebuchman authored Jan 2, 2018
    Configuration menu
    Copy the full SHA
    8bb383c View commit details
    Browse the repository at this point in the history
  2. no metalinter for now

    ebuchman committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    793d771 View commit details
    Browse the repository at this point in the history
  3. fix wordlist paths

    ebuchman committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    156416f View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2018

  1. Merge pull request #58 from tendermint/sdk2

    SDK2
    ebuchman authored Jan 4, 2018
    Configuration menu
    Copy the full SHA
    3ebe325 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2018

  1. Address is a type alias

    ebuchman committed Jan 6, 2018
    Configuration menu
    Copy the full SHA
    67a47e6 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2018

  1. Configuration menu
    Copy the full SHA
    788cc0a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #63 from tendermint/sdk2-newwire

    Use new go-wire; PubKey etc are interfaces; Keybase refactor
    jaekwon authored Jan 14, 2018
    Configuration menu
    Copy the full SHA
    442dab4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32741be View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2018

  1. Configuration menu
    Copy the full SHA
    12142af View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2018

  1. Update go-wire to develop

    Adrian Brink committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    6b2409f View commit details
    Browse the repository at this point in the history
  2. Clean up glide.yaml

    Adrian Brink committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    0391e49 View commit details
    Browse the repository at this point in the history
  3. Bump tmlibs commit. Needs to be changed to develop as soon as tmlibs …

    …PR is merged
    Adrian Brink committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    45b71f7 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2018

  1. Merge pull request #64 from tendermint/sdk2

    Merge sdk2 into develop
    ebuchman authored Feb 3, 2018
    Configuration menu
    Copy the full SHA
    4542cc5 View commit details
    Browse the repository at this point in the history
  2. update glide

    ebuchman committed Feb 3, 2018
    Configuration menu
    Copy the full SHA
    9e897ab View commit details
    Browse the repository at this point in the history
  3. update glide again

    ebuchman committed Feb 3, 2018
    Configuration menu
    Copy the full SHA
    5a94049 View commit details
    Browse the repository at this point in the history
  4. update glide again

    ebuchman committed Feb 3, 2018
    Configuration menu
    Copy the full SHA
    4fc3055 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2018

  1. Configuration menu
    Copy the full SHA
    b6d0290 View commit details
    Browse the repository at this point in the history
  2. Fix test in makefile

    zmanian committed Feb 25, 2018
    Configuration menu
    Copy the full SHA
    3570c2e View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2018

  1. Keybase refactor

    Same as 788cc0a but without the new go-wire
    ebuchman committed Mar 2, 2018
    Configuration menu
    Copy the full SHA
    6c6d01b View commit details
    Browse the repository at this point in the history
  2. changelog, version, glide

    ebuchman committed Mar 2, 2018
    Configuration menu
    Copy the full SHA
    3a92931 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #73 from tendermint/develop-pre-wire

    Develop pre wire
    ebuchman authored Mar 2, 2018
    Configuration menu
    Copy the full SHA
    c3e19f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e05ba95 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5e07356 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #71 from zmanian/dep

    Switch to dep from glide for dependency resolution
    ebuchman authored Mar 2, 2018
    Configuration menu
    Copy the full SHA
    69e960d View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2018

  1. update go-amino

    melekes committed Mar 12, 2018
    Configuration menu
    Copy the full SHA
    f499ce8 View commit details
    Browse the repository at this point in the history
  2. remove any mention of glide

    melekes committed Mar 12, 2018
    Configuration menu
    Copy the full SHA
    47b8a88 View commit details
    Browse the repository at this point in the history
  3. add CODEOWNERS file

    melekes committed Mar 12, 2018
    Configuration menu
    Copy the full SHA
    73407e7 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2018

  1. Merge pull request #76 from tendermint/update-go-amino

    wire -> amino
    jaekwon authored Mar 16, 2018
    Configuration menu
    Copy the full SHA
    7dee27c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3800da View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2018

  1. Configuration menu
    Copy the full SHA
    f010462 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2018

  1. Configuration menu
    Copy the full SHA
    a04f2ae View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2018

  1. Configuration menu
    Copy the full SHA
    0d4436d View commit details
    Browse the repository at this point in the history
  2. Update changelog for v0.6.1

    jaekwon committed Mar 26, 2018
    Configuration menu
    Copy the full SHA
    5d5f580 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7fb3f70 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2018

  1. Add import/export of public keys #79

    Alessio Treglia committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    9c02c8c View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2018

  1. Fix comments

    Alessio Treglia committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    105847b View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2018

  1. Configuration menu
    Copy the full SHA
    9154169 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2018

  1. fix ed25519 Generate

    ebuchman committed May 5, 2018
    Configuration menu
    Copy the full SHA
    ad837a8 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2018

  1. Merge pull request #87 from tendermint/bucky/fix-ed-gen

    fix ed25519 Generate
    ebuchman authored May 7, 2018
    Configuration menu
    Copy the full SHA
    aefb6c5 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2018

  1. Use constant-time comparator (sublte.ConstantTimeCompare) to compare

    signatures
    
    prevents potential signature forgery
    
    resolves #91
    liamsi committed May 9, 2018
    Configuration menu
    Copy the full SHA
    94ce56d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3477dd7 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    jaekwon authored May 9, 2018
    Configuration menu
    Copy the full SHA
    35cf21c View commit details
    Browse the repository at this point in the history
  4. Update README.md

    jaekwon authored May 9, 2018
    Configuration menu
    Copy the full SHA
    4357038 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2018

  1. Configuration menu
    Copy the full SHA
    1c8dffa View commit details
    Browse the repository at this point in the history

Commits on May 14, 2018

  1. Ledger integration, WIP

    cwgoes committed May 14, 2018
    Configuration menu
    Copy the full SHA
    1c9ff46 View commit details
    Browse the repository at this point in the history
  2. Fix no-Ledger testcase

    cwgoes committed May 14, 2018
    Configuration menu
    Copy the full SHA
    065c394 View commit details
    Browse the repository at this point in the history
  3. Fix testcases, all looks OK

    cwgoes committed May 14, 2018
    Configuration menu
    Copy the full SHA
    e25a64f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    391936b View commit details
    Browse the repository at this point in the history
  5. Bugfix

    cwgoes committed May 14, 2018
    Configuration menu
    Copy the full SHA
    86b09b0 View commit details
    Browse the repository at this point in the history
  6. Update dependency versions

    cwgoes committed May 14, 2018
    Configuration menu
    Copy the full SHA
    49e03fb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    337ad8e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e6d0ade View commit details
    Browse the repository at this point in the history

Commits on May 15, 2018

  1. Configuration menu
    Copy the full SHA
    aa2b6b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9136140 View commit details
    Browse the repository at this point in the history
  3. fix makefile

    liamsi committed May 15, 2018
    Configuration menu
    Copy the full SHA
    3fe985e View commit details
    Browse the repository at this point in the history

Commits on May 16, 2018

  1. Merge pull request #100 from Liamsi/nano_wallet

    Remove outdated non-building code in _nano
    ebuchman authored May 16, 2018
    Configuration menu
    Copy the full SHA
    906331a View commit details
    Browse the repository at this point in the history

Commits on May 17, 2018

  1. Ledger integration (PoC)

    cwgoes committed May 17, 2018
    Configuration menu
    Copy the full SHA
    82e1138 View commit details
    Browse the repository at this point in the history
  2. Swap to new go-crypto

    cwgoes committed May 17, 2018
    Configuration menu
    Copy the full SHA
    3f5fec5 View commit details
    Browse the repository at this point in the history
  3. List keys & send transactions

    cwgoes committed May 17, 2018
    Configuration menu
    Copy the full SHA
    f8c5f3a View commit details
    Browse the repository at this point in the history
  4. Update go-crypto

    cwgoes committed May 17, 2018
    Configuration menu
    Copy the full SHA
    fda9933 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b6cfcfb View commit details
    Browse the repository at this point in the history
  6. Update upstream dependencies

    cwgoes committed May 17, 2018
    Configuration menu
    Copy the full SHA
    6ecdf29 View commit details
    Browse the repository at this point in the history
  7. Rebase onto develop

    cwgoes committed May 17, 2018
    Configuration menu
    Copy the full SHA
    de6608e View commit details
    Browse the repository at this point in the history
  8. Avoid base64 encoding

    cwgoes committed May 17, 2018
    Configuration menu
    Copy the full SHA
    844945c View commit details
    Browse the repository at this point in the history
  9. Revert schema change

    cwgoes committed May 17, 2018
    Configuration menu
    Copy the full SHA
    da66010 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2018

  1. Configuration menu
    Copy the full SHA
    a8910a3 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2018

  1. Merge pull request #101 from Liamsi/go-bindata

    Get rid of go-bindata in Makefile
    ebuchman authored May 21, 2018
    Configuration menu
    Copy the full SHA
    3399ca9 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2018

  1. Add the libsodium test vector

    zmanian committed May 22, 2018
    Configuration menu
    Copy the full SHA
    8423f6e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9b0820 View commit details
    Browse the repository at this point in the history
  3. bring in merkle from tmlibs

    ebuchman committed May 22, 2018
    Configuration menu
    Copy the full SHA
    134fdf7 View commit details
    Browse the repository at this point in the history
  4. add tmhash

    ebuchman committed May 22, 2018
    Configuration menu
    Copy the full SHA
    4663ffd View commit details
    Browse the repository at this point in the history
  5. tmhash: add Sum function

    ebuchman committed May 22, 2018
    Configuration menu
    Copy the full SHA
    c2636c3 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2018

  1. Configuration menu
    Copy the full SHA
    384f1e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05a5294 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #98 from zmanian/xChaChaPoly1035

    Implementation of xchacha20poly1035 aead
    ebuchman authored May 23, 2018
    Configuration menu
    Copy the full SHA
    f0b1f6e View commit details
    Browse the repository at this point in the history

Commits on May 24, 2018

  1. Fix dead link in README.md (#106)

    * Fix dead link in README.md
    vrde authored and liamsi committed May 24, 2018
    Configuration menu
    Copy the full SHA
    707d27c View commit details
    Browse the repository at this point in the history

Commits on May 29, 2018

  1. Update upstream Ledger code

    cwgoes committed May 29, 2018
    Configuration menu
    Copy the full SHA
    e534559 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' into cwgoes/ledger-integration

    Update auth/stdtx accordingly
    cwgoes committed May 29, 2018
    Configuration menu
    Copy the full SHA
    3e0e214 View commit details
    Browse the repository at this point in the history
  3. Minor fixups after merge

    cwgoes committed May 29, 2018
    Configuration menu
    Copy the full SHA
    b16bf1b View commit details
    Browse the repository at this point in the history

Commits on May 30, 2018

  1. Messages must be JSON-encoded

    cwgoes committed May 30, 2018
    Configuration menu
    Copy the full SHA
    34ac479 View commit details
    Browse the repository at this point in the history
  2. Clarify errors in CLI

    cwgoes committed May 30, 2018
    Configuration menu
    Copy the full SHA
    ac1f059 View commit details
    Browse the repository at this point in the history
  3. Clarify function names

    cwgoes committed May 30, 2018
    Configuration menu
    Copy the full SHA
    3186dc4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ee411da View commit details
    Browse the repository at this point in the history
  5. Implement PubKeyLedgerEd25519

    cwgoes committed May 30, 2018
    Configuration menu
    Copy the full SHA
    c689f38 View commit details
    Browse the repository at this point in the history
  6. Pin to an upstream revision

    cwgoes committed May 30, 2018
    Configuration menu
    Copy the full SHA
    bb81e4a View commit details
    Browse the repository at this point in the history
  7. Update upstream version

    cwgoes committed May 30, 2018
    Configuration menu
    Copy the full SHA
    fe69bf4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9f04935 View commit details
    Browse the repository at this point in the history
  9. commit doc.go

    liamsi authored and ebuchman committed May 30, 2018
    Configuration menu
    Copy the full SHA
    862d3c3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    52bd867 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #105 from tendermint/bucky/merkle

    Bring in merkle and tmhash from tmlibs
    ebuchman authored May 30, 2018
    Configuration menu
    Copy the full SHA
    251041c View commit details
    Browse the repository at this point in the history
  12. Merge pull request #97 from Liamsi/prng_seed

    safer PRNG seeding
    ebuchman authored May 30, 2018
    Configuration menu
    Copy the full SHA
    f9d094d View commit details
    Browse the repository at this point in the history
  13. Merge pull request #80 from alessio/keymanager

    Add import/export of public keys #79
    ebuchman authored May 30, 2018
    Configuration menu
    Copy the full SHA
    aa32121 View commit details
    Browse the repository at this point in the history
  14. fix comment

    ebuchman committed May 30, 2018
    Configuration menu
    Copy the full SHA
    20fdec6 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #94 from Liamsi/const_time

    Use constant-time comparator to compare signatures
    ebuchman authored May 30, 2018
    Configuration menu
    Copy the full SHA
    434759e View commit details
    Browse the repository at this point in the history
  16. SignatureKey -> Signature

    ebuchman committed May 30, 2018
    Configuration menu
    Copy the full SHA
    21b821d View commit details
    Browse the repository at this point in the history
  17. fix link in readme

    ebuchman committed May 30, 2018
    Configuration menu
    Copy the full SHA
    9706935 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    eadc7b1 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2018

  1. changelog and version

    ebuchman committed May 31, 2018
    Configuration menu
    Copy the full SHA
    e1ce3ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ff1aa5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63aac65 View commit details
    Browse the repository at this point in the history
  4. Move TODOs to #114

    cwgoes committed May 31, 2018
    Configuration menu
    Copy the full SHA
    80e9752 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #85 from tendermint/cwgoes/ledger-integration

    Ledger integration
    cwgoes authored May 31, 2018
    Configuration menu
    Copy the full SHA
    2bbad9d View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2018

  1. Merge PR #1133: Update cwgoes/ledger-integration to latest develop

    Adrian Brink authored and cwgoes committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    c0ddda5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    436ca74 View commit details
    Browse the repository at this point in the history
  3. Fixup dependencies

    cwgoes committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    35659a7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    47ce9bc View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2018

  1. Configuration menu
    Copy the full SHA
    e0fa2e1 View commit details
    Browse the repository at this point in the history
  2. Pin to upstream branch

    cwgoes committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    fabdb13 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2018

  1. Merge pull request #113 from tendermint/release/v0.7.0

    Release/v0.7.0
    ebuchman authored Jun 9, 2018
    Configuration menu
    Copy the full SHA
    710efe5 View commit details
    Browse the repository at this point in the history
  2. dev version bump

    ebuchman committed Jun 9, 2018
    Configuration menu
    Copy the full SHA
    854eb32 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f6c960c View commit details
    Browse the repository at this point in the history
  4. Update upstream versions

    cwgoes committed Jun 9, 2018
    Configuration menu
    Copy the full SHA
    88590b5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    82452a4 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2018

  1. 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)
    cwgoes authored and liamsi committed Jun 10, 2018
    Configuration menu
    Copy the full SHA
    c21f67c View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2018

  1. Move from tmlibs #213 (#115)

    * move from tmlibs 213
    * expose KVPair, simpleproofsfrommap returns keys
    mossid authored and liamsi committed Jun 11, 2018
    Configuration menu
    Copy the full SHA
    66794a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e09b43 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3dea00 View commit details
    Browse the repository at this point in the history
  4. 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
    ebuchman authored and liamsi committed Jun 11, 2018
    Configuration menu
    Copy the full SHA
    e694c30 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    45a1c8a View commit details
    Browse the repository at this point in the history
  6. 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
    liamsi committed Jun 11, 2018
    Configuration menu
    Copy the full SHA
    f4663e5 View commit details
    Browse the repository at this point in the history
  7. Merge remote-tracking branch 'remotes/origin/develop' into bucky/sig-…

    …name
    
    # Conflicts:
    #	Gopkg.lock
    #	keys/keybase_test.go
    #	signature_test.go
    liamsi committed Jun 11, 2018
    Configuration menu
    Copy the full SHA
    c4484c4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6c27f61 View commit details
    Browse the repository at this point in the history
  9. forgot PrivKeyLedgerSecp256k1

    liamsi committed Jun 11, 2018
    Configuration menu
    Copy the full SHA
    e552d34 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #110 from tendermint/bucky/sig-name

    SignatureKey -> Signature
    xla authored Jun 11, 2018
    Configuration menu
    Copy the full SHA
    260d69f View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2018

  1. version bump (#128)

    version bump
    liamsi authored Jun 12, 2018
    Configuration menu
    Copy the full SHA
    42c6a64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6eee53e View commit details
    Browse the repository at this point in the history
  3. Remove error from priv.PubKey() (#131)

    * Remove error from priv.PubKey()
    
    * Update changelog
    cwgoes authored and liamsi committed Jun 12, 2018
    Configuration menu
    Copy the full SHA
    8e27322 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    23e338c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d829916 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1b67fa3 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2018

  1. Configuration menu
    Copy the full SHA
    4edea0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e53ba72 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    456706a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4ee93ea View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2018

  1. circleci 2.0 (#134)

    * circleci 2.0
    liamsi authored Jun 14, 2018
    Configuration menu
    Copy the full SHA
    41369d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f804950 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2018

  1. Configuration menu
    Copy the full SHA
    1a2f468 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2018

  1. Configuration menu
    Copy the full SHA
    185e43c View commit details
    Browse the repository at this point in the history
  2. Update go-amino version

    cwgoes committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    e769390 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6526519 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2018

  1. Switch xchachapoly to hkdfchachapoly (#135)

    * Switch from xchachapoly to hkdfchachapoly
    ValarDragon authored and liamsi committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    fed8807 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e21a64f View commit details
    Browse the repository at this point in the history
  3. 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)
    liamsi authored Jun 20, 2018
    Configuration menu
    Copy the full SHA
    4634063 View commit details
    Browse the repository at this point in the history
  4. delete keys package

    - it will be moved to cosmos-sdk
    liamsi committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    a589e0e View commit details
    Browse the repository at this point in the history
  5. delete keys package

    - also delete ledger code and deps (thx cwgoes)
    
    Signed-off-by: Liamsi <Liamsi@users.noreply.github.com>
    liamsi committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    7ebc7c0 View commit details
    Browse the repository at this point in the history
  6. Update Gopkg.lock

    cwgoes committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    c7a842a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    edb36d3 View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'origin/develop' into cwgoes/ledger-inte…

    …gration
    
    WIP, probably breaks tests
    cwgoes committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    e09f71a View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2018

  1. WIP: Catch up on develop & some dependency hell

    # Conflicts:
    #	client/context/helpers.go
    #	x/auth/stdtx_test.go
    #	x/ibc/app_test.go
    liamsi committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    121164b View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2018

  1. WIP some fixes & update deps

    - working gopk.toml (latest IAVL/tmlibs/amino combo)
    - add linux headers to Dockerfile
    - new import paths for consolidated repos (abci & crypto)
    liamsi committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    fe740fb View commit details
    Browse the repository at this point in the history
  2. WIP fix import paths/catch up with tendermint/tendermint/crypto

    - new import paths for consolidated repos (abci & crypto)
    liamsi committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    b536276 View commit details
    Browse the repository at this point in the history
  3. WIP fix import paths/catch up with tendermint/tendermint/abci

    - new import paths for consolidated repos (abci & crypto)
    liamsi committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    16c566e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c213dce View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    64c1b90 View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'crypto/develop' into cwgoes/ledger-inte…

    …gration
    
    # Conflicts:
    #	.circleci/config.yml
    #	.gitignore
    liamsi committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    af14fc8 View commit details
    Browse the repository at this point in the history
  7. Revert "delete keys package"

    This reverts commit 7ebc7c0.
    
    # Conflicts:
    #	Gopkg.toml
    #	Makefile
    liamsi committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    48491f1 View commit details
    Browse the repository at this point in the history
  8. Revert "delete keys package"

    This reverts commit a589e0e.
    liamsi committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    9e4003e View commit details
    Browse the repository at this point in the history
  9. Only keep the keys package!

    liamsi committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    205b1fb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    12fd3ce View commit details
    Browse the repository at this point in the history
  11. Revert "delete keys package"

    This reverts commit 7ebc7c0.
    liamsi committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    94d4057 View commit details
    Browse the repository at this point in the history
  12. Merge keys & ledger file

    - Move keys and ledger files
    - update some imports
    liamsi committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    d35373b View commit details
    Browse the repository at this point in the history
  13. WIP Merge keys & ledger files

    - update imports
    - catch up with changes due to fundraiser compatibility (english only)
    -
    liamsi committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    a3b8c6a View commit details
    Browse the repository at this point in the history
  14. WIP Merge keys & ledger files

    - fix more tests
    - update more imports
    - update to new API
    liamsi committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    22663c9 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    03c69ee View commit details
    Browse the repository at this point in the history
  16. Merge pull request #1386 from Liamsi/cwgoes/ledger-integration

    Merge ledger code into Cwgoes/ledger integration
    cwgoes authored Jun 26, 2018
    Configuration menu
    Copy the full SHA
    d7194b1 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2018

  1. Configuration menu
    Copy the full SHA
    2f4b1f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4314b29 View commit details
    Browse the repository at this point in the history
  3. Update a few tmserver calls

    cwgoes committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    379e1b9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    906c718 View commit details
    Browse the repository at this point in the history
  5. Update changelog

    cwgoes committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    ab75ac4 View commit details
    Browse the repository at this point in the history
  6. Address PR comments

    cwgoes committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    bb8ba6a View commit details
    Browse the repository at this point in the history
  7. Unit test fixes

    cwgoes committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    a735528 View commit details
    Browse the repository at this point in the history
  8. More unit testcase fixes

    cwgoes committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    89b8632 View commit details
    Browse the repository at this point in the history
  9. Fix linter errors

    cwgoes committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    c7f42d2 View commit details
    Browse the repository at this point in the history
  10. json.RawMessage; list key type

    cwgoes committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    4301072 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fa02576 View commit details
    Browse the repository at this point in the history
  12. Update codespace logic

    cwgoes committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    17f9fb2 View commit details
    Browse the repository at this point in the history
  13. EnsureAccountNumber

    cwgoes committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    a25d60a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b9eeaa1 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2294cb0 View commit details
    Browse the repository at this point in the history
  16. Fixes from merge

    cwgoes committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    2bbfea5 View commit details
    Browse the repository at this point in the history
  17. Keep indented JSON

    cwgoes committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    a0305eb View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d4a3696 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2018

  1. Configuration menu
    Copy the full SHA
    b0413dd View commit details
    Browse the repository at this point in the history
  2. Linter fixes

    cwgoes committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    ed50f7d View commit details
    Browse the repository at this point in the history
  3. Pin fixed IAVL version

    cwgoes committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    0bfe984 View commit details
    Browse the repository at this point in the history
  4. Final tiny testcase fixes

    cwgoes committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    503c751 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3b447d1 View commit details
    Browse the repository at this point in the history
  6. Fix crypto imports

    ValarDragon committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    4357a65 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1256170 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'cwgoes/ledger-integration' of github.com:cosmos/cosmos-…

    …sdk into cwgoes/ledger-integration
    cwgoes committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    03459a7 View commit details
    Browse the repository at this point in the history
  9. Update LCD keys endpoint

    cwgoes committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    3533fc5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    22414b3 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2018

  1. Fix governance query unmarshal

    cwgoes committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    7770204 View commit details
    Browse the repository at this point in the history
  2. Update pinned IAVL version

    cwgoes committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    2150b33 View commit details
    Browse the repository at this point in the history
  3. gofmt -w

    cwgoes committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    1def15c View commit details
    Browse the repository at this point in the history