Skip to content

Commit

Permalink
Merge pull request #4134 from anoma/bat+tiago/feat/ibc-pfm-with-inval…
Browse files Browse the repository at this point in the history
…id-addrs

Support invalid receivers in the IBC PFM flow
  • Loading branch information
mergify[bot] authored Jan 20, 2025
2 parents 867e20d + 6e1a56e commit 04b81b1
Show file tree
Hide file tree
Showing 26 changed files with 2,110 additions and 285 deletions.
3 changes: 3 additions & 0 deletions .changelog/unreleased/features/4082-ibc-pfm.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Implement compatibility with Strangelove's Packet Forward Middleware
in Namada, to allow forwarding ICS-20 packets over multiple chains.
([\#4082](https://github.com/anoma/namada/pull/4082))
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Disable validation of IBC ICS-20 receivers, while handling PFM packets.
([\#4134](https://github.com/anoma/namada/pull/4134))
2 changes: 2 additions & 0 deletions .github/workflows/scripts/e2e.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"e2e::ibc_tests::fee_payment_with_ibc_token": 357,
"e2e::ibc_tests::ibc_token_inflation": 840,
"e2e::ibc_tests::ibc_rate_limit": 485,
"e2e::ibc_tests::ibc_pfm_happy_flows": 485,
"e2e::ibc_tests::ibc_pfm_unhappy_flows": 485,
"e2e::ibc_tests::ibc_upgrade_client": 280,
"e2e::eth_bridge_tests::test_add_to_bridge_pool": 10,
"e2e::ledger_tests::double_signing_gets_slashed": 12,
Expand Down
108 changes: 74 additions & 34 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 04b81b1

Please sign in to comment.