Merged
Conversation
Contributor
Greptile OverviewGreptile SummaryAdds an explicit startup log line that includes the full This is consistent with existing usage of Confidence Score: 5/5
|
| Filename | Overview |
|---|---|
| bin/ethlambda/src/main.rs | Logs the client version at startup via a new tracing::info! event. |
Sequence Diagram
sequenceDiagram
participant User
participant Main as bin/ethlambda/src/main.rs::main
participant Tracing as tracing subscriber
User->>Main: start `ethlambda`
Main->>Tracing: set_global_default(subscriber)
Main->>Main: CliOptions::parse()
Main->>Main: print ASCII_ART
Main->>Tracing: info!(version=CLIENT_VERSION, "Starting ethlambda")
Main->>Tracing: info!("got node key")
Main->>Main: initialize genesis/store/blockchain
Main->>Main: spawn P2P task
Main->>Main: start RPC server
Main->>Tracing: info!("Node initialized")
pablodeymo
approved these changes
Feb 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds a log at startup that includes the client version. It also adds a parameter to the docker-build Makefile target to select the docker tag to use.
It also fixes an issue with the Dockerfile that caused version output to be
ethlambda ethlambda/v0.1.0-VERGEN_IDEMPOTENT_OUTPUT-VERGEN_IDEMPOTENT_OUTPUT/aarch64-unknown-linux-gnu/rustc-v1.92.0.