Skip to content

chore: bump tentative v12 - #36

Merged
julienrbrt merged 11 commits into
mainfrom
julien/bump-latest
Jan 26, 2026
Merged

chore: bump tentative v12#36
julienrbrt merged 11 commits into
mainfrom
julien/bump-latest

Conversation

@julienrbrt

Copy link
Copy Markdown
Contributor

No description provided.

@julienrbrt
julienrbrt marked this pull request as ready for review January 22, 2026 12:37
@julienrbrt
julienrbrt requested review from auricom and Copilot January 22, 2026 12:37

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the fork to a newer ev-node stack and restructures how the node integrates with DA, the EVM engine, and sequencing, while also simplifying some legacy namespace-migration logic.

Changes:

  • Bumps a large number of dependencies (notably ev-node, go-ethereum, libp2p, OTEL, etc.) and updates go.mod/go.sum accordingly.
  • Reworks cmd/run.go to use the new DA client and sequencer abstractions (including a “based” sequencer mode) and to configure the EVM engine client via a JWT secret file or backward‑compatible config.
  • Extends rollback behavior to also rollback the execution layer, refactors signer passphrase handling, introduces backward‑compatibility constants, and removes the now-unused namespace-migration layer and its tests.

Reviewed changes

Copilot reviewed 7 out of 8 changed files in this pull request and generated no comments.

Show a summary per file
File Description
go.mod Updates the Go toolchain version and switches core dependencies (e.g., celestiaorg/go-header to v0.8.0, evstack/ev-node and its submodules to newer pseudo-versions, go-ethereum to v1.16.8). Also removes many unused indirect requirements and adds/bumps others to match the new ev-node stack.
go.sum Regenerates checksums to align with the updated dependency graph from go.mod.
cmd/run.go Refactors node startup: creates a dedicated evmDbName datastore, wires it into the new evm.EngineClient (with tracing), instantiates a new DA client (block.NewDAClient), selects between a “based” sequencer and the new single sequencer via createSequencer, adds an optional force-inclusion HTTP server, and updates JWT handling to prefer a secret file with a backward-compatible config flag.
cmd/rollback.go Uses the shared evmDbName datastore and store.NewEvNodeKVStore, adds execution-layer rollback by constructing an evm.EngineClient and calling Rollback, updates user messages, and adds EVM connection/JWT flags for rollback.
cmd/init.go Reuses the new backward-compatibility constant flagBackwardPassphrase, adds support for reading the signer passphrase from a file, and marks the passphrase string and file flags mutually exclusive.
cmd/backward.go Introduces central constants for backward‑compatible flag names (evnode.signer.passphrase and evnode.evm.jwt-secret) so they can be used consistently across commands.
cmd/run_test.go Removes tests that specifically exercised the old namespace-migration wrapper around the DA JSON-RPC client; this matches the removal of that wrapper in run.go.
README.md Drops the bullet-point documenting explicit “namespace migration support”, which is no longer implemented in this fork.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

"proposer_address": "N89c6gm4fP8oW7OxEtHft7b7PFu8BRzrqkPRzVH04dA=",
"da_start_height": 7970386
"da_start_height": 7970386,
"da_epoch_forced_inclusion": 100

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a notable change that all node operators must perform on their genesis
cc @auricom @tac0turtle

Took arbitrary 100, default value in ev-node is 50. The feature is disabled, so it currently does nothing. Feature will be enabled for v13 / final v1.

Comment thread deployment/docker-compose/compose.yaml
@julienrbrt
julienrbrt merged commit b2da552 into main Jan 26, 2026
1 check passed
@julienrbrt
julienrbrt deleted the julien/bump-latest branch January 26, 2026 18:28
@julienrbrt julienrbrt mentioned this pull request Jan 26, 2026
julienrbrt added a commit that referenced this pull request Jan 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants