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

no_std build for tendermint-rs (October 2021 snapshot) #1028

Closed
wants to merge 49 commits into from

Commits on Sep 20, 2021

  1. Configuration menu
    Copy the full SHA
    9c431c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07a698a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b6888b View commit details
    Browse the repository at this point in the history
  4. Fix tendermint-rpc error

    soareschen committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    4e49034 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

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

Commits on Sep 22, 2021

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

Commits on Sep 27, 2021

  1. Apply suggestions from code review

    Co-authored-by: Thane Thomson <[email protected]>
    soareschen and thanethomson authored Sep 27, 2021
    Configuration menu
    Copy the full SHA
    218ab17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f83703 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c7a293 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    29ff94f View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

  1. Minor fixes

    soareschen committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    ddd7d40 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

  1. Configuration menu
    Copy the full SHA
    5567163 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e99c6b View commit details
    Browse the repository at this point in the history
  3. Fix clippy

    soareschen committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    a791ab9 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

  1. Configuration menu
    Copy the full SHA
    ba9be78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e677633 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d64b9c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    45eae85 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    754580a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    86ff845 View commit details
    Browse the repository at this point in the history
  7. Fix features

    soareschen committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    a2eb2dc View commit details
    Browse the repository at this point in the history
  8. Fix more features

    soareschen committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    5be3f73 View commit details
    Browse the repository at this point in the history
  9. Fix lightclient-js test

    soareschen committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    f8957a7 View commit details
    Browse the repository at this point in the history
  10. Fix features

    soareschen committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    7569e1b View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2021

  1. Configuration menu
    Copy the full SHA
    e2b28d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d73652 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6939321 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f766e3a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3e800c8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c8ce65d View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

  1. Configuration menu
    Copy the full SHA
    109f6b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4fd777 View commit details
    Browse the repository at this point in the history
  3. Enable std in docs

    soareschen committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    30952fe View commit details
    Browse the repository at this point in the history
  4. Disable crate type

    soareschen committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    f0caa60 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2021

  1. Resolve conflict in #986 (#1004)

    * Fix `cargo test` and add check to CI (#990)
    
    * Relocate ABCI test to fix broken doctest
    
    Signed-off-by: Thane Thomson <[email protected]>
    
    * Use tokio_test for mock client doctest
    
    Signed-off-by: Thane Thomson <[email protected]>
    
    * Add CI test for default features
    
    Signed-off-by: Thane Thomson <[email protected]>
    
    * Add `block_search` RPC endpoint (#991)
    
    * Add block_search RPC endpoint and tests
    
    * Add .changelog entry
    
    * Fix comments
    
    * tools: Fix `block_search` endpoint integration tests (#999)
    
    Closes #998
    
    * Bump integration test tendermint to v0.34.13
    * Fix kvstore integration tests
    * Bump tendermint version to v0.34.13 in CI
    
    Signed-off-by: Thane Thomson <[email protected]>
    
    * ci: Build and check tools (#997)
    
    So far only the kvstore tests ran as part of the Github workfows. This
    would leave opportunity for changes to introduce breakage to the builds
    of the tools. In this change the same build and clippy stages are
    introduced for the tools workspace that currently run for the top-level
    one.
    
    Signed-off-by: xla <[email protected]>
    
    * tools: Add `block_search` method to RPC probe (#1002)
    
    * Add missing block_search endpoint
    * Bump tendermint version to v0.34.13
    
    Signed-off-by: Thane Thomson <[email protected]>
    
    Co-authored-by: Shoaib Ahmed <[email protected]>
    Co-authored-by: xla <[email protected]>
    3 people authored Oct 6, 2021
    Configuration menu
    Copy the full SHA
    540e37f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fabd123 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1bbe364 View commit details
    Browse the repository at this point in the history
  4. Fix testgen

    soareschen committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    7030835 View commit details
    Browse the repository at this point in the history
  5. Fix abci-test

    soareschen committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    2c2f814 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    515f2de View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2021

  1. Configuration menu
    Copy the full SHA
    849e8c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84cbc5e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be81f85 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a2bbcf5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    553dd0e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    951c060 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7b476be View commit details
    Browse the repository at this point in the history
  8. Fix formatting

    soareschen committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    4f6ef3d View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2021

  1. Update prost version

    soareschen committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    6327d6a View commit details
    Browse the repository at this point in the history