erigon-pulse/core/vm
2023-10-05 13:42:20 +07:00
..
evmtypes evm: simplify addToAccessList methods (#8280) 2023-09-25 08:52:51 +07:00
runtime Update EIP-2537 and EIP-4844 precompile addresses (#7940) 2023-07-28 17:43:01 +02:00
stack evm: no interface (#8376) 2023-10-05 12:23:08 +07:00
testdata EIP-4844: switch precompile input's z and y to big endian (#7680) 2023-06-07 17:33:15 +02: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 evm: no interface on contract creation (#8378) 2023-10-05 13:42:20 +07: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 evm: no interface on contract creation (#8378) 2023-10-05 13:42:20 +07:00
contracts_test.go EIP-4788 v2 (no precompile) (#8038) 2023-08-24 17:10:50 +02:00
contracts.go EIP-4788 v2 (no precompile) (#8038) 2023-08-24 17:10:50 +02:00
doc.go core/vm: remove JIT VM codes (#16362) 2018-03-26 13:48:04 +03:00
eips.go Implement EIP-7516: BLOBBASEFEE opcode (#8231) 2023-09-19 10:45:19 +02:00
errors.go Amend EIP-3860 per EIPs/pull/6249 (#6502) 2023-01-06 17:46:27 +01:00
evm_test.go evm: no interface on contract creation (#8378) 2023-10-05 13:42:20 +07:00
evm.go evm: no interface on contract creation (#8378) 2023-10-05 13:42:20 +07:00
gas_table_test.go e4: release some tests (#7729) 2023-06-14 10:01:00 +07:00
gas_table.go evm: no interface (#8376) 2023-10-05 12:23:08 +07:00
gas.go all: fix typos in comments (#21118) 2020-06-15 19:38:13 +03:00
instructions_test.go evm: no interface on contract creation (#8378) 2023-10-05 13:42:20 +07:00
instructions.go Fix opSelfdestruct6780 (#8066) 2023-08-25 08:06:59 +02:00
interface.go impr(evm): Move callstack depth to the interpreter (#6632) 2023-01-19 23:52:08 +00:00
interpreter.go evm: no interface (#8376) 2023-10-05 12:23:08 +07:00
jump_table.go evm: no interface (#8376) 2023-10-05 12:23:08 +07:00
logger.go evm: no interface (#8376) 2023-10-05 12:23:08 +07:00
memory_table.go core/vm: implement EIP-5656, mcopy instruction (#7887) 2023-07-13 19:36:06 +02:00
memory_test.go core/vm: implement EIP-5656, mcopy instruction (#7887) 2023-07-13 19:36:06 +02:00
memory.go core/vm: implement EIP-5656, mcopy instruction (#7887) 2023-07-13 19:36:06 +02:00
mock_vm.go evm: no interface on contract creation (#8378) 2023-10-05 13:42:20 +07:00
opcodes.go Implement EIP-7516: BLOBBASEFEE opcode (#8231) 2023-09-19 10:45:19 +02:00
operations_acl.go evm: no interface (#8376) 2023-10-05 12:23:08 +07:00
stack_table.go core/vm: derive maxStack from numPop & numPush (#6397) 2022-12-21 14:55:00 +01:00