Expand description
Re-exported from reth_node_core
, also to prevent a breaking change. See the comment on
the reth_node_core::args
re-export for more details.
Constants§
- BUILD_
PROFILE_ NAME - The build profile name.
- CARGO_
PKG_ VERSION - The latest version from Cargo.toml.
- CLIENT_
CODE - The client code for Reth
- LONG_
VERSION - The long version information for reth.
- NAME_
CLIENT - The human readable name of the client
- SHORT_
VERSION - The short version information for reth.
- VERGEN_
BUILD_ TIMESTAMP - The build timestamp.
- VERGEN_
CARGO_ FEATURES - The build features.
- VERGEN_
CARGO_ TARGET_ TRIPLE - The target triple.
- VERGEN_
GIT_ SHA - The 8 character short SHA of the latest commit.
- VERGEN_
GIT_ SHA_ LONG - The full SHA of the latest commit.
Functions§
- default_
client_ version - The default client version accessing the database.
- default_
extra_ data - The default extra data used for payload building.
- default_
extra_ data_ bytes - The default extra data in bytes.
See
default_extra_data
.