Official Go implementation of the Ethereum protocol
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
go-ethereum/core/vm
Dimitris Apostolou 8fd43c8013
all: fix typos in comments (#28881)
8 months ago
..
runtime all: use uint256 in state (#28598) 8 months ago
testdata crypto/kzg4844: use the new trusted setup file and format (#28383) 11 months ago
analysis.go core/vm: clarify comment (#27045) 1 year ago
analysis_test.go core/vm: reverse bit order in bytes of code bitmap (#24120) 3 years ago
common.go core/vm: use uint256 in EVM implementation (#20787) 4 years ago
contract.go all: use uint256 in state (#28598) 8 months ago
contracts.go all: use uint256 in state (#28598) 8 months ago
contracts_fuzz_test.go tests/fuzzers: move fuzzers into native packages (#28467) 10 months ago
contracts_test.go all: fix typos in comments (#28881) 8 months ago
doc.go core/vm: remove JIT VM codes (#16362) 7 years ago
eips.go all: use uint256 in state (#28598) 8 months ago
errors.go core/vm: implement EIP-3860: Limit and meter initcode (#23847) 2 years ago
evm.go all: use uint256 in state (#28598) 8 months ago
gas.go core/vm: use uint256 in EVM implementation (#20787) 4 years ago
gas_table.go core: fix typos (#28255) 12 months ago
gas_table_test.go all: use uint256 in state (#28598) 8 months ago
instructions.go all: use uint256 in state (#28598) 8 months ago
instructions_test.go all: use uint256 in state (#28598) 8 months ago
interface.go all: use uint256 in state (#28598) 8 months ago
interpreter.go all: fix typos in comments (#28881) 8 months ago
interpreter_test.go all: use uint256 in state (#28598) 8 months ago
jump_table.go core/vm: fix misleading comment (#28860) 8 months ago
jump_table_export.go core: fix typos (#28255) 12 months ago
jump_table_test.go all: fix typos in comments (#28881) 8 months ago
logger.go eth/tracers, core/vm: remove `time` from trace output and tracing interface (#26291) 2 years ago
memory.go core/vm: implement EIP-5656, mcopy instruction (#26181) 1 year ago
memory_table.go core/vm: implement EIP-5656, mcopy instruction (#26181) 1 year ago
memory_test.go core/vm: implement EIP-5656, mcopy instruction (#26181) 1 year ago
opcodes.go eth/tracers/js: fix isPush for push0 (#28520) 10 months ago
operations_acl.go core/vm: update comments to match eip number (#28743) 9 months ago
stack.go core/vm: clean up some dead functions (#24851) 2 years ago
stack_table.go core/vm: 64 bit memory and gas calculations (#19210) 6 years ago