zeko-labs / zeko

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

Add recommitting #130

Closed MartinOndejka closed 6 months ago

MartinOndejka commented 6 months ago
  1. Infer nonce from the pool, not just from the latest block
  2. Infer state also from the pool, not just from the latest block
  3. If we have stored commits that have not been yet committed, send them to L1

Added also a possibility to do "blocks" on the testing network. Commands are added to the indexed transaction pool and they are applied in predefined period, or when createNewBlock mutation gets triggered.

L-as commented 6 months ago

Good work but there’s probably a better abstraction since this problem is universal to all zkapps