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
Chris Ziogas b0cd8c4a5c
core/vm: set tracer-observable `value` of a delegatecall to match parent `value` (#26632)
2 years ago
..
runtime all: implement withdrawals (EIP-4895) (#26484) 2 years ago
testdata core/vm: add bn256ScalarMul testcase for zero scalar value (#26607) 2 years ago
analysis.go core/vm: optimize jumpdest analysis (#23500) 2 years 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 core/vm: simplify op lookup in contract (#23974) 3 years ago
contracts.go core/vm: use optimized bigint (#26021) 2 years ago
contracts_test.go all: replace uses of ioutil with io and os (#24869) 2 years ago
doc.go core/vm: remove JIT VM codes (#16362) 7 years ago
eips.go core/vm: implement EIP-3860: Limit and meter initcode (#23847) 2 years ago
errors.go core/vm: implement EIP-3860: Limit and meter initcode (#23847) 2 years ago
evm.go core/vm: set tracer-observable `value` of a delegatecall to match parent `value` (#26632) 2 years ago
gas.go core/vm: use uint256 in EVM implementation (#20787) 4 years ago
gas_table.go core/vm: implement EIP-3860: Limit and meter initcode (#23847) 2 years ago
gas_table_test.go core/vm: implement EIP-3860: Limit and meter initcode (#23847) 2 years ago
instructions.go core/vm: improve EVM instance reusability (#26341) 2 years ago
instructions_test.go core/vm: improve EVM instance reusability (#26341) 2 years ago
interface.go core: implement EIP-3651, warm coinbase (#25819) 2 years ago
interpreter.go core/vm: improve EVM instance reusability (#26341) 2 years ago
interpreter_test.go all: add whitespace linter (#25312) 2 years ago
jump_table.go core/vm: enable EIP-3855 (PUSH0) in Shanghai (#26475) 2 years ago
jump_table_test.go core/vm: deepcopy jumptable when enabling extra eips (#26137) 2 years ago
logger.go eth/tracers, core/vm: remove `time` from trace output and tracing interface (#26291) 2 years ago
memory.go core/vm: optimize Memory.Set32 (#24847) 2 years ago
memory_table.go core/vm: Rename SHA3 instruction to KECCAK256 (#23976) 3 years ago
opcodes.go all: implement EIP-1153 transient storage (#26003) 2 years ago
operations_acl.go core/vm: fix sstore gas comment type (#24583) 3 years 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