-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initialize genesis state form genesis files. #972
Conversation
Codecov Report
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! I left two comments below.
The GenesisPaths
pattern is a bit verbose, but can can remove it either with the discussed env. var. approach or with default path values, so it's not a big deal.
module-system/module-implementations/sov-sequencer-registry/src/tests.rs
Outdated
Show resolved
Hide resolved
…p v1.0 (#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. (#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>
Description
This PR introduces the following chnages:
genesis
file forsov-sequencer-registry
Linked Issues
module-system
: read genesis data from files. #915Testing
CI passes.
Docs
No changes.