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-rs to v0.23.5 and use verification functions from tendermint-light-client-verifier #1748

Merged
merged 4 commits into from
Jan 14, 2022

Conversation

soareschen
Copy link
Contributor

@soareschen soareschen commented Jan 6, 2022

Closes: #1767

Description

This update the changes from informalsystems/tendermint-rs#1072 to allow the ibc module to not depend on tendermint-light-client, which itself requires std features.


PR author checklist:

  • Added changelog entry, using unclog.
  • Added tests: integration (for Hermes) or unit/mock tests (for modules).
  • Linked to GitHub issue.
  • Updated code comments and documentation (e.g., docs/).

Reviewer checklist:

  • Reviewed Files changed in the GitHub PR explorer.
  • Manually tested (in case integration/unit/mock tests are absent).

@soareschen soareschen added the E: no-std External: support for no_std compatibility label Jan 6, 2022
@soareschen
Copy link
Contributor Author

This can be merged with Cargo.toml updated when tendermint-rs v0.23.5 is released with informalsystems/tendermint-rs#1079

@romac romac mentioned this pull request Jan 14, 2022
5 tasks
@romac romac changed the title Use verification functions from tendermint-light-client-verifier Update tendermint-rs to v0.23.5 and use verification functions from tendermint-light-client-verifier Jan 14, 2022
@romac romac merged commit efcd884 into master Jan 14, 2022
@romac romac deleted the soares/light-client-verifier branch January 14, 2022 09:10
hu55a1n1 pushed a commit to hu55a1n1/hermes that referenced this pull request Sep 13, 2022
…tendermint-light-client-verifier` (informalsystems#1748)

* Use verification function from tendermint-light-client-verifier

* Update to tendermint-rs v0.23.5

* Add changelog entry

Co-authored-by: Romain Ruetschi <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
E: no-std External: support for no_std compatibility
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update to tendermint-rs 0.23.5
2 participants