MinaFoundation / Core-Grants

25 stars 13 forks source link

🕥 Async Circuits #15

Closed teddyjfpender closed 7 months ago

teddyjfpender commented 8 months ago

🕥 RFC-0003: Asynchronous Circuits in o1js

This RFC proposes the implementation of asynchronous circuits and thus asynchronous circuit witnesses in o1js, addressing the limitations of sequential execution in zkApp development. The proposed feature enables circuits to pause and await data fetched asynchronously, thus enhancing the richness of zkApp design patterns and improving the efficiency and concurrency of program execution.

TyrellCorp2020 commented 7 months ago

mitschabaude Implementation is under way! https://github.com/o1-labs/o1js/pull/1450

TyrellCorp2020 commented 6 months ago

merged!