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
As a contract developer writing an orchestration contract that uses ibc hooks, I'd like to be able write the receiveUpcall handler as an orchestrated flow instead of using vows. The current example that uses ibc hooks, auto-stake-it, is difficult to follow since it uses vows:
What is the Problem Being Solved?
As a contract developer writing an orchestration contract that uses ibc hooks, I'd like to be able write the
receiveUpcall
handler as an orchestrated flow instead of using vows. The current example that uses ibc hooks,auto-stake-it
, is difficult to follow since it uses vows:Description of the Design
Refactor
auto-stake-it
to use an async-flow for thereceiveUpcall
handlerSecurity Considerations
Scaling Considerations
Test Plan
Upgrade Considerations
The text was updated successfully, but these errors were encountered: