go-ethereum/core/vm
Wanwiset Peerapatanapokin ae10d7090c
Rollback privacy (#477)
Rollback the previous test removal or privacy package on devnet.

This reverts commit 4f79e535b37dc85144e2d38c2f2570b0ce4305b2.

This reverts commit 5a2722c268ec4f03f3117b1af2dee2411af4b13a.
2024-03-07 10:40:55 +04:00
..
privacy Rollback privacy (#477) 2024-03-07 10:40:55 +04:00
runtime new EVM Upgrade 2021-09-21 16:53:46 +05:30
testdata new EVM Upgrade 2021-09-21 16:53:46 +05:30
analysis.go core/vm: reverse bit order in bytes of code bitmap (#24120) 2024-03-01 14:13:24 +08:00
analysis_test.go core/vm: reverse bit order in bytes of code bitmap (#24120) 2024-03-01 14:13:24 +08:00
common.go core/vm: use uint256 in EVM implementation (#20787) 2024-03-01 14:13:23 +08:00
contract.go core/vm: simplify op lookup in contract (#23974) 2024-03-01 14:13:23 +08:00
contracts.go Rollback privacy (#477) 2024-03-07 10:40:55 +04:00
contracts_test.go new EVM Upgrade 2021-09-21 16:53:46 +05:30
doc.go core/vm: remove JIT VM codes (#16362) 2018-03-26 13:48:04 +03:00
eips.go implement EIP-3198 2024-03-01 15:04:32 +08:00
errors.go core/vm: simplify error handling in interpreter loop (#23952) 2024-03-01 14:13:24 +08:00
evm.go implement EIP-4399, PREVRANDAO opcode. 2024-03-04 00:32:14 +08:00
gas.go core/vm: use uint256 in EVM implementation (#20787) 2024-03-01 14:13:23 +08:00
gas_table.go core/vm: rename SHA3 instruction to KECCAK256 (#23976) 2024-03-01 14:13:24 +08:00
gas_table_test.go new EVM Upgrade 2021-09-21 16:53:46 +05:30
gen_structlog.go new EVM Upgrade 2021-09-21 16:53:46 +05:30
instructions.go implement EIP-4399, PREVRANDAO opcode. 2024-03-04 00:32:14 +08:00
instructions_test.go implement EIP-4399, PREVRANDAO opcode. 2024-03-04 00:32:14 +08:00
interface.go new EVM Upgrade 2021-09-21 16:53:46 +05:30
interpreter.go implement EIP-4399, PREVRANDAO opcode. 2024-03-04 00:32:14 +08:00
jump_table.go implement EIP-4399, PREVRANDAO opcode. 2024-03-04 00:32:14 +08:00
logger.go core/vm: use uint256 in EVM implementation (#20787) 2024-03-01 14:13:23 +08:00
logger_json.go core/vm: move interpreter.ReadOnly check into the opcode implementations (#23970) 2024-03-01 14:13:24 +08:00
logger_test.go core/state: remove unused methods ReturnGas (#23092) 2024-03-01 14:13:23 +08:00
memory.go core/vm: optimize Memory.Set32 (#24847) 2024-03-01 14:13:24 +08:00
memory_table.go core/vm: rename SHA3 instruction to KECCAK256 (#23976) 2024-03-01 14:13:24 +08:00
opcodes.go implement EIP-4399, PREVRANDAO opcode. 2024-03-04 00:32:14 +08:00
stack.go core/vm: clean up some dead functions (#24851) 2024-03-01 14:13:24 +08:00
stack_table.go new EVM Upgrade 2021-09-21 16:53:46 +05:30
XDCx_price.go new EVM Upgrade 2021-09-21 16:53:46 +05:30