1 unstable release

0.1.0 Jul 12, 2024

#5 in #l2

Download history 86/week @ 2024-07-07 72/week @ 2024-07-14 5/week @ 2024-07-21 5/week @ 2024-07-28 31/week @ 2024-08-11 44/week @ 2024-08-18 45/week @ 2024-08-25 41/week @ 2024-09-01 47/week @ 2024-09-08

177 downloads per month
Used in 24 crates (10 directly)

MIT/Apache

1.5MB
35K SLoC

State Keeper State

Access to the VM storage for the state keeper. The state keeper itself is a part of the zksync_core crate; it is a component responsible for handling transaction execution and creating L2 blocks and L1 batches.

All state keeper data is currently stored in Postgres. (Beside it, we provide an in-memory implementation for benchmarking / testing purposes.) We also keep a secondary copy for part of it in RocksDB for performance reasons. Currently, we only duplicate the data needed by the multivm crate.


lib.rs:

Execution of transaction in ZKsync Era

Dependencies

~109MB
~2M SLoC