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

Compile the tendermint and light-client crates to WASM #553

Merged
merged 18 commits into from
Sep 9, 2020
Merged

Commits on Sep 2, 2020

  1. Configuration menu
    Copy the full SHA
    31744c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b6c4af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96fc33f View commit details
    Browse the repository at this point in the history
  4. Formatting

    romac committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    ebf9ef7 View commit details
    Browse the repository at this point in the history
  5. Install WASM target in CI job

    romac committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    40b8078 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c57d783 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ce709e5 View commit details
    Browse the repository at this point in the history
  8. Remove unused import

    romac committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    400798d View commit details
    Browse the repository at this point in the history
  9. Formatting

    romac committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    b6a9522 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2020

  1. Configuration menu
    Copy the full SHA
    5e6fd91 View commit details
    Browse the repository at this point in the history
  2. Disable acceptance test for the light node to work around doc test error

    It is currently unclear why this error has appeared, though I suspect it
    is a bug in Cargo related to the combination of doc tests and features
    flags.
    
           Doc-tests tendermint-light-client
        error[E0460]: found possibly newer version of crate `tendermint` which `tendermint_rpc` depends on
         --> /Users/coromac/Informal/Code/Current/tendermint-rs/light-client/src/components/io.rs:7:5
          |
        7 | use tendermint_rpc as rpc;
          |     ^^^^^^^^^^^^^^
          |
          = note: perhaps that crate needs to be recompiled?
          = note: the following crate versions were found:
                  crate `tendermint`: /Users/coromac/Informal/Code/Current/tendermint-rs/target/debug/deps/libtendermint.rlib
                  crate `tendermint`: /Users/coromac/Informal/Code/Current/tendermint-rs/target/debug/deps/libtendermint-735716e8d731096d.rmeta
                  crate `tendermint_rpc`: /Users/coromac/Informal/Code/Current/tendermint-rs/target/debug/deps/libtendermint_rpc-ad41c355acf2752f.rlib
    
        error: aborting due to previous error
    romac committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    7c07134 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2020

  1. Update changelog

    romac committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    c0e0e82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4eea87d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d9f59c View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. Configuration menu
    Copy the full SHA
    b40128c View commit details
    Browse the repository at this point in the history
  2. Update changelog

    romac committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    e8f69e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36b3622 View commit details
    Browse the repository at this point in the history
  4. Formatting

    romac committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    fa05d34 View commit details
    Browse the repository at this point in the history