go-ethereum/core/vm/testdata/precompiles/fail-modexp.json
Nazarii Denha 5eac3a73bc
feat(core/vm): modexp precompiled support also less than 32-bytes inputs (#393)
* modexp support 32-bytes or less inputs

* change revert string

* bump version

---------

Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
2023-07-10 22:04:14 +08:00

7 lines
No EOL
352 B
JSON

[
{
"Input": "000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000020",
"ExpectedError": "modexp temporarily only accepts inputs of 32 bytes (256 bits) or less",
"Name": "too big input"
}
]