Skip to content
This repository has been archived by the owner on Jul 15, 2018. It is now read-only.

Release/v0.10.0 #144

Open
wants to merge 39 commits into
base: master
Choose a base branch
from
Open

Release/v0.10.0 #144

wants to merge 39 commits into from

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 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

Commits on May 30, 2018

  1. 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
  2. Configuration menu
    Copy the full SHA
    ee411da View commit details
    Browse the repository at this point in the history
  3. 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
  4. 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
  5. 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

Commits on May 31, 2018

  1. Configuration menu
    Copy the full SHA
    63aac65 View commit details
    Browse the repository at this point in the history
  2. 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
  3. 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 9, 2018

  1. 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
  2. Configuration menu
    Copy the full SHA
    f6c960c 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. 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
  3. Configuration menu
    Copy the full SHA
    45a1c8a View commit details
    Browse the repository at this point in the history
  4. 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
  5. 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
  6. 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
  7. 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. 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

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

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 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. 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
  3. 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
  4. delete keys package

    - also delete ledger code and deps (thx cwgoes)
    
    Signed-off-by: Liamsi <[email protected]>
    liamsi committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    7ebc7c0 View commit details
    Browse the repository at this point in the history
  5. 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
  6. Configuration menu
    Copy the full SHA
    edb36d3 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2018

  1. Configuration menu
    Copy the full SHA
    68edd42 View commit details
    Browse the repository at this point in the history
  2. changelog and version

    ebuchman committed Jul 1, 2018
    Configuration menu
    Copy the full SHA
    8e1b2ab View commit details
    Browse the repository at this point in the history