erigon-pulse/core/vm
Andrew Ashikhmin 1533674dad
Implement EIP-1153 transient storage (#7405)
Port https://github.com/ethereum/go-ethereum/pull/26003

---------

Co-authored-by: Mark Tyneway <mark.tyneway@gmail.com>
2023-05-01 18:26:24 +02:00
..
evmtypes Implement EIP-1153 transient storage (#7405) 2023-05-01 18:26:24 +02:00
runtime Implement EIP-1153 transient storage (#7405) 2023-05-01 18:26:24 +02:00
stack
testdata
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
absint_cfg.go
analysis_test.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
analysis.go
common.go
contract.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
contracts_test.go enable more linters #954 (#7179) 2023-03-25 05:13:27 +00:00
contracts.go Remove Parlia (#7306) 2023-04-14 06:24:10 +00:00
doc.go
eips.go Implement EIP-1153 transient storage (#7405) 2023-05-01 18:26:24 +02:00
errors.go
evm_test.go
evm.go Remove Parlia (#7306) 2023-04-14 06:24:10 +00:00
gas_table_test.go fix import cycle in tests 2023-04-19 15:35:02 +07:00
gas_table.go Switch AccessList, IntrinsicGas, SafeAdd/Mul to erigon-lib (#6709) 2023-01-26 12:26:12 +01:00
gas.go
instructions_test.go Implement EIP-1153 transient storage (#7405) 2023-05-01 18:26:24 +02:00
instructions.go impr(interpreter): Convert Interpreter to use an Interface in lieu of *EVM (#6606) 2023-01-17 21:53:24 +00: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 Add Prague fork support (#7005) 2023-03-02 17:51:36 +00:00
logger.go Convert *vm.EVM to vm.VMInterface in Tracers (#6590) 2023-01-16 22:28:50 +00:00
memory_table.go
memory.go Optimize memory buffer, simplify set32, use sha256-simd (#7060) 2023-03-14 07:17:04 +00:00
mock_vm.go impr(evm): Move callstack depth to the interpreter (#6632) 2023-01-19 23:52:08 +00:00
opcodes.go Implement EIP-1153 transient storage (#7405) 2023-05-01 18:26:24 +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