erigon-pulse/core/vm
2023-08-25 08:06:59 +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
testdata
absint_cfg_proof_check.go
absint_cfg_proof_gen.go
absint_cfg.go
analysis_test.go
analysis.go
common.go
contract.go
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
eips.go Implement EIP-6780: SELFDESTRUCT only in same transaction (#7976) 2023-08-06 17:48:11 +02:00
errors.go
evm_test.go
evm.go EIP-4788 v2 (no precompile) (#8038) 2023-08-24 17:10:50 +02:00
gas_table_test.go
gas_table.go core/vm: implement EIP-5656, mcopy instruction (#7887) 2023-07-13 19:36:06 +02:00
gas.go
instructions_test.go core/vm: implement EIP-5656, mcopy instruction (#7887) 2023-07-13 19:36:06 +02:00
instructions.go Fix opSelfdestruct6780 (#8066) 2023-08-25 08:06:59 +02:00
interface.go
interpreter.go
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
opcodes.go EIP-4844: rename "data hash" to "blob hash" (#7947) 2023-07-31 10:12:53 +02:00
operations_acl.go EIP-4788 v2 (no precompile) (#8038) 2023-08-24 17:10:50 +02:00
stack_table.go