docs.rs failed to build zksync_da_clients-29.13.0-non-semver-compat
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
zksync_da_clients-28.1.0-non-semver-compat
Data Availability Clients
This crate contains the implementations of the Data Availability clients.
Currently, the following DataAvailability clients are implemented:
NoDA clientthat 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 clientthat stores the pubdata in the Object Store(GCS).Availthat sends the pubdata to the Avail DA layer.Celestiathat sends the pubdata to the Celestia DA layer.Eigenthat sends the pubdata to the Eigen DA layer.