Skip to content
This repository has been archived by the owner on Feb 25, 2021. It is now read-only.

Update crypto-com-chain branch for the new PR request #3

Merged

Commits on Nov 6, 2019

  1. build(deps): update tai64 requirement from 2 to 3 (informalsystems#22)

    Updates the requirements on [tai64](https://github.com/iqlusioninc/crates) to permit the latest version.
    - [Release notes](https://github.com/iqlusioninc/crates/releases)
    - [Commits](iqlusioninc/crates@canonical-path/v2.0.0...tai64/3.0.0)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    dependabot-preview[bot] authored and ebuchman committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    10a3026 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2019

  1. Configuration menu
    Copy the full SHA
    6665e8e View commit details
    Browse the repository at this point in the history
  2. cargo fmt

    liamsi committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    a6fcfae View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2019

  1. WIP: pass in Vec<Vec<u8> instead of &Vec<Vec<u8>

     - work in progress as we might want to let an inner function for the
       recursion
     - also we might simply want to use From to consume (or create a Vec)
       instead of changing the method signature (as suggested here:
       informalsystems#57 (comment))
    liamsi committed Nov 9, 2019
    Configuration menu
    Copy the full SHA
    e34f1b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0e5e27 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'remotes/origin/ismail/vector-simple_has…

    …h_from_byte_slices' into lite_impl
    liamsi committed Nov 9, 2019
    Configuration menu
    Copy the full SHA
    459cceb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3758cf4 View commit details
    Browse the repository at this point in the history
  5. simplify tests:

     direct vector initialization instead of going through &[&[u8]]
    liamsi committed Nov 9, 2019
    Configuration menu
    Copy the full SHA
    be377fa View commit details
    Browse the repository at this point in the history
  6. remove obsolete comment

    liamsi committed Nov 9, 2019
    Configuration menu
    Copy the full SHA
    b4478b8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8bbe23f View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2019

  1. Merge branch 'ismail/vector-simple_hash_from_byte_slices' into lite_i…

    …mpl_simple_merkle_merged
    liamsi committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    23ed2dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76f1035 View commit details
    Browse the repository at this point in the history
  3. remove unneed clones

    yihuang committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    f586e8b View commit details
    Browse the repository at this point in the history
  4. remove secret_connection

    yihuang committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    3120ac6 View commit details
    Browse the repository at this point in the history
  5. Create a trait for with a blanket impl instead of new type

    Thanks for the suggestion @tarcieri :-)
    liamsi committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    5071ede View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2019

  1. Configuration menu
    Copy the full SHA
    3e48382 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61dfcbb View commit details
    Browse the repository at this point in the history
  3. Merge pull request informalsystems#67 from yihuang/impl-lite-commit

    impl lite::Commit for commit::SignedHeader
    liamsi committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    3e987fe View commit details
    Browse the repository at this point in the history
  4. Modify lite::Commit impl for SignedHeader to not include amino dep:

     - SignedVote can now be constructed without going through CanoncialVote
       (which is an amino-type)
     - modify impl to match new constructor and remove amino dep
     - make explicit where which types are amino_types (in vote.rs)
    liamsi committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    e1a7560 View commit details
    Browse the repository at this point in the history
  5. impl lite::ValidatorSetLookup

    yihuang committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    b156709 View commit details
    Browse the repository at this point in the history
  6. Merge pull request informalsystems#68 from yihuang/impl_validator_set…

    …_lookup
    
    impl lite::ValidatorSetLookup
    liamsi committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    c8d17a9 View commit details
    Browse the repository at this point in the history
  7. Add a few methods to tests and deduplicate code for fn hash of

    lite::ValidatorSet:: & Set
    
    - tests for  lite::ValidatorSetLookup lite::ValidatorSet impl
    - delete `fn hash(self) -> merkle::Hash` from Set and only keep the impl
      of lite::ValidatorSet
    liamsi committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    23042bb View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2019

  1. Configuration menu
    Copy the full SHA
    0e7e832 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ff383e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f310c6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    449613f View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2019

  1. Merge remote-tracking branch 'origin/lite_impl_simple_merkle_merged' …

    …into crypto-com-chain-lite-client
    yihuang committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    051f707 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc4ff7c View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2019

  1. Configuration menu
    Copy the full SHA
    6efa544 View commit details
    Browse the repository at this point in the history
  2. utilities

    yihuang committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    05fbd7c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a88574 View commit details
    Browse the repository at this point in the history