Commit Graph

508 Commits (31a6418d775807b7f272b7d84558456a1f066503)

Author SHA1 Message Date
Péter Szilágyi 48d05c43c9
all: get rid of custom MaxUint64 and MaxUint64 (#30636) 2 weeks ago
Sina M 978ca5fc5e
eth/tracers: various fixes (#30540) 3 weeks ago
Martin HS 5adc314817
build: update to golangci-lint 1.61.0 (#30587) 3 weeks ago
Martin HS 56c4f2bfd4
core/vm, cmd/evm: implement eof validation (#30418) 1 month ago
jwasinger 80b529ea71
core/vm: more benchmarks for bls g1/g2-multiexp precompiles (#30459) 1 month ago
Karol Chojnowski 55ed8fef0b
core/tracing, core/vm: add ContractCode to the OpContext (#30466) 1 month ago
Péter Szilágyi 9326a118c7
beacon, core, eth, miner: integrate witnesses into production Geth (#30069) 2 months ago
Guillaume Ballet 9be2e010c1
core/state, core/vm: Nyota contract create init simplification (#30409) 2 months ago
Dylan Vassallo ec69830b6f
core/vm: remove panic when address is not present (#30414) 2 months ago
Sina M 8f4fac7b86
internal/ethapi: eth_multicall (#27720) 2 months ago
rjl493456442 623b17ba20
core/state: state reader abstraction (#29761) 2 months ago
Ignacio Hagopian ab3ee99ca9
trie, core/state: Nyota EIP-6800 & EIP-4762 spec updates (#30357) 2 months ago
lmittmann fc88cea648
core/vm: reuse Memory instances (#30137) 3 months ago
Arran Schlosberg 710c3f32ac
vm: simplify error handling in `vm.EVM.create()` (#30292) 3 months ago
lmittmann 4a3aed380e
core/vm: use uint64 in memory for indices everywhere (#30252) 3 months ago
lmittmann b37ac5c102
core/vm: improved stack swap performance (#30249) 3 months ago
lightclient dbc1d04f5e
core/vm/runtime: ensure tracer benchmark calls `OnTxStart` (#30257) 3 months ago
gitglorythegreat 06f1d077d3
all: replace division with right shift if possible (#29911) 4 months ago
jwasinger ed8fd0ac09
all: stateless witness builder and (self-)cross validator (#29719) 4 months ago
jwasinger 85587d5ef2
cmd, core: prefetch reads too from tries if requested (#29807) 5 months ago
Martin HS 42471d7a3e
core/vm/runtime: set random to enable merge-opcodes (#29799) 5 months ago
Guillaume Ballet 44a50c9f96
cmd, core, params, trie: add verkle access witness gas charging (#29338) 6 months ago
Hteev Oli 47af69c2bc
core, beacon, ethdb: fix typos (#29748) 6 months ago
Aaron Chen bc609e852a
core/vm: remove redundant error checks (#29692) 6 months ago
Marius van der Wijden bd6bc37eec
core/vm: add subgroup checks for mul/mulexp for G1/G2 (#29637) 6 months ago
Aaron Chen ea89f9adf0
core/vm: remove a redundant zero check in opAddmod (#29672) 6 months ago
Martin HS 0d4c38865e
core/state: remove account reset operation v2 (#29520) 7 months ago
Mario Vega 94579932b1
core/vm: fix Prague contracts (#29612) 7 months ago
Marius van der Wijden 2e06fbd409
core/vm: add KZG benchmark (#29583) 7 months ago
Martin HS 823719b9e1
core/vm: enable bls-precompiles for Prague (#29552) 7 months ago
Devon Bear 92da96b7d5
core/vm: refactor push-functions to use `min` builtin (#29515) 7 months ago
Marius van der Wijden f437307877
core/vm: update gascosts for BLS12-381 + use gnark instead of kilic (#29441) 7 months ago
Abirdcfly b179b7b8e7
all: remove duplicate word in comments (#29531) 7 months ago
cui 3caf617dcd
core/vm: move bls precompiles to correct addresses (#29445) 7 months ago
rjl493456442 c170cc0ab0
core/vm: reject contract creation if the storage is non-empty (#28912) 7 months ago
Martin HS 7aafad2233
core/vm: better error-info for vm errors (#29354) 7 months ago
Aaron Chen 723b1e36ad
all: fix mismatched names in comments (#29348) 7 months ago
Sina M 064f37d6f6
eth/tracers: live chain tracing with hooks (#29189) 8 months ago
Martin HS 14eb8967be
all: use min/max/clear from go1.21 (#29307) 8 months ago
cui 5a1e8a6547
core: delete unused ErrMaxInitCodeSizeExceeded (#29062) 8 months ago
cui 02d77c98f9
core: using math.MaxUint64 instead of 0xffffffffffffffff (#29094) 8 months ago
Martin HS ac0ff04460
core/vm, params: ensure order of forks, prevent overflow (#29023) 9 months ago
cui 5d984796af
core: using math.MaxUint64 instead of 0xffffffffffffffff (#29022) 9 months ago
lmittmann 199e0c9ff5
core/state, core/vm: minor uint256 related perf improvements (#28944) 9 months ago
Dimitris Apostolou 8fd43c8013
all: fix typos in comments (#28881) 9 months ago
trocher 2dc74770a7
core/vm: fix misleading comment (#28860) 10 months ago
Martin HS a5a4fa7032
all: use uint256 in state (#28598) 10 months ago
Darioush Jalali 29b73555ae
core/state: unexport GetOrNewStateObject (#28804) 10 months ago
Darioush Jalali 2365d77968
core/vm: update comments to match eip number (#28743) 10 months ago
alex edc864f9ba
all: fix typos in comments (#28682) 11 months ago