Celestia DA Server v0.6.2-mocha for use against Arbitrum Nitro versions 3.6.4 and later from the celestiaorg/nitro repo and celestia-node v0.27.4-mocha
Docker image = ghcr.io/celestiaorg/nitro-das-celestia:v0.6.2-mocha
To add an Anytrust DAS connection and fallback, use --fallback-enabled, --das.enable, --das.with-writer (when running a writer / poster), and --das.rpc.url $DA_PROVIDER_URL.
NOTE: The DA_PROVIDER_URL must be exposing the daprovider api, if you run into issues or dont have a connection that supports the daprovider api, it can be run from the nitro binary daprovider
What's Changed
- fixed isHeaderByteValid function for batches with a DAS header byte
- Added retries for reads in order to handle rpc issues, context deadlines, etc, and thus increase gaurantees of a node syncing correctly and not missing a batch of data (flags to use are under
celestia.retry-config, and aremax-retries,initial-backoff,max-backoff, andbackoff-factor)
Full Changelog: v0.6.1-mocha...v0.6.2-mocha