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

ibc: use ibc-types typed events, add SendPacket event #2829

Merged
merged 1 commit into from
Jul 13, 2023

Conversation

avahowell
Copy link
Contributor

No description provided.

@avahowell avahowell temporarily deployed to smoke-test July 13, 2023 03:56 — with GitHub Actions Inactive
@@ -32,44 +28,6 @@ use super::state_key;

#[async_trait]
pub(crate) trait Ics2ClientExt: StateWrite {
// execute a UpdateClient IBC action. this assumes that the UpdateClient has already been
// validated, including header verification.
async fn execute_update_client(&mut self, msg_update_client: &MsgUpdateClient) -> Result<()> {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this is dead code; we inlined it into the msg handler for update client a while ago

@conorsch conorsch merged commit 128e46b into main Jul 13, 2023
8 checks passed
@conorsch conorsch deleted the ibc-types-events branch July 13, 2023 17:24
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.

2 participants