Skip to content
This repository has been archived by the owner on Jun 3, 2020. It is now read-only.

Vendor Secret Connection (fixes interchainio/tendermint-rs#27) #365

Merged
merged 3 commits into from
Oct 18, 2019

Commits on Oct 17, 2019

  1. Revert "tendermint-rs: Move to a separate repository"

    This reverts commit 07c31d4.
    
    Reverting to restore the original Secret Connection code
    tony-iqlusion committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    104bb82 View commit details
    Browse the repository at this point in the history
  2. Move tendermint-rs Secret Connection code under src/

    ...and deletes the rest of the old tendermint-rs code again, since
    Secret Connection is all we care about, and the rest is located at:
    
    https://github.com/interchainio/tendermint-rs
    tony-iqlusion committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    2b0de45 View commit details
    Browse the repository at this point in the history
  3. Vendor Secret Connection (fixes informalsystems/tendermint-rs#27)

    This commit wires up the Secret Connection implementation, whose code is
    otherwise by definition identical to the `tendermint-rs` v0.10 crate
    today, as it used to live in this repo and was restored by reverting it
    in commit 104bb82.
    
    Otherwise this is the minimum necessary changes needed to use the
    in-tree copy as opposed to `tendermint-rs`. It otherwise performs no
    changes or upgrades other than the ones needed to make the code compile
    and pass the latest `clippy`.
    tony-iqlusion committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    d9c9060 View commit details
    Browse the repository at this point in the history