mirror of https://github.com/hyperledger/besu
Lock evmtool code-validate into runtime mode (#7397)
To conform to fuzzing practices, `code-validate` expects all code to be runtime code. Signed-off-by: Danno Ferrin <danno@numisight.com>pull/7412/head
parent
6b1ae691e6
commit
9592b64310
@ -0,0 +1,7 @@ |
||||
{ |
||||
"cli": [ |
||||
"code-validate" |
||||
], |
||||
"stdin": "ef000101000402000100060300010014040000000080000260006000ee00ef00010100040200010001040000000080000000", |
||||
"stdout": "err: code is valid initcode. Runtime code expected" |
||||
} |
@ -0,0 +1,7 @@ |
||||
{ |
||||
"cli": [ |
||||
"code-validate" |
||||
], |
||||
"stdin": "ef00010100040200010001040000000080000000", |
||||
"stdout": "OK 00\n" |
||||
} |
Loading…
Reference in new issue