Uh oh!
There was an error while loading. Please reload this page.
feat: add single-sequencer, EVM rollup - #2085
Conversation
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 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 ( |
4c690a5 to
3fdbf9cCompare
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@## feature/exec_api #2085 +/- ##
====================================================
- Coverage 28.04% 28.02% -0.03%
====================================================
Files 58 58 Lines 6647 6652 +5 ====================================================
Hits 1864 1864 - Misses 4564 4569 +5
Partials 219 219 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
cfaff59 to
a76fc70Compare00eff2b to
1d8750eCompared1201e0 to
358729aCompare4e69248 to
bc0fb88CompareIntroduced a new command to run the Rollkit node with EVM and single sequencer support. This includes dummy
…ions and configuration details
This commit removes leftover `fmt.Printf` debug statements that were previously used for tracking execution flow. Additionally, it updates the header validation logic to log errors with more clarity, making it easier to identify critical issues in case of failure.
Previously, DummySequencer was used. For any non-debug scenario, proper sequencer is necessary.
Clarified the prerequisites for running the aggregator node. Added details about setting up both EVM and DA layers to ensure proper functionality.
Uh oh!
There was an error while loading. Please reload this page.
Overview
This PR introduces rollup binary for single-sequencer with EVM.
Resolves#2029