| Crates.io | zksync_shared_resources |
| lib.rs | zksync_shared_resources |
| version | 29.4.0-non-semver-compat |
| created_at | 2025-06-12 09:00:47.081052+00 |
| updated_at | 2025-09-24 17:56:22.73515+00 |
| description | Shared resources for ZKsync node framework |
| homepage | https://zksync.io/ |
| repository | https://github.com/matter-labs/zksync-era |
| max_upload_size | |
| id | 1709581 |
| size | 71,514 |
This library contains resources shared among multiple components in the ZKsync node.
This library should contain the following resources:
zksync_node_sync crate, but it would mean that
the API server component would need to rely on it, and there would be cyclical dependency
between zksync_node_sync and the state keeper.Resources in the library should not bring heavyweight dependencies (roughly speaking, anything not already brought by the node framework).