erigontech / erigontech/silkworm
state_transition tool doesn't properly parse JSON tests
Open
- Dominant language
- C++
- Stars
- 318
- Forks
- 84
- PR merge metrics
- No merged PRs in 30d
Description
The tool `cmd/state-transition/state_transition` doesn't properly parse input files with JSON tests. It breaks even on the associated sample tests.
```shell
cmd/state-transition/state_transition cmd/state-transition/state_transition_sample1.json
transactionCollidingWithNonEmptyAccount_init:
Exception: [json.exception.type_error.305] cannot use operator[] with a string argument with array
```
Contributor guide
Assessment
This issue has not been assessed yet.