Crates.io | zksync_state |
lib.rs | zksync_state |
version | |
source | src |
created_at | 2024-07-12 13:07:30.097328 |
updated_at | 2024-07-12 13:07:30.097328 |
description | ZKsync state keeper state |
homepage | https://zksync.io/ |
repository | https://github.com/matter-labs/zksync-era |
max_upload_size | |
id | 1300671 |
size | 0 |
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.