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
gary rong b9df7ecdc3
all: seperate consensus error and evm internal error (#20830)
4 years ago
..
runtime core/vm: use a callcontext struct (#20761) 5 years ago
testdata core/vm: instruction tests (#16327) 6 years ago
analysis.go core/vm: faster create/create2 (#17806) 6 years ago
analysis_test.go core/vm: faster create/create2 (#17806) 6 years ago
common.go core/vm: 64 bit memory and gas calculations (#19210) 6 years ago
contract.go core/vm: fix comment grammar (#19923) 5 years ago
contracts.go core: fix staticcheck warnings (#20384) 5 years ago
contracts_test.go core: fix staticcheck warnings (#20384) 5 years ago
doc.go core/vm: remove JIT VM codes (#16362) 7 years ago
eips.go core/vm: use a callcontext struct (#20761) 5 years ago
errors.go all: seperate consensus error and evm internal error (#20830) 4 years ago
evm.go all: seperate consensus error and evm internal error (#20830) 4 years ago
gas.go all: seperate consensus error and evm internal error (#20830) 4 years ago
gas_table.go all: seperate consensus error and evm internal error (#20830) 4 years ago
gas_table_test.go all: seperate consensus error and evm internal error (#20830) 4 years ago
gen_structlog.go core/vm: adds refund as part of the json standard trace (#17910) 6 years ago
instructions.go all: seperate consensus error and evm internal error (#20830) 4 years ago
instructions_test.go core/vm: use a callcontext struct (#20761) 5 years ago
int_pool_verifier.go all: update license information 8 years ago
int_pool_verifier_empty.go all: update license information 8 years ago
interface.go core/state: fix state iterator (#19127) 6 years ago
interpreter.go all: seperate consensus error and evm internal error (#20830) 4 years ago
intpool.go core/vm: use a callcontext struct (#20761) 5 years ago
intpool_test.go core/vm: reuse bigint pools across transactions (#17070) 6 years ago
jump_table.go all: seperate consensus error and evm internal error (#20830) 4 years ago
logger.go all: seperate consensus error and evm internal error (#20830) 4 years ago
logger_json.go all: update author list and licenses 5 years ago
logger_test.go core/vm, eth/tracers: use pointer receiver for GetRefund (#18018) 6 years ago
memory.go core/evm: avoid copying memory for input in calls (#20177) 5 years ago
memory_table.go core/vm: 64 bit memory and gas calculations (#19210) 6 years ago
opcodes.go all: seperate consensus error and evm internal error (#20830) 4 years ago
stack.go core: fix staticcheck warnings (#20384) 5 years ago
stack_table.go core/vm: 64 bit memory and gas calculations (#19210) 6 years ago