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-proto requirement from =0.17.0-rc3 to =0.24.0-pre.1 in /proto #16

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 19, 2022

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

Release notes

Sourced from tendermint-proto's releases.

v0.24.0-pre.1

📖 CHANGELOG

Changelog

Sourced from tendermint-proto's changelog.

v0.24.0-pre.1

Jan 13, 2022

This pre-release targets Tendermint Core v0.35 and introduces a number of breaking changes from the v0.23 series of tendermint-rs. We provide a pre-release here so people can start experimenting with and preparing for Tendermint v0.35 compatibility, but a number of refinements need to be made before we can produce a v0.24.0 release.

One of the major changes involves the introduction of domain types for ABCI in preparation for the release of ABCI++ in Tendermint v0.36. It also includes a number of fixes and backports from the v0.23.x series of tendermint-rs.

BREAKING CHANGES

  • Updated integration testing to test against Tendermint v0.35.0 (#862)
  • [tendermint-rpc] The /tx endpoint now encodes the hash parameter as hexadecimal instead of base64 (#862)
  • [tendermint] Added domain types for ABCI (#862)
  • [tendermint-abci] Changed low-level wire encoding protocol to accommodate tendermint/tendermint#5783 (#862)
  • [tendermint-rpc] The event::Event::events field is now represented as Option<Vec<crate::abci::Event>> as opposed to Option<HashMap<String, Vec<String>>> to accommodate breaking change in Tendermint v0.35.0 subscription interface ([Single supervisor for multi path relayer informalsystems/hermes#862](https://github.com/informalsystems/tendermint- rs/issues/862))
  • [tendermint-light-client] Split out the verification functionality from the tendermint-light-client crate into its own no_std-compatible crate: tendermint-light-client-verifier. This helps move us closer to no_std compliance in both tendermint-rs and ibc-rs (#1027)
  • [tendermint] Reform tendermint::Time (#1030):
    • The struct content is made private.
    • The range of acceptable values is restricted to years 1-9999 (as reckoned in UTC).
    • Removed conversions from/to chrono::DateTime<chrono::Utc>.
    • Changes in error variants: removed TimestampOverflow, replaced with TimestampNanosOutOfRange; removed ChronoParse, replaced with TimeParse.
  • [tendermint-rpc] Use OffsetDateTime and Date types provided by the time crate in query operands instead of their chrono counterparts. (#1030)
  • [tendermint-rpc] Remove the ErrorDetail::Server variant (#1039)

... (truncated)

Commits

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 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/master/CHANGELOG.md)
- [Commits](informalsystems/tendermint-rs@v0.17.0-rc3...v0.24.0-pre.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 19, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 9, 2022

Superseded by #58.

@dependabot dependabot bot closed this May 9, 2022
@dependabot dependabot bot deleted the dependabot/cargo/proto/tendermint-proto-eq-0.24.0-pre.1 branch May 9, 2022 20:20
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants