..
evmtypes
Enforce blockReader interface ( #7737 )
2023-06-15 13:11:51 +07:00
runtime
Implement EIP-1153 transient storage ( #7405 )
2023-05-01 18:26:24 +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-4844: switch precompile input's z and y to big endian ( #7680 )
2023-06-07 17:33:15 +02:00
contracts.go
EIP-4844: switch precompile input's z and y to big endian ( #7680 )
2023-06-07 17:33:15 +02:00
doc.go
core/vm: remove JIT VM codes ( #16362 )
2018-03-26 13:48:04 +03:00
eips.go
eip-4844: vm and engine_api extensions, minor fixes/changes ( #7514 )
2023-05-19 18:43:04 +01: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-4844: vm and engine_api extensions, minor fixes/changes ( #7514 )
2023-05-19 18:43:04 +01:00
gas_table_test.go
e4: release some tests ( #7729 )
2023-06-14 10:01:00 +07:00
gas_table.go
Use BitLenToByteLen from erigon-lib ( #7735 )
2023-06-14 14:48:16 +02:00
gas.go
all: fix typos in comments ( #21118 )
2020-06-15 19:38:13 +03:00
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
eip-4844: vm and engine_api extensions, minor fixes/changes ( #7514 )
2023-05-19 18:43:04 +01: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: Rename SHA3 instruction to KECCAK256 ( #5890 )
2022-10-28 13:38:34 +02:00
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
core/vm: derive maxStack from numPop & numPush ( #6397 )
2022-12-21 14:55:00 +01:00