Skip to content

Commit

Permalink
Update README.md to add zellic audit
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups authored Jan 21, 2025
1 parent 64c5cd5 commit 809b101
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions middleware/packet-forward-middleware/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# packet-forward-middleware

[Audited by Zellic on Aug 13th, 2024](https://github.com/Zellic/publications/blob/master/Celestia%20Packet%20Forward%20Middleware%20-%20Zellic%20Audit%20Report.pdf). Commit: [26d8080d](https://github.com/cosmos/ibc-apps/commit/26d8080d75662ea2f1155fce446ebda7a915d521) version with patches: [v8.1.0](https://github.com/cosmos/ibc-apps/releases/tag/middleware%2Fpacket-forward-middleware%2Fv8.1.0)

Middleware for forwarding IBC packets.

Asynchronous acknowledgements are utilized for atomic multi-hop packet flows. The acknowledgement will only be written on the chain where the user initiated the packet flow after the forward/multi-hop sequence has completed (success or failure). This means that a user (i.e. an IBC application) only needs to monitor the chain where the initial transfer was sent for the response of the entire process.
Expand Down

0 comments on commit 809b101

Please sign in to comment.