Skip to content
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

cmd/devp2p: fix documentation for eth-test #22298

Merged
merged 2 commits into from
Feb 11, 2021

Conversation

renaynay
Copy link
Contributor

@renaynay renaynay commented Feb 9, 2021

This PR fixes the documentation for the eth test suite, as the fullchain.rlp file is now named chain.rlp.

@renaynay renaynay requested a review from fjl February 9, 2021 19:46
@@ -96,7 +96,7 @@ 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:
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we call it <enode> instead of <enode ID>?

@@ -96,7 +96,7 @@ 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:
```
devp2p rlpx eth-test <enode ID> cmd/devp2p/internal/ethtest/testdata/fullchain.rlp cmd/devp2p/internal/ethtest/testdata/genesis.json
devp2p rlpx eth-test <enode ID> cmd/devp2p/internal/ethtest/testdata/chain.rlp cmd/devp2p/internal/ethtest/testdata/genesis.json
```
Copy link
Contributor

Choose a reason for hiding this comment

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

Would be nice to have a sentence here that says the node needs to be reset to the initial state before running the test again.

@fjl fjl merged commit 111abdc into ethereum:master Feb 11, 2021
@renaynay renaynay deleted the update_ethtest_docs branch February 11, 2021 11:56
renaynay added a commit to renaynay/go-ethereum that referenced this pull request Feb 16, 2021
filipescuc pushed a commit to EthereumGenesys/go-ethereum that referenced this pull request Mar 2, 2021
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.

2 participants