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

ICS4: Event emission Specification #1165

Open
wants to merge 5 commits into
base: feat/v2-spec
Choose a base branch
from
Open

Conversation

AdityaSripal
Copy link
Member

Emit events for relayers to construct the packet messages

  • Simple in single payload case
  • Support for multipayload

@DimitrisJim
Copy link
Contributor

if you could also give an ack on current events spec'ed for CreateChannel/RegisterCounterparty it would be great (e.g I see for RegisterCounterparty we emit the creator which should have been deleted from state after that tx runs, so may not make sense to emit https://github.com/cosmos/ibc/pull/1143/files#diff-f32300fb26667f1d0dc384ad4d8fd45665bd5a7edd6b4e6cb648ae89721d7f13R383)

@AdityaSripal AdityaSripal changed the base branch from main to feat/v2-spec November 12, 2024 10:51
@AdityaSripal
Copy link
Member Author

Done! @DimitrisJim

sequence: sequence,
packet: packet,
timeoutTimestamp: timeoutTimestamp,
destId: channel.counterpartyChannelId,
Copy link
Contributor

Choose a reason for hiding this comment

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

I see these are defined as bytes in spec atm (for eth side of things where these are a contract address I assume?). Should they be hex encoded too in spec?

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