-
Notifications
You must be signed in to change notification settings - Fork 593
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
chore: add events for write ack. #7583
base: feat/ibc-eureka
Are you sure you want to change the base?
Conversation
@@ -205,8 +205,7 @@ func (k Keeper) WriteAcknowledgement( | |||
|
|||
k.Logger(ctx).Info("acknowledgement written", "sequence", strconv.FormatUint(packet.Sequence, 10), "dest-channel", packet.DestinationChannel) | |||
|
|||
// TODO: decide how relayers will reconstruct the packet as it is not being passed. | |||
// EmitWriteAcknowledgementEvents(ctx, packet, ack) | |||
emitWriteAcknowledgementEvents(ctx, packet, ack) | |||
|
|||
// TODO: delete the packet that has been stored in ibc-core. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no issue for this exists?
7b0eccf
to
0839208
Compare
@@ -205,8 +205,7 @@ func (k Keeper) WriteAcknowledgement( | |||
|
|||
k.Logger(ctx).Info("acknowledgement written", "sequence", strconv.FormatUint(packet.Sequence, 10), "dest-channel", packet.DestinationChannel) | |||
|
|||
// TODO: decide how relayers will reconstruct the packet as it is not being passed. | |||
// EmitWriteAcknowledgementEvents(ctx, packet, ack) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we re-emit recv event here according to spec?
Quality Gate passed for 'ibc-go'Issues Measures |
Description
targets the send packet branch.
part-of: #7386
Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.
docs/
).godoc
comments.Files changed
in the GitHub PR explorer.SonarCloud Report
in the comment section below once CI passes.