2 releases (1 unstable)

new 26.1.0-non-semver-compat Jan 22, 2025
0.1.0 Jul 12, 2024

#39 in #zksync

Download history 41/week @ 2024-10-01 12/week @ 2024-10-08 33/week @ 2024-10-15 37/week @ 2024-10-22 41/week @ 2024-10-29 17/week @ 2024-11-05 17/week @ 2024-11-12 44/week @ 2024-11-19 44/week @ 2024-11-26 51/week @ 2024-12-03 92/week @ 2024-12-10 23/week @ 2024-12-17 35/week @ 2024-12-24 16/week @ 2024-12-31 32/week @ 2025-01-07 11/week @ 2025-01-14

95 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

~114MB
~2M SLoC