-
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
Authenticated call support #52
Conversation
Having both |
@fadeev since localnet is getting more complex, could you include a brief explanation, or even better a diagram on how it is supposed to work? That would help greatly with the review process. I'm thinking something similar to this diagram, where we can clearly see the entrypoints, what actor does what exactly, when is every |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK
callOptions
depositedAndCalled
andwithdrawnAndCalled
eventsonCall
instead ofonCrossChainCall
context.sender
This version is being used in all E2E tests in zeta-chain/example-contracts#218