osmosis-labs / mesh-security-sdk

MIT License
24 stars 12 forks source link

Error handling strategy for end-blocker #35

Open alpe opened 1 year ago

alpe commented 1 year ago

Discuss log vs panic for the several cases in x/meshsecurity/abci.go

alpe commented 1 year ago

To fail fast in multichain tests, I have made this an extension point in https://github.com/osmosis-labs/mesh-security-sdk/pull/45 already so that chains can plugin their own logic. However it would be good to come up with a good default implementation!