mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
* modexp support 32-bytes or less inputs * change revert string * bump version --------- Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
7 lines
No EOL
352 B
JSON
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"
|
|
}
|
|
] |