-
Notifications
You must be signed in to change notification settings - Fork 5
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
Merge main into testnet-0 #315
Conversation
* test: Add RollupOperators related tests * test: Add ServiceManager and TaskManager trivial tests * feat: Remove unused getter * refactor: Comment unused variable name * test: Add SFFLOperatorSetUpdateRegistry tests * chore: Update bindings
* Operator set update script * State Root update script * Add script to get storage value * Integrate rlp package for encoding * Add demo nffl cli tool * Get private key from environment variable * chore: Restructure nffl-cli directories * refactor: Port CLI to TS * docs: Add README to demo CLI * feat: Add block-height arg to storage-proof * feat: Add commands as npm scripts * chore: Update ABI --------- Co-authored-by: Franco Barpp Gomes <[email protected]>
Fixing typos and readability Co-authored-by: Don <[email protected]>
This patch adds Verifier V1 component as a part of DVN. In case, if received Packet was not verified, Verifier executes V1 verification algorithm: - fetches state root from aggregator; - fetches block state root by chain RPC API; - compares them and says is message is gud. As a part of this change, compilation error was fixed in indexer tests.
This patch adds `Executor` role to `NFFL` as well as an integration test for it
Enhanced testing capabilities by introducing separate and conditional jobs for Go and Rust unit tests in the CI workflow. Updated the existing test job to improve clarity and structure. Modified a test to indicate that a variable's return value is intentionally ignored.
Changes addressed previous FIXMEs, including: - Move DVN components around so it's more modular - Fix a minor bug on the executor, where the `provider` went out of scope and stopped listening. - Add some tests for the DVN.
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 25.0.5+incompatible to 25.0.6+incompatible.
This change is