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.
Marius van der Wijden
2045a2bba3
core, all: split vm.Context into BlockContext and TxContext ( #21672 )
...
* all: core: split vm.Config into BlockConfig and TxConfig
* core: core/vm: reset EVM between tx in block instead of creating new
* core/vm: added docs
4 years ago
..
runtime
core, all: split vm.Context into BlockContext and TxContext ( #21672 )
4 years ago
testdata
core/vm, protocol_params: implement eip-2565 modexp repricing ( #21607 )
4 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: use uint256 in EVM implementation ( #20787 )
4 years ago
contract.go
core/vm: avoid map lookups for accessing jumpdest analysis
4 years ago
contracts.go
core/vm, protocol_params: implement eip-2565 modexp repricing ( #21607 )
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-2929 (gas cost increases for state access opcodes) + yolo-v2 ( #21509 )
4 years ago
errors.go
core/vm: EIP-2315, JUMPSUB for the EVM ( #20619 )
4 years ago
evm.go
core, all: split vm.Context into BlockContext and TxContext ( #21672 )
4 years ago
gas.go
core/vm: use uint256 in EVM implementation ( #20787 )
4 years ago
gas_table.go
core/vm, params: make 2200 in line with spec ( #21605 )
4 years ago
gas_table_test.go
core, all: split vm.Context into BlockContext and TxContext ( #21672 )
4 years ago
gen_structlog.go
core/vm: marshall returnData as hexstring in trace logs ( #21715 )
4 years ago
instructions.go
core, all: split vm.Context into BlockContext and TxContext ( #21672 )
4 years ago
instructions_test.go
core, all: split vm.Context into BlockContext and TxContext ( #21672 )
4 years ago
interface.go
all: implement EIP-2929 (gas cost increases for state access opcodes) + yolo-v2 ( #21509 )
4 years ago
interpreter.go
all: implement EIP-2929 (gas cost increases for state access opcodes) + yolo-v2 ( #21509 )
4 years ago
jump_table.go
all: implement EIP-2929 (gas cost increases for state access opcodes) + yolo-v2 ( #21509 )
4 years ago
logger.go
all: implement EIP-2929 (gas cost increases for state access opcodes) + yolo-v2 ( #21509 )
4 years ago
logger_json.go
core/vm: less allocations for various call variants ( #21222 )
4 years ago
logger_test.go
core, all: split vm.Context into BlockContext and TxContext ( #21672 )
4 years ago
memory.go
core/vm: use uint256 in EVM implementation ( #20787 )
4 years ago
memory_table.go
core/vm: 64 bit memory and gas calculations ( #19210 )
6 years ago
opcodes.go
core/vm: EIP-2315, JUMPSUB for the EVM ( #20619 )
4 years ago
operations_acl.go
all: implement EIP-2929 (gas cost increases for state access opcodes) + yolo-v2 ( #21509 )
4 years ago
stack.go
core/vm: less allocations for various call variants ( #21222 )
4 years ago
stack_table.go
core/vm: 64 bit memory and gas calculations ( #19210 )
6 years ago