erigon-pulse/core/vm
Andrew Ashikhmin a25f22a06c
Implement EIP-6780: SELFDESTRUCT only in same transaction (#7976)
Cherry pick https://github.com/ethereum/go-ethereum/pull/27189

---------

Co-authored-by: jwasinger <j-wasinger@hotmail.com>
2023-08-06 17:48:11 +02:00
..
evmtypes Implement EIP-6780: SELFDESTRUCT only in same transaction (#7976) 2023-08-06 17:48:11 +02:00
runtime Update EIP-2537 and EIP-4844 precompile addresses (#7940) 2023-07-28 17:43:01 +02:00
stack Refactoring To Increase Code Quality (#4842) 2022-08-04 20:23:00 +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 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_test.go EIP-4788: Beacon block root and stateful precompile (#7888) 2023-08-01 16:01:26 +05:30
contracts.go dencun-devnet: --trusted-setup-file flag support (#7963) 2023-08-03 14:36:47 +02:00
doc.go core/vm: remove JIT VM codes (#16362) 2018-03-26 13:48:04 +03:00
eips.go Implement EIP-6780: SELFDESTRUCT only in same transaction (#7976) 2023-08-06 17:48:11 +02: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 EIP-4788: Beacon block root and stateful precompile (#7888) 2023-08-01 16:01:26 +05:30
gas_table_test.go e4: release some tests (#7729) 2023-06-14 10:01:00 +07:00
gas_table.go core/vm: implement EIP-5656, mcopy instruction (#7887) 2023-07-13 19:36:06 +02:00
gas.go all: fix typos in comments (#21118) 2020-06-15 19:38:13 +03:00
instructions_test.go core/vm: implement EIP-5656, mcopy instruction (#7887) 2023-07-13 19:36:06 +02:00
instructions.go Implement EIP-6780: SELFDESTRUCT only in same transaction (#7976) 2023-08-06 17:48:11 +02:00
interface.go impr(evm): Move callstack depth to the interpreter (#6632) 2023-01-19 23:52:08 +00:00
interpreter.go Optimize memory buffer, simplify set32, use sha256-simd (#7060) 2023-03-14 07:17:04 +00:00
jump_table.go Implement EIP-6780: SELFDESTRUCT only in same transaction (#7976) 2023-08-06 17:48:11 +02: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: 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 impr(evm): Move callstack depth to the interpreter (#6632) 2023-01-19 23:52:08 +00:00
opcodes.go EIP-4844: rename "data hash" to "blob hash" (#7947) 2023-07-31 10:12:53 +02: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