zksync_default_da_clients

Crates.iozksync_default_da_clients
lib.rszksync_default_da_clients
version
sourcesrc
created_at2024-07-15 06:29:07.872892
updated_at2024-07-15 06:29:07.872892
descriptionZKsync DA client implementations
homepagehttps://zksync.io/
repositoryhttps://github.com/matter-labs/zksync-era
max_upload_size
id1303532
size0
crates-io (github:matter-labs:crates-io)

documentation

README

Default DA Clients

This crate contains the default implementations of the Data Availability clients. Default clients are maintained within this repo because they are tightly coupled with the codebase, and would cause the circular dependency if they were to be moved to the hyperchain-da repository.

Currently, the following DataAvailability clients are implemented:

  • NoDA client that does not send or store any pubdata, it is needed to run the zkSync network in the "no-DA" mode utilizing the DA framework.
  • Object Store client that stores the pubdata in the Object Store(GCS).
Commit count: 1500

cargo fmt