zk_os_tree_manager

Crates.iozk_os_tree_manager
lib.rszk_os_tree_manager
version29.4.0-non-semver-compat
created_at2025-05-05 11:49:22.991992+00
updated_at2025-09-24 19:07:57.757243+00
descriptionZK OS tree manager node component
homepagehttps://zksync.io/
repositoryhttps://github.com/matter-labs/zksync-era
max_upload_size
id1660622
size255,090
(CratesMatterLabs)

documentation

README

ZK OS Tree Manager

Node component responsible for managing the ZK OS Merkle tree. Functionally equivalent to the metadata calculator for the Era tree, except that it does not participate in witness generation (i.e., only supports the lightweight tree mode in the metadata calculator terms).

Scope of responsibilities

  • Updating the tree based on newly recorded blocks.
  • Providing tree REST API.
  • (Not implemented yet) Tree recovery from a snapshot.
  • (Not implemented yet) Tree pruning.
Commit count: 2808

cargo fmt