go-ethereum/core/vm
github-actions[bot] 0b56af5a01
[AUTO] rename Go module + update internal import paths
Workflow: c1fc594f020d23958b641a4e5a856b6e52c49d3bece94b95594864db16c1b0fc on branch main
2024-10-17 01:49:47 +00:00
..
runtime [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
testdata crypto/kzg4844: use the new trusted setup file and format (#28383) 2023-10-22 16:05:04 +02:00
analysis.go core/vm: clarify comment (#27045) 2023-04-04 02:59:40 -04:00
analysis_test.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
common.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
contract.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
contracts.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
contracts_fuzz_test.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
contracts_test.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
doc.go core/vm: remove JIT VM codes (#16362) 2018-03-26 13:48:04 +03:00
eips.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
errors.go core/vm: implement EIP-3860: Limit and meter initcode (#23847) 2023-01-11 04:05:47 -05:00
evm.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
gas.go core/vm: use uint256 in EVM implementation (#20787) 2020-06-08 15:24:40 +03:00
gas_table.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
gas_table_test.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
instructions.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
instructions_test.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
interface.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
interpreter.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
interpreter_test.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
jump_table.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
jump_table_export.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
jump_table_test.go all: fix typos in comments (#28881) 2024-02-05 22:16:32 +01:00
logger.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
memory.go core/vm: implement EIP-5656, mcopy instruction (#26181) 2023-07-11 03:55:34 -04:00
memory_table.go core/vm: implement EIP-5656, mcopy instruction (#26181) 2023-07-11 03:55:34 -04:00
memory_test.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
opcodes.go eth/tracers/js: fix isPush for push0 (#28520) 2023-11-14 13:14:38 +01:00
operations_acl.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
stack.go core/vm: clean up some dead functions (#24851) 2022-05-11 08:03:35 +03:00
stack_table.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00