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 9be2e010c1
core/state, core/vm: Nyota contract create init simplification (#30409)
5 months ago
..
runtime core/state: state reader abstraction (#29761) 6 months ago
testdata core/vm: update gascosts for BLS12-381 + use gnark instead of kilic (#29441) 10 months ago
analysis.go
analysis_test.go all: use min/max/clear from go1.21 (#29307) 11 months ago
common.go cmd, core, params, trie: add verkle access witness gas charging (#29338) 10 months ago
contract.go cmd, core, params, trie: add verkle access witness gas charging (#29338) 10 months ago
contracts.go internal/ethapi: eth_multicall (#27720) 6 months ago
contracts_fuzz_test.go eth/tracers: live chain tracing with hooks (#29189) 11 months ago
contracts_test.go core/vm: add KZG benchmark (#29583) 10 months ago
doc.go
eips.go cmd, core, params, trie: add verkle access witness gas charging (#29338) 10 months ago
errors.go core/vm: better error-info for vm errors (#29354) 11 months ago
evm.go core/state, core/vm: Nyota contract create init simplification (#30409) 5 months ago
gas.go
gas_table.go cmd, core, params, trie: add verkle access witness gas charging (#29338) 10 months ago
gas_table_test.go core/state: state reader abstraction (#29761) 6 months ago
instructions.go core/vm: reuse Memory instances (#30137) 6 months ago
instructions_test.go core/state: state reader abstraction (#29761) 6 months ago
interface.go all: stateless witness builder and (self-)cross validator (#29719) 8 months ago
interpreter.go core/vm: reuse Memory instances (#30137) 6 months ago
interpreter_test.go core/state: state reader abstraction (#29761) 6 months ago
jump_table.go core/vm: improved stack swap performance (#30249) 7 months ago
jump_table_export.go
jump_table_test.go
memory.go core/vm: reuse Memory instances (#30137) 6 months ago
memory_table.go
memory_test.go
opcodes.go
operations_acl.go core/vm: remove panic when address is not present (#30414) 5 months ago
operations_verkle.go trie, core/state: Nyota EIP-6800 & EIP-4762 spec updates (#30357) 6 months ago
stack.go core/vm: improved stack swap performance (#30249) 7 months ago
stack_table.go