ethereum / ethereum/execution-specs
`--eoa-start` does not accept hex string, only hex string converted to int
- Dominant language
- Python
- Stars
- 1.2k
- Forks
- 505
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 116
Description
`--eoa-start`:
https://github.com/ethereum/execution-spec-tests/blob/1a5b060d57337be61021be1cf1f0edaf0aeaaf20/src/pytest_plugins/execute/pre_alloc.py#L98-L105
can be used to pin the EEST EOA addresses generated through multiple test runs
https://github.com/ethereum/execution-spec-tests/blob/1a5b060d57337be61021be1cf1f0edaf0aeaaf20/src/pytest_plugins/execute/pre_alloc.py#L161-L165
It will nicely print a hex string to the CLI, but if you copy this hex string to `--eoa-start` the CLI will complain "invalid int value". In order to use the hex string, one has to convert it to an int first.
Please also accept the hex string 😄 👍
Contributor guide
Assessment
This issue has not been assessed yet.