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

Make connection events compatible with ibc-go #191

Merged
merged 13 commits into from
Oct 26, 2022

Conversation

plafer
Copy link
Contributor

@plafer plafer commented Oct 21, 2022

Closes: #145


PR author checklist:

  • Added changelog entry, using unclog.
  • Added tests.
  • Linked to GitHub issue.
  • Updated code comments and documentation (e.g., docs/).
  • Tagged one reviewer who will be the one responsible for shepherding this PR.

Reviewer checklist:

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

@plafer plafer requested a review from romac October 21, 2022 19:46
Signed-off-by: Philippe Laferrière <plafer@protonmail.com>
let counterparty_conn_id = Tag {
key: COUNTERPARTY_CONN_ID_ATTRIBUTE_KEY.parse().unwrap(),
value: match a.counterparty_connection_id {
Some(counterparty_conn_id) => counterparty_conn_id.to_string().parse().unwrap(),
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: opened this issue in tendermint-rs to eventually clean up the .parse().unwrap().

@plafer plafer merged commit f8bc033 into main Oct 26, 2022
@plafer plafer deleted the plafer/145-compatible-connection-events branch October 26, 2022 15:22
shuoer86 pushed a commit to shuoer86/ibc-rs that referenced this pull request Nov 4, 2023
…/js (cosmos#191)

Bumps [eslint-plugin-simple-import-sort](https://github.com/lydell/eslint-plugin-simple-import-sort) from 7.0.0 to 10.0.0.
- [Changelog](https://github.com/lydell/eslint-plugin-simple-import-sort/blob/main/CHANGELOG.md)
- [Commits](lydell/eslint-plugin-simple-import-sort@v7.0.0...v10.0.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-simple-import-sort
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
Farhad-Shabani pushed a commit that referenced this pull request Sep 9, 2024
* OpenInit event refactored

* conn_open_init emits proper event

* fix all other connection events

* conn_open_try now outputs proper event

* adopt naming convention in event ctor

* conn_open_ack emits proper event

* conn_open_confirm now emits proper event

* remove unneeded function

* clippy fixes

* changelog

* nit improvement

* Update crates/ibc/src/core/ics03_connection/events.rs

Signed-off-by: Philippe Laferrière <plafer@protonmail.com>

Signed-off-by: Philippe Laferrière <plafer@protonmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make connection events compatible with ibc-go v5.0.0
2 participants