zkapp-cli icon indicating copy to clipboard operation
zkapp-cli copied to clipboard

Update all templates and examples to be compatible with Aysnc circuits

Open ymekuria opened this issue 2 years ago • 0 comments

Async circuits. Require all smart contract and zkprogram methods to be async https://github.com/o1-labs/o1js/pull/1477

Update all templates and examples.

  • [ ] 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

ymekuria avatar Mar 08 '24 17:03 ymekuria