Commit Graph

501 Commits (7513966d6e0620f2ec0ff78a234a839da16ffc2b)

Author SHA1 Message Date
Guillaume Ballet 9be2e010c1
core/state, core/vm: Nyota contract create init simplification (#30409) 7 days ago
Dylan Vassallo ec69830b6f
core/vm: remove panic when address is not present (#30414) 1 week ago
Sina M 8f4fac7b86
internal/ethapi: eth_multicall (#27720) 2 weeks ago
rjl493456442 623b17ba20
core/state: state reader abstraction (#29761) 2 weeks ago
Ignacio Hagopian ab3ee99ca9
trie, core/state: Nyota EIP-6800 & EIP-4762 spec updates (#30357) 3 weeks ago
lmittmann fc88cea648
core/vm: reuse Memory instances (#30137) 1 month ago
Arran Schlosberg 710c3f32ac
vm: simplify error handling in `vm.EVM.create()` (#30292) 1 month ago
lmittmann 4a3aed380e
core/vm: use uint64 in memory for indices everywhere (#30252) 1 month ago
lmittmann b37ac5c102
core/vm: improved stack swap performance (#30249) 1 month ago
lightclient dbc1d04f5e
core/vm/runtime: ensure tracer benchmark calls `OnTxStart` (#30257) 1 month ago
gitglorythegreat 06f1d077d3
all: replace division with right shift if possible (#29911) 3 months ago
jwasinger ed8fd0ac09
all: stateless witness builder and (self-)cross validator (#29719) 3 months ago
jwasinger 85587d5ef2
cmd, core: prefetch reads too from tries if requested (#29807) 3 months ago
Martin HS 42471d7a3e
core/vm/runtime: set random to enable merge-opcodes (#29799) 4 months ago
Guillaume Ballet 44a50c9f96
cmd, core, params, trie: add verkle access witness gas charging (#29338) 4 months ago
Hteev Oli 47af69c2bc
core, beacon, ethdb: fix typos (#29748) 4 months ago
Aaron Chen bc609e852a
core/vm: remove redundant error checks (#29692) 5 months ago
Marius van der Wijden bd6bc37eec
core/vm: add subgroup checks for mul/mulexp for G1/G2 (#29637) 5 months ago
Aaron Chen ea89f9adf0
core/vm: remove a redundant zero check in opAddmod (#29672) 5 months ago
Martin HS 0d4c38865e
core/state: remove account reset operation v2 (#29520) 5 months ago
Mario Vega 94579932b1
core/vm: fix Prague contracts (#29612) 5 months ago
Marius van der Wijden 2e06fbd409
core/vm: add KZG benchmark (#29583) 5 months ago
Martin HS 823719b9e1
core/vm: enable bls-precompiles for Prague (#29552) 5 months ago
Devon Bear 92da96b7d5
core/vm: refactor push-functions to use `min` builtin (#29515) 5 months ago
Marius van der Wijden f437307877
core/vm: update gascosts for BLS12-381 + use gnark instead of kilic (#29441) 5 months ago
Abirdcfly b179b7b8e7
all: remove duplicate word in comments (#29531) 5 months ago
cui 3caf617dcd
core/vm: move bls precompiles to correct addresses (#29445) 5 months ago
rjl493456442 c170cc0ab0
core/vm: reject contract creation if the storage is non-empty (#28912) 5 months ago
Martin HS 7aafad2233
core/vm: better error-info for vm errors (#29354) 6 months ago
Aaron Chen 723b1e36ad
all: fix mismatched names in comments (#29348) 6 months ago
Sina M 064f37d6f6
eth/tracers: live chain tracing with hooks (#29189) 6 months ago
Martin HS 14eb8967be
all: use min/max/clear from go1.21 (#29307) 6 months ago
cui 5a1e8a6547
core: delete unused ErrMaxInitCodeSizeExceeded (#29062) 7 months ago
cui 02d77c98f9
core: using math.MaxUint64 instead of 0xffffffffffffffff (#29094) 7 months ago
Martin HS ac0ff04460
core/vm, params: ensure order of forks, prevent overflow (#29023) 7 months ago
cui 5d984796af
core: using math.MaxUint64 instead of 0xffffffffffffffff (#29022) 7 months ago
lmittmann 199e0c9ff5
core/state, core/vm: minor uint256 related perf improvements (#28944) 8 months ago
Dimitris Apostolou 8fd43c8013
all: fix typos in comments (#28881) 8 months ago
trocher 2dc74770a7
core/vm: fix misleading comment (#28860) 8 months ago
Martin HS a5a4fa7032
all: use uint256 in state (#28598) 8 months ago
Darioush Jalali 29b73555ae
core/state: unexport GetOrNewStateObject (#28804) 8 months ago
Darioush Jalali 2365d77968
core/vm: update comments to match eip number (#28743) 9 months ago
alex edc864f9ba
all: fix typos in comments (#28682) 9 months ago
Martin Holst Swende 2391fbc676
tests/fuzzers: move fuzzers into native packages (#28467) 10 months ago
Sina Mahmoodi e803ef09ad
eth/tracers/js: fix isPush for push0 (#28520) 10 months ago
Péter Szilágyi 470dba8fc1
core/vm: set basefee to 0 internally on eth_call (#28470) 11 months ago
lmittmann a3be38127c
core/vm: performance tweak of `OpCode.String()` (#28453) 11 months ago
kevaundray a6a0ae45b6
crypto/kzg4844: use the new trusted setup file and format (#28383) 11 months ago
0xbstn fa6107c85e
core: fix typos (#28255) 12 months ago
Marius van der Wijden c39cbc1a78
core: implement BLOBBASEFEE opcode (0x4a) (#28098) 12 months ago