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

update tendermint #9

Closed
wants to merge 35 commits into from
Closed

update tendermint #9

wants to merge 35 commits into from

Commits on Jul 20, 2021

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

Commits on Sep 16, 2021

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

Commits on Sep 17, 2021

  1. Configuration menu
    Copy the full SHA
    b51a4f7 View commit details
    Browse the repository at this point in the history
  2. Updated kvstore example

    batconjurer committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    bd2da88 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

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

Commits on Oct 5, 2021

  1. Configuration menu
    Copy the full SHA
    7cbce28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f84857 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

  1. update tendermint-proto

    yito88 committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    c5ebb16 View commit details
    Browse the repository at this point in the history
  2. update tracing

    yito88 committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    a044939 View commit details
    Browse the repository at this point in the history
  3. fix tracing rev

    yito88 committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    44c520d View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2021

  1. rename tendermint-rs branch

    yito88 committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    06941c1 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. fix receiver selection to avoid panics

    The pre-conditions in `select!` macro didn't stop the expressions from
    being evaluated and hence crashing.
    tzemanovic authored and yito88 committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    2a70d48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf32f90 View commit details
    Browse the repository at this point in the history
  3. Add back the worker receivers pre-conditions

    The pre-conditions are still needed, because once the senders are closed, all `recv_option` calls will continue to yield `None`. The pre-condition stops polling the rx once it's removed.
    tzemanovic authored and yito88 committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    e108b8a View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2022

  1. update tendermint-rs

    yito88 committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    6f5eff7 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. update tracing

    yito88 committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    e2f6c1e View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

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

Commits on Apr 25, 2022

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

Commits on Jun 16, 2022

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

Commits on Aug 12, 2022

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

Commits on Aug 16, 2022

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

Commits on Aug 18, 2022

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

Commits on Aug 20, 2022

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

Commits on Oct 3, 2022

  1. Configuration menu
    Copy the full SHA
    bf6e446 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from heliaxdev/james/ethbridge/explicit-patching

    Explicitly patch with our tendermint-rs fork for `eth-bridge-integration`
    james-chf authored Oct 3, 2022
    Configuration menu
    Copy the full SHA
    fcc0014 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2022

  1. Configuration menu
    Copy the full SHA
    8d04f13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44efa6b View commit details
    Browse the repository at this point in the history
  3. Run cargo check in CI

    james-chf committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    f3e6ff6 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. Merge pull request #6 from heliaxdev/james/mainline/fix-v0.10.1

    Use tendermint-rs version as used in namada v0.10.1
    james-chf authored Nov 29, 2022
    Configuration menu
    Copy the full SHA
    3c479c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9eb2703 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #7 from heliaxdev/james/v0.37-rc1

    Update to latest tendermint-rs
    james-chf authored Nov 29, 2022
    Configuration menu
    Copy the full SHA
    05df201 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9cf472c View commit details
    Browse the repository at this point in the history
  5. Merge pull request #8 from heliaxdev/james/mainline/update-latest-ten…

    …dermint-rs
    
    Update to latest tendermint-rs
    james-chf authored Nov 29, 2022
    Configuration menu
    Copy the full SHA
    659d799 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

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