Skip to content

Update tendermint-proto requirement from 0.37 to 0.40 #6

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

Open
wants to merge 1 commit into
base: ethermint
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 21, 2025

Updates the requirements on tendermint-proto to permit the latest version.

Release notes

Sourced from tendermint-proto's releases.

v0.40.1

0.40.1

December 24th, 2024

This is a bug fix release that address omissions in the v0.40.0 release.

BUG FIXES

  • tendermint: export abci::event::v0_37 to construct EventAttribute::V037 variants. (#1479, (#1480)
  • tendermint-light-client-js: bump serde-wasm-bindgen to v0.6.5 and js-sys to =v0.3.70 to ix compilation failure of wasm-bindgen-test. (#1481)

New Contributors

Full Changelog: cometbft/tendermint-rs@v0.40.0...v0.40.1

Changelog

Sourced from tendermint-proto's changelog.

0.40.1

December 24th, 2024

This is a bug fix release that address omissions in the v0.40.0 release.

BUG FIXES

  • [tendermint] export abci::event::v0_37 to construct EventAttribute::V037 variants. (#1479, (#1480)
  • [tendermint-light-client-js] bump serde-wasm-bindgen to v0.6.5 and js-sys to =v0.3.70 to fix compilation failure of wasm-bindgen-test. (#1481)

v0.40.0

October 23rd, 2024

This release adds a new dialect for CometBFT v0.38.x, enabling the correct serialization of misbehavior Evidence. This improvement ensures compatibility with CometBFT v0.38.x, addressing specific issues in evidence handling for this version.

BREAKING CHANGES

  • [tendermint-rpc] Add new dialect for CometBFT v0.38.x (#1467)

BUG FIXES

  • [tendermint-rpc] Fix serialization of misbehaviour Evidence on CometBFT v0.38.x using the newly introduced dialect (#1467)

v0.39.1

August 9th, 2024

This is a bugfix release which addresses a couple issues found in the v0.39.0 release.

Users of v0.39.0 are strongly encouraged to upgrade to v0.39.1.

BUG FIXES

  • Fix newly introduced std and json-schema features, and ensure all feature flag can be used independently and in isolation. (#1454)
  • Remove dependency on prost-types as it is not needed anymore now that #1452 has landed (#1457)

v0.39.0

August 6th, 2024

... (truncated)

Commits
  • 6cc391c Prepare patch release v0.40.1 (#1483)
  • 31f3bb5 fix: Export tender mint::abci::event::v_037 from abci module (#1480)
  • 78553cd fix: bump serde-wasm-bindgen, js-sys to fix broken compile (#1481)
  • 2ff34db export abci::event::v_037 (#1479)
  • 2f94e7f Release v0.40.0 (#1470)
  • db94695 rpc: Add new dialect for v0.38 in order to fix changes in misbehaviour eviden...
  • 14fd628 Release v0.39.1 (#1458)
  • a2b4f0a proto: remove prost-types dependency (#1457)
  • f1ebab8 proto: Align TryFrom impls for Duration with prost-types (#1456)
  • 685d104 Ensure each and every feature flags can be used independently (#1455)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [tendermint-proto](https://github.com/informalsystems/tendermint-rs) to permit the latest version.
- [Release notes](https://github.com/informalsystems/tendermint-rs/releases)
- [Changelog](https://github.com/informalsystems/tendermint-rs/blob/main/CHANGELOG.md)
- [Commits](cometbft/tendermint-rs@v0.37.0...v0.40.1)

---
updated-dependencies:
- dependency-name: tendermint-proto
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Mar 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants