go-ethereum/core/vm
colin bcfdb48dd9
fix(rollup-fee): support set code tx in asUnsignedTx (#1123)
* fix asUnsignedTx

* fix goimport

* prevent panic
2025-02-25 16:26:58 +01:00
..
runtime feat: add EIP-7702 (#1112) 2025-02-25 14:56:51 +01:00
testdata feat: implement RIP-7212/EIP-7212 (#798) 2024-06-06 13:40:37 +02:00
access_list_tracer.go feat: add EIP-7702 (#1112) 2025-02-25 14:56:51 +01:00
analysis.go core/vm: faster code analysis (#23381) 2021-08-24 10:00:10 +03:00
analysis_test.go Update mod file and all imports to use scroll-tech URL (#15) 2021-12-24 10:59:22 +01:00
common.go Add goimports lint (#54) 2022-03-24 16:53:59 +08:00
contract.go feat: dual code hash (#188) 2023-02-08 16:12:41 -08:00
contracts.go feat: enable p256Verify in EuclidV2 (#1111) 2025-02-06 16:37:28 +08:00
contracts_test.go feat: implement RIP-7212/EIP-7212 (#798) 2024-06-06 13:40:37 +02:00
doc.go core/vm: remove JIT VM codes (#16362) 2018-03-26 13:48:04 +03:00
eips.go feat: add EIP-7702 (#1112) 2025-02-25 14:56:51 +01:00
errors.go feat: add EIP-7702 (#1112) 2025-02-25 14:56:51 +01:00
evm.go feat: add EIP-7702 (#1112) 2025-02-25 14:56:51 +01:00
gas.go core/vm: use uint256 in EVM implementation (#20787) 2020-06-08 15:24:40 +03:00
gas_table.go (feat) core/vm: implement EIP-5656, mcopy opcode (#697) 2024-04-24 17:41:50 +08:00
gas_table_test.go feat: add EIP-7702 (#1112) 2025-02-25 14:56:51 +01:00
gen_structlog.go fix(api): fix debug_ API oom bug (#284) 2023-04-19 21:26:29 +08:00
instructions.go feat: add EIP-7702 (#1112) 2025-02-25 14:56:51 +01:00
instructions_test.go (feat)all: add EIP-1153 - transient storage (#721) 2024-04-28 15:59:26 +08:00
interface.go (feat)all: add EIP-1153 - transient storage (#721) 2024-04-28 15:59:26 +08:00
interpreter.go feat: add EIP-7702 (#1112) 2025-02-25 14:56:51 +01:00
jump_table.go feat: add EIP-7702 (#1112) 2025-02-25 14:56:51 +01:00
logger.go fix(rollup-fee): support set code tx in asUnsignedTx (#1123) 2025-02-25 16:26:58 +01:00
logger_json.go feat: add EIP-7702 (#1112) 2025-02-25 14:56:51 +01:00
logger_test.go feat: add EIP-7702 (#1112) 2025-02-25 14:56:51 +01:00
logger_trace.go fix: post-euclid block tracing (#1119) 2025-02-21 15:07:18 +01:00
memory.go (feat) core/vm: implement EIP-5656, mcopy opcode (#697) 2024-04-24 17:41:50 +08:00
memory_table.go (feat) core/vm: implement EIP-5656, mcopy opcode (#697) 2024-04-24 17:41:50 +08:00
memory_test.go (feat) core/vm: implement EIP-5656, mcopy opcode (#697) 2024-04-24 17:41:50 +08:00
opcodes.go fix: enable correct string encoding of new opcodes (#815) 2024-08-08 13:11:26 +03:00
operations_acl.go feat: add EIP-7702 (#1112) 2025-02-25 14:56:51 +01:00
stack.go core,eth: call frame tracing (#23087) 2021-09-17 09:31:22 +02:00
stack_table.go Update mod file and all imports to use scroll-tech URL (#15) 2021-12-24 10:59:22 +01:00