Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(celestia-adapter): update to celestia-node v0.11 and celestia ap…
…p v1.0 (Sovereign-Labs#997) * chore: create a new docker compose setup with local celestia network * feat: refactor celestia-adapter to use celestia-types * feature guard celestia-rpc crate * revert celestia-address changes from: Initialize genesis state form genesis files. (Sovereign-Labs#972) * switch to address from celestia-types * cleanup, satisfy the clippy * switch to celestia_types commitment generation * Remove shares parsing * don't try to translate EDS to shares * treat extended data square as plain binary blobs, not shares * Simplify dah validation * Use namespaced shares for completeness proof * rebase fixes * Update test header.json * Update celestia-node and celestia-tendermint * Update test data for celestia adapter * fix existing tests * remove hex-literal dependency * Add tests for txs verification * fix linting * Add protoc to the test workflow * Allow Zlib licenses in dependencies * Add protoc to the jobs where it was missing * Update demo-rollup readme with the changes to local setup * handle the case where amount of blobs is different than amount of proofs * fix long running make start on the CI * align prover benchmarks * remove fuzzing namespace group creation from base64 * Update lockfiles * Fix import * Add protoc to doc tests --------- Co-authored-by: Blazej Kolad <blazejkolad@gmail.com> Co-authored-by: Preston Evans <preston.b.evans@gmail.com>
- Loading branch information