cosmos / ibc-apps

IBC applications and middleware for Cosmos SDK chains.
Apache License 2.0
82 stars 62 forks source link

docs(pfm): ordering matters in the transferStack (porttypes.IBCModule) #208

Open Reecepbcups opened 1 month ago

Reecepbcups commented 1 month ago

reference: https://github.com/CosmosContracts/juno/pull/1044

Ensure to keep PFM higher in the stack compared to other middlewares / modules. This way custom implementation such as ICS29 do not break due to custom handler methods PFM does not support (and never will or should)

Found by: Luca @ informal