You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the HasIBC2EntryPoint flag is used only during instantiation and migration procedure to register the contract to the ibc-go router. If IBC team will implement [the prefix-based routing](https://github.com/cosmos/ibc-go/pull/8303) this flag won't be used anymore. We can consider calling `AnalyzeCode` each time an IBCv2 message comes before calling the entry point. Though we might end up with increasing the time spent on double-checking a contract, which is already part of calling the entrypoint in CosmWasm.
So we have to decide if we want to keep this flag in the contract analysis report at all
So we have to decide if we want to keep this flag in the contract analysis report at all
Originally posted by @kulikthebird in #2454 (comment)
The text was updated successfully, but these errors were encountered: