Async Ack Fixes (#7735)
* Add function to query ack proofs * fix bugs * fix swagger * fix final queries * docs and add test case * Rename QueryUnrelayedAcks to more accurate QueryUnreceivedAcks * Apply suggestions from code review Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com> Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com> * address rest of reviews * consistent spelling Co-authored-by: Jack Zampolin <jack.zampolin@gmail.com> Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com> Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
This commit is contained in:
co-authored by
Federico Kunze
colin axnér
Jack Zampolin
parent
aff88bbe99
commit
e9801edb99
+2
-2
@@ -286,7 +286,7 @@ keepers. Thus, the `OnRecvPacket` callback only needs to worry about making the
|
||||
changes given the packet data without worrying about whether the packet is valid or not.
|
||||
|
||||
Modules must return an acknowledgement as a byte string and return it to the IBC handler.
|
||||
The IBC handler will then commit this acknowledgment of the packet so that a relayer may relay the
|
||||
The IBC handler will then commit this acknowledgement of the packet so that a relayer may relay the
|
||||
acknowledgement back to the sender module.
|
||||
|
||||
```go
|
||||
@@ -354,7 +354,7 @@ with some additional data that could be useful for remediation if the packet pro
|
||||
|
||||
Since the modules are responsible for agreeing on an encoding/decoding standard for packet data and
|
||||
acknowledgements, IBC will pass in the acknowledgements as `[]byte` to this callback. The callback
|
||||
is responsible for decoding the acknowledgment and processing it.
|
||||
is responsible for decoding the acknowledgement and processing it.
|
||||
|
||||
```go
|
||||
OnAcknowledgementPacket(
|
||||
|
||||
Reference in New Issue
Block a user