We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The config files and genesis/<ForkName>.json files in https://github.com/ethereum/tests/tree/develop/Retesteth are not sufficiently documented, I think. There are some portions config files mentioned in https://github.com/ethereum/retesteth/wiki/Add-client-configuration-to-Retesteth but ideally I'd like to see what is the schema of these files, what must be included, what may be optionally included, what is not included, how retesteth uses these files exactly.
config
genesis/<ForkName>.json
For example, currently it seems that these fields are required in config:
name
socketType
socketAddress
forks
additonalForks
And in *.json:
*.json
params
accounts
This kind of info would be useful in the guide "how to mare retesteth work with your client"
The text was updated successfully, but these errors were encountered:
https://github.com/ethereum/retesteth/wiki/Add-client-configuration-to-Retesteth#config-file
Sorry, something went wrong.
https://ethereum-tests.readthedocs.io/en/latest/config-dir.html
No branches or pull requests
The
config
files andgenesis/<ForkName>.json
files in https://github.com/ethereum/tests/tree/develop/Retesteth are not sufficiently documented, I think. There are some portionsconfig
files mentioned in https://github.com/ethereum/retesteth/wiki/Add-client-configuration-to-Retesteth but ideally I'd like to see what is the schema of these files, what must be included, what may be optionally included, what is not included, how retesteth uses these files exactly.For example, currently it seems that these fields are required in
config
:name
socketType
socketAddress
forks
additonalForks
(what is this, how is it different fromforks
?)And in
*.json
:params
accounts
with a list of precompiles (this actually might be required only for aleth), but no other accountsThis kind of info would be useful in the guide "how to mare retesteth work with your client"
The text was updated successfully, but these errors were encountered: