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
Guillaume Ballet 6d40e11fe3 fix bound check in code chunking 3 years ago
..
runtime all: move loggers to eth/tracers (#23892) 3 years ago
testdata core/vm, protocol_params: implement eip-2565 modexp repricing (#21607) 4 years ago
analysis.go core/vm: faster code analysis (#23381) 4 years ago
analysis_test.go core/vm: rework jumpdest analysis benchmarks (#23499) 4 years ago
common.go core/vm: use uint256 in EVM implementation (#20787) 5 years ago
contract.go all: implement EIP-compliant verkle trees 3 years ago
contracts.go core, eth, internal/ethapi: create access list RPC API (#22550) 4 years ago
contracts_test.go core/vm, protocol_params: implement eip-2565 modexp repricing (#21607) 4 years ago
doc.go core/vm: remove JIT VM codes (#16362) 7 years ago
eips.go all: implement EIP-1559 (#22837) 4 years ago
errors.go core/vm: implement EIP-2681: Limit account nonce to 2^64-1 (#23853) 3 years ago
evm.go initialize the new access witness if not already present 3 years ago
gas.go core/vm: use uint256 in EVM implementation (#20787) 5 years ago
gas_table.go all: implement EIP-compliant verkle trees 3 years ago
gas_table_test.go core, all: split vm.Context into BlockContext and TxContext (#21672) 4 years ago
instructions.go fix bound check in code chunking 3 years ago
instructions_test.go all: remove noop vm config flags (#23111) 4 years ago
interface.go fixes for the IPA testnet 3 years ago
interpreter.go enable verkle on cancun block: take 2 (#28) 3 years ago
jump_table.go all: implement EIP-compliant verkle trees 3 years ago
logger.go all: move loggers to eth/tracers (#23892) 3 years ago
memory.go core/vm: use uint256 in EVM implementation (#20787) 5 years ago
memory_table.go core/vm: 64 bit memory and gas calculations (#19210) 6 years ago
opcodes.go core/vm, core/state/snapshot: remove unused code (#23956) 3 years ago
operations_acl.go core, params: implement EIP-3529 (#22733) 4 years ago
stack.go core,eth: call frame tracing (#23087) 3 years ago
stack_table.go core/vm: 64 bit memory and gas calculations (#19210) 6 years ago