erigon-pulse/core/vm
Shane Bammel 75db06fa1d Add support for PulseChain
Thanks @bretep for the original integration.
2024-02-14 13:10:45 -06:00
..
evmtypes evm: simplify addToAccessList methods (#8280) 2023-09-25 08:52:51 +07:00
runtime evm: remove interpreter interface - step3 (#8842) 2023-11-29 09:29:16 +07:00
stack evm: no interface (#8376) 2023-10-05 12:23:08 +07:00
testdata Implement PIP-33: Napoli Hardfork (#8975) 2024-01-17 14:13:16 +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 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 Implement PIP-33: Napoli Hardfork (#8975) 2024-01-17 14:13:16 +01:00
contracts.go Implement PIP-33: Napoli Hardfork (#8975) 2024-01-17 14:13:16 +01:00
doc.go core/vm: remove JIT VM codes (#16362) 2018-03-26 13:48:04 +03:00
eips.go evm: remove interpreter interface - step3 (#8842) 2023-11-29 09:29:16 +07: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 Add support for PulseChain 2024-02-14 13:10:45 -06: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 evm: remove interpreter interface - step3 (#8842) 2023-11-29 09:29:16 +07:00
interface.go impr(evm): Move callstack depth to the interpreter (#6632) 2023-01-19 23:52:08 +00:00
interpreter.go Implement PIP-33: Napoli Hardfork (#8975) 2024-01-17 14:13:16 +01:00
jump_table.go Implement PIP-33: Napoli Hardfork (#8975) 2024-01-17 14:13:16 +01: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