core, internal: support various eth_call invocations post 1559

This commit is contained in:
Péter Szilágyi
2021-06-10 08:02:51 +03:00
parent 7a00378e2b
commit f68a68a313
9 changed files with 62 additions and 51 deletions

View File

@ -30,6 +30,7 @@ type Config struct {
Debug bool // Enables debugging
Tracer Tracer // Opcode logger
NoRecursion bool // Disables call, callcode, delegate call and create
NoBaseFee bool // Forces the EIP-1559 baseFee to 0 (needed for 0 price calls)
EnablePreimageRecording bool // Enables recording of SHA3/keccak preimages
JumpTable [256]*operation // EVM instruction table, automatically populated if unset