Skip to content
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

Update the code throughout the CLI to be compatible with Aysnc circuits #605

Closed
4 tasks
ymekuria opened this issue Mar 9, 2024 · 0 comments
Closed
4 tasks
Assignees

Comments

@ymekuria
Copy link
Collaborator

ymekuria commented Mar 9, 2024

Async circuits. Require all smart contract and zkprogram methods to be async o1-labs/o1js#1477

Update all the smart contrat and Zkprogram code used in the CLI

  • update @methods to be async
  • await to all contract calls await MyContract.myMethod();
  • Use the new @method.returns() decorator to declare a return value from a method
  • update SmartContract.digest() and ZkProgram.digest() to be async
@ymekuria ymekuria self-assigned this Mar 9, 2024
@ymekuria ymekuria mentioned this issue Apr 9, 2024
@ymekuria ymekuria closed this as completed Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant