erigon-pulse/core/vm
2023-01-27 11:39:34 +07:00
..
evmtypes Switch AccessList, IntrinsicGas, SafeAdd/Mul to erigon-lib (#6709) 2023-01-26 12:26:12 +01:00
lightclient [BSC] support for Moran fork (#5696) 2022-10-11 13:33:32 +01:00
runtime reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
stack Refactoring To Increase Code Quality (#4842) 2022-08-04 20:23:00 +07:00
testdata core/vm, protocol_params: implement eip-2565 modexp repricing (#21607) 2021-03-08 11:44:39 +01:00
absint_cfg_proof_check.go core/vm: Simplify error handling in interpreter loop (#6394) 2022-12-21 11:57:53 +01:00
absint_cfg_proof_gen.go core/vm: Simplify error handling in interpreter loop (#6394) 2022-12-21 11:57:53 +01:00
absint_cfg.go go1.19 gofmt (#4988) 2022-08-10 19:04:13 +07:00
analysis_test.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
analysis.go Snapshot sync headers stage (#1836) 2021-05-08 09:45:40 +01:00
common.go EIP-3860: Limit and meter initcode (#5892) 2022-10-31 13:40:41 +01:00
contract.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
contracts_lightclient_test.go [BSC] support for Moran fork (#5696) 2022-10-11 13:33:32 +01:00
contracts_lightclient.go [BSC] support for Moran fork (#5696) 2022-10-11 13:33:32 +01:00
contracts_test.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
contracts.go move math big constants to erigon-lib (#6719) 2023-01-27 11:39:34 +07:00
cvm_adapter.go Convert *vm.EVM to vm.VMInterface in Tracers (#6590) 2023-01-16 22:28:50 +00:00
cvm_test.go Starknet getcode (#3038) 2021-12-06 14:58:53 +00:00
cvm.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
doc.go core/vm: remove JIT VM codes (#16362) 2018-03-26 13:48:04 +03:00
eips.go core/vm: derive maxStack from numPop & numPush (#6397) 2022-12-21 14:55:00 +01:00
errors.go Amend EIP-3860 per EIPs/pull/6249 (#6502) 2023-01-06 17:46:27 +01:00
evm_test.go E3: fix unwind changes visibility (#6147) 2022-11-30 08:31:13 +07:00
evm.go feat(trace): use specific error string (#6696) 2023-01-26 15:10:51 +01:00
gas_table_test.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
gas_table.go Switch AccessList, IntrinsicGas, SafeAdd/Mul to erigon-lib (#6709) 2023-01-26 12:26:12 +01:00
gas.go all: fix typos in comments (#21118) 2020-06-15 19:38:13 +03:00
instructions_test.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
instructions.go impr(interpreter): Convert Interpreter to use an Interface in lieu of *EVM (#6606) 2023-01-17 21:53:24 +00:00
interface.go impr(evm): Move callstack depth to the interpreter (#6632) 2023-01-19 23:52:08 +00:00
interpreter.go Switch AccessList, IntrinsicGas, SafeAdd/Mul to erigon-lib (#6709) 2023-01-26 12:26:12 +01:00
jump_table.go impr(interpreter): Convert Interpreter to use an Interface in lieu of *EVM (#6606) 2023-01-17 21:53:24 +00:00
logger.go Convert *vm.EVM to vm.VMInterface in Tracers (#6590) 2023-01-16 22:28:50 +00:00
memory_table.go core/vm: Rename SHA3 instruction to KECCAK256 (#5890) 2022-10-28 13:38:34 +02:00
memory.go Native tracers step 7 - restructure js tracer files (#6415) 2022-12-23 18:10:37 +00:00
mock_vm.go impr(evm): Move callstack depth to the interpreter (#6632) 2023-01-19 23:52:08 +00:00
opcodes.go core/vm: Make INVALID a defined opcode (#6477) 2022-12-30 17:13:54 +01:00
operations_acl.go Switch AccessList, IntrinsicGas, SafeAdd/Mul to erigon-lib (#6709) 2023-01-26 12:26:12 +01:00
stack_table.go core/vm: derive maxStack from numPop & numPush (#6397) 2022-12-21 14:55:00 +01:00