good morning!!!!
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
bor
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
github
maticnetwork
bor
Commits
111abdcf
Unverified
Commit
111abdcf
authored
4 years ago
by
rene
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
cmd/devp2p: fix documentation for eth-test (#22298)
parent
1bbc8a19
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cmd/devp2p/README.md
+4
-2
4 additions, 2 deletions
cmd/devp2p/README.md
with
4 additions
and
2 deletions
cmd/devp2p/README.md
+
4
−
2
View file @
111abdcf
...
...
@@ -94,10 +94,12 @@ To run the eth protocol test suite against your implementation, the node needs t
geth --datadir <datadir> --nodiscover --nat=none --networkid 19763 --verbosity 5
```
Then, run the following command, replacing
`<enode
ID
>`
with the enode of the geth node:
Then, run the following command, replacing
`<enode>`
with the enode of the geth node:
```
devp2p rlpx eth-test <enode
ID
> cmd/devp2p/internal/ethtest/testdata/
full
chain.rlp cmd/devp2p/internal/ethtest/testdata/genesis.json
devp2p rlpx eth-test <enode> cmd/devp2p/internal/ethtest/testdata/chain.rlp cmd/devp2p/internal/ethtest/testdata/genesis.json
```
Repeat the above process (re-initialising the node) in order to run the Eth Protocol test suite again.
[
eth
]:
https://github.com/ethereum/devp2p/blob/master/caps/eth.md
[
dns-tutorial
]:
https://geth.ethereum.org/docs/developers/dns-discovery-setup
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment