MinaProtocol / mina

Mina is a cryptocurrency protocol with a constant size blockchain, improving scaling while maintaining decentralization and security.
https://minaprotocol.com
Apache License 2.0
1.97k stars 523 forks source link

Speed up zkapp generators #15785

Closed mrmr1993 closed 2 days ago

mrmr1993 commented 3 days ago

This PR brings some optimisations for the zkapp generators used by tests and the batch transaction tool. In particular:

On my machine, this brings the runtime of the test in src/lib/staged_ledger/tests down from 528s to 247s, a roughly 115% speed-up.

mrmr1993 commented 3 days ago

!ci-build-me