erigon-pulse/core/vm
2023-11-17 10:52:40 +07:00
..
evmtypes evm: simplify addToAccessList methods (#8280) 2023-09-25 08:52:51 +07:00
runtime core: run tests in parallel (#8743) 2023-11-17 10:52:40 +07:00
stack evm: no interface (#8376) 2023-10-05 12:23:08 +07:00
testdata Switch to official KZG ceremony trusted setup (EIP-4844) (#8531) 2023-10-19 18:33:05 +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 core: run tests in parallel (#8743) 2023-11-17 10:52:40 +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 core: run tests in parallel (#8743) 2023-11-17 10:52:40 +07:00
contracts.go Sentinel refactor (#8296) 2023-10-22 01:17:18 +02:00
doc.go core/vm: remove JIT VM codes (#16362) 2018-03-26 13:48:04 +03:00
eips.go Configure EIP-4844 parameters for Gnosis (#8464) 2023-10-13 11:43:16 +02:00
errors.go Amend EIP-3860 per EIPs/pull/6249 (#6502) 2023-01-06 17:46:27 +01:00
evm_test.go core: run tests in parallel (#8743) 2023-11-17 10:52:40 +07:00
evm.go evm: no interface on contract creation (#8378) 2023-10-05 13:42:20 +07:00
gas_table_test.go core: run tests in parallel (#8743) 2023-11-17 10:52:40 +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 core: run tests in parallel (#8743) 2023-11-17 10:52:40 +07:00
instructions.go Sentinel refactor (#8296) 2023-10-22 01:17:18 +02:00
interface.go impr(evm): Move callstack depth to the interpreter (#6632) 2023-01-19 23:52:08 +00:00
interpreter.go Fix wiring of AgraBlock into tx pool (#8555) 2023-10-23 11:03:46 +02: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: run tests in parallel (#8743) 2023-11-17 10:52:40 +07: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