-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Tracking: Hive support #851
Labels
C-test
A change that impacts how or what we test
C-tracking-issue
An issue that collects information about a broad development initiative
Comments
onbjerg
added
C-tracking-issue
An issue that collects information about a broad development initiative
C-test
A change that impacts how or what we test
labels
Jan 13, 2023
This was referenced Jan 13, 2023
This was referenced Feb 22, 2023
1 task
This was referenced Mar 14, 2023
1 task
Closed in favor of #1579 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
C-test
A change that impacts how or what we test
C-tracking-issue
An issue that collects information about a broad development initiative
Describe the feature
This is a tracking issue to add reth to ethereum/hive.
A draft PR in the hive repository is open here: ethereum/hive#671
This tracking issue is currently non-exhaustive.
Simulators
devp2p
Tasks
reth node
#852NodeRecord
of the local node #849--nat
flag toreth node
#854--bootnodes
flag forreth node
#858Tasks
reth init
command that loads a genesis file #879reth import
command that can import RLP-encoded blocks #878eth2/testnet
TBD
Tasks
reth init
command that loads a genesis file #879reth import
command that can import RLP-encoded blocks #878ethereum/engine
TBD
Tasks
reth init
command that loads a genesis file #879reth import
command that can import RLP-encoded blocks #878Tasks
reth init
command that loads a genesis file #879reth import
command that can import RLP-encoded blocks #878Tasks
reth init
command that loads a genesis file #879reth import
command that can import RLP-encoded blocks #878Tasks
How to run the tests
docker build . -t paradigmxyz/reth:main
go build .
reth
as the client e.g.:./hive --sim devp2p --sim.limit discv4 --client reth --docker.output
. See this document for usage information.workspace
directory relative to your current working directory. They can be viewed withhiveview
which can be built withgo build -o hiveview ./cmd/hiveview
and run with./hiveview -serve
Additional context
No response
The text was updated successfully, but these errors were encountered: