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
Each Cosmos-based chains may have included different modules onto the chain. In the current design the default behaviour upon unknown transaction types is to panic, which is good for development but produce unfriendly result to production.
Proposed Solution
Provide default RegisterInterface for different chains (chains can also submit new PR to add their own Interfaces)
Offer configs on decode error behaviour (panic or ignore)
The text was updated successfully, but these errors were encountered:
Background
Each Cosmos-based chains may have included different modules onto the chain. In the current design the default behaviour upon unknown transaction types is to panic, which is good for development but produce unfriendly result to production.
Proposed Solution
RegisterInterface
for different chains (chains can also submit new PR to add their own Interfaces)The text was updated successfully, but these errors were encountered: