zeko-labs / zeko

Zeko: zk-Rollup for Mina, a succinct blockchain
https://zeko.io
Apache License 2.0
19 stars 3 forks source link

Allow witnessing arbitrary L1 state #138

Open L-as opened 3 months ago

L-as commented 3 months ago

Related to #28

MartinOndejka commented 3 months ago

Possible solution is to make the user commit the L1 state by submitting an action and setting a precondition. When sequencer updates the inner account, the user can witness the action.

L-as commented 3 months ago

Basically yes