go-ethereum/core/vm
2022-04-04 16:39:55 +05:30
..
runtime merge gethv1.10.17 2022-04-04 16:39:55 +05:30
testdata core/vm, protocol_params: implement eip-2565 modexp repricing (#21607) 2020-11-13 13:39:59 +01:00
analysis.go merge geth v1.10.15 2022-01-12 13:00:32 +05:30
analysis_test.go merge geth v1.10.15 2022-01-12 13:00:32 +05:30
common.go core/vm: use uint256 in EVM implementation (#20787) 2020-06-08 15:24:40 +03:00
contract.go merge geth v1.10.15 2022-01-12 13:00:32 +05:30
contracts.go core, eth, internal/ethapi: create access list RPC API (#22550) 2021-04-07 17:54:31 +03:00
contracts_test.go core/vm, protocol_params: implement eip-2565 modexp repricing (#21607) 2020-11-13 13:39:59 +01:00
doc.go core/vm: remove JIT VM codes (#16362) 2018-03-26 13:48:04 +03:00
eips.go all: implement EIP-1559 (#22837) 2021-05-17 15:13:22 +02:00
errors.go merge geth v1.10.15 2022-01-12 13:00:32 +05:30
evm.go merge gethv1.10.17 2022-04-04 16:39:55 +05:30
gas.go core/vm: use uint256 in EVM implementation (#20787) 2020-06-08 15:24:40 +03:00
gas_table.go merge geth v1.10.15 2022-01-12 13:00:32 +05:30
gas_table_test.go core, all: split vm.Context into BlockContext and TxContext (#21672) 2020-11-13 13:42:19 +01:00
instructions.go merge gethv1.10.17 2022-04-04 16:39:55 +05:30
instructions_test.go merge gethv1.10.17 2022-04-04 16:39:55 +05:30
interface.go all: add support for EIP-2718, EIP-2930 transactions (#21502) 2021-02-25 15:26:57 +01:00
interpreter.go merge gethv1.10.17 2022-04-04 16:39:55 +05:30
interpreter_test.go merge geth v1.10.15 2022-01-12 13:00:32 +05:30
jump_table.go merge gethv1.10.17 2022-04-04 16:39:55 +05:30
logger.go merge geth v1.10.15 2022-01-12 13:00:32 +05:30
memory.go core/vm: use uint256 in EVM implementation (#20787) 2020-06-08 15:24:40 +03:00
memory_table.go merge geth v1.10.15 2022-01-12 13:00:32 +05:30
opcodes.go merge gethv1.10.17 2022-04-04 16:39:55 +05:30
operations_acl.go merge gethv1.10.17 2022-04-04 16:39:55 +05:30
stack.go merge geth v1.10.15 2022-01-12 13:00:32 +05:30
stack_table.go core/vm: 64 bit memory and gas calculations (#19210) 2019-03-12 11:40:05 +02:00