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

Bump tendermint-light-client-verifier from 0.29.1 to 0.32.0 in /ci/no-std-check #665

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 8, 2023

Bumps tendermint-light-client-verifier from 0.29.1 to 0.32.0.

Release notes

Sourced from tendermint-light-client-verifier's releases.

v0.32.0

📖 Release notes

What's Changed

New Contributors

Full Changelog: informalsystems/tendermint-rs@v0.31.1...v0.32.0

v0.31.1

📖 Release notes

What's Changed

Full Changelog: informalsystems/tendermint-rs@v0.31.0...v0.31.1

v0.31.0

📖 Release notes

What's Changed

Full Changelog: informalsystems/tendermint-rs@v0.30.0...v0.31.0

v0.30.0

📖 Release notes

What's Changed

... (truncated)

Changelog

Sourced from tendermint-light-client-verifier's changelog.

v0.32.0

May 3rd, 2023

This release notably comes with a fully featured light client attack detector, and introduces a CLI for the light client for verifying headers, detecting attacks against the light client, and reporting the evidence to primary and witness nodes.

It also adds a Verifier::verify_misbehaviour_header method for verifying headers coming from a misbehaviour evidence.

Moreover, the Client trait is now exposed by the tendermint-rpc without requiring the http-client or the websocket-client feature flags to be enabled.

BREAKING CHANGES

  • [tendermint-light-client-verifier] Rename Verifier::verify to Verifier::verify_update_header to better describe its purpose versus Verifier::verify_misbehaviour_header (#1294)

FEATURES

  • [tendermint-light-client-detector] Implement a light client attack detector, based on its Go version found in Comet (#1291)
  • [tendermint-light-client-verifier] Add Verifier::verify_misbehaviour_header for verifying headers coming from a misbehaviour evidence. The verification for these headers is a bit more relaxed in order to catch FLA attacks. In particular the "header in the future" check for the header should be skipped. (#1294)

IMPROVEMENTS

  • [tendermint-rpc]: Export Client trait unconditionally, without having to specify either the http-client or websocket-client (#1235)
  • [tendermint]: Loosen bounds of merkle hashing functions to accept borrowed data. (#1310)

v0.31.1

April 17th, 2023

Expose the TypedEvent marker trait.

... (truncated)

Commits
  • 91ff1e4 Prepare release for v0.32.0 (#1314)
  • 6a4cd24 Loosen bounds on merkle hash arguments (#1311)
  • 2238d4b light-client: Add CLI for verifying headers, detecting and reporting light cl...
  • de10198 light-client: Attack detector and evidence reporting (#1292)
  • c137a3d rpc: Export Client trait unconditionally (#1305)
  • e298247 Remove nightly-only options in rustfmt config (#1303)
  • 9f0ee2b Disable Substrate no-std check as it won't build on latest nightlies (#1302)
  • 9e48f17 Add Verifier::verify_misbehaviour_header for verifying headers coming from ...
  • adf235f Prepare release v0.31.1 (#1298)
  • ffbf990 Expose the TypedEvent conversion trait (#1296)
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [tendermint-light-client-verifier](https://github.com/informalsystems/tendermint-rs) from 0.29.1 to 0.32.0.
- [Release notes](https://github.com/informalsystems/tendermint-rs/releases)
- [Changelog](https://github.com/informalsystems/tendermint-rs/blob/main/CHANGELOG.md)
- [Commits](informalsystems/tendermint-rs@v0.29.1...v0.32.0)

---
updated-dependencies:
- dependency-name: tendermint-light-client-verifier
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the S: deps Scope: related to dependencies label May 8, 2023
@codecov
Copy link

codecov bot commented May 8, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (ccd6a97) 72.86% compared to head (7a9b877) 72.86%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #665   +/-   ##
=======================================
  Coverage   72.86%   72.86%           
=======================================
  Files         113      113           
  Lines       15258    15258           
=======================================
  Hits        11118    11118           
  Misses       4140     4140           

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 10, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/cargo/ci/no-std-check/tendermint-light-client-verifier-0.32.0 branch May 10, 2023 20:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S: deps Scope: related to dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant