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

Create a separate Write-Ack event #7684

Closed
AdityaSripal opened this issue Oct 26, 2020 · 0 comments · Fixed by #7683
Closed

Create a separate Write-Ack event #7684

AdityaSripal opened this issue Oct 26, 2020 · 0 comments · Fixed by #7683

Comments

@AdityaSripal
Copy link
Member

Currently WriteAcknowledgement emits a recv_packet event with a single attribute. This assumes that the write acknowledgement function is called along with the WriteReceipt function that has all the other packet attributes. However, with the introduction of asynchronous acks, written acknowledgements may not happen in the same tx as the packet receipt.

Thus, we will still want all the relevant attributes emitted during the WriteAcknowledgement call so that a relayer can use the events of that single tx to construct the MsgAcknowledgement to relay (except for the proof).

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 a pull request may close this issue.

2 participants