zeko-labs / zeko

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

Parallel proving of transactions #227

Open MartinOndejka opened 1 week ago

MartinOndejka commented 1 week ago

This PR can be split into 3 separate efforts.

  1. Parallelising merging of transactions. This is achieved by parallel_merger library.
  2. Distributing proving across multiple provers. This is achieved by zeko_prover library.
  3. Integrating both into the sequencer.

Specs:

L-as commented 5 days ago

As discussed, please add document explaining design

MartinOndejka commented 4 days ago

As discussed, please add document explaining design

Added specs into the PR description.