-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IBC Spec conformity analysis #97
Comments
E.g. in the solidity |
Can you elaborate about error acks @sangier ? |
Sure! E.g. In ICS20v1 in the
In the solidity implementation:
There may be other cases like that, I haven't fully checked the code yet. Anyway that's an opportunity to clarify explicitly how we wanna implement the error handling behaviour: when to revert, when to error ack? why? |
To make sure the Solidity implementation follows the IBC Eureka spec, we need to do an analysis of the current implementation and see where we might be diverging from the spec. Once we have done that, we can go through those items and make plans to change them, or, if there are good reasons not to, document them.
The text was updated successfully, but these errors were encountered: