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 to tendermint 0.26 #208

Merged
merged 14 commits into from
Nov 16, 2022
Merged

Update to tendermint 0.26 #208

merged 14 commits into from
Nov 16, 2022

Commits on Nov 1, 2022

  1. Update to tendermint 0.26

    mzabaluev committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    de7e190 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

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

Commits on Nov 7, 2022

  1. Configuration menu
    Copy the full SHA
    e2c30e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45ae4cb View commit details
    Browse the repository at this point in the history
  3. ics04_channel::events: Use Option::map_or_else

    Option::map_or requires the alternative value to be non-lazily
    constructed, so we save some allocations.
    mzabaluev committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    afd79ce View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. Configuration menu
    Copy the full SHA
    12247bd View commit details
    Browse the repository at this point in the history
  2. Update ibc-proto to 0.22.0

    mzabaluev committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    af8438e View commit details
    Browse the repository at this point in the history
  3. Rename TimeoutHeight::to_attribute_value

    Ramify the name as to_event_attribute_value for clarity.
    mzabaluev committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    b301bbe View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Unpin tendermint version

    tendermint-rs is now committed to fully following Rust semver
    conventions.
    mzabaluev committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    643f2dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f672ec View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. Changelog entry for #208

    mzabaluev committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    ff5fb1e View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Configuration menu
    Copy the full SHA
    d80f48f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5eaa6b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43b8589 View commit details
    Browse the repository at this point in the history