Commit Graph

385 Commits (25bc07749ce21376e1023a6e16ec173fa3fc4e43)

Author SHA1 Message Date
Martin HS 459bb4a647
core/state: move state log mechanism to a separate layer (#30569) 1 month ago
Péter Szilágyi a5fe7353cf
common: drop BigMin and BigMax, they pollute our dep graph (#30645) 1 month ago
Péter Szilágyi 48d05c43c9
all: get rid of custom MaxUint64 and MaxUint64 (#30636) 1 month ago
Péter Szilágyi 368e16f39d
core, eth, ethstats: simplify chain head events (#30601) 1 month ago
jwasinger 4b9c7821b9
internal/ethapi: refactor `TxArgs.setCancunFeeDefaults` (#30541) 1 month ago
Felix Lange 3a5313f3f3
all: implement EIP-7002 & EIP-7251 (#30571) 1 month ago
Felix Lange 2936b41514
all: implement flat deposit requests encoding (#30425) 1 month ago
Sina M 40fd887df6
internal/ethapi: remove td field from block (#30386) 2 months ago
Sina M f2e13c7e33
internal/ethapi: fix gascap 0 for eth_simulateV1 (#30496) 2 months ago
jwasinger 564b616163
internal/ethapi/api: for simulated calls, set gaspool to max value if global gascap is 0 (#30474) 2 months ago
Håvard Anda Estensen 4c4f21293e
internal: run tests in parallel (#30381) 2 months ago
Sina M 8f4fac7b86
internal/ethapi: eth_multicall (#27720) 3 months ago
Marius van der Wijden b0b67be0a2
all: remove forkchoicer and reorgNeeded (#29179) 3 months ago
lightclient dfd33c7792
all: implement EIP-6110, execution layer triggered deposits (#29431) 3 months ago
lightclient f94baab238
internal/ethapi: fix state override test (#30228) 4 months ago
caseylove ac0f220040
eth/tracers, internal/ethapi: remove unnecessary map pointer in state override (#30094) 4 months ago
rjl493456442 766ce23032
core/state: fix SetStorage override behavior (#30185) 4 months ago
Ha DANG 67a862db9d
cmd/geth, ethdb/pebble: improve database statistic (#29948) 5 months ago
Felix Lange 1e97148249
all: fix inconsistent receiver name and add lint rule for it (#29974) 5 months ago
SangIlMo 682ae838b2
internal/ethapi: recap higher args.Gas with block GasLimit in DoEstimateGas (#29738) 6 months ago
Mobin Mohanan 7224576fba
core, eth/protocols/snap, internal/ethapi: remove redundant types (#29841) 6 months ago
Karl Bartel 0d4cdb3dbe
internal/ethapi: fix typos (#29784) 6 months ago
lightclient 2e8e35f2ad
all: refactor so `NewBlock`, `WithBody` take `types.Body` (#29482) 7 months ago
Martin HS 5e07054589
internal/ethapi: listen to ctx cancellation in access list (#29686) 7 months ago
yujinpark 2f6ff492ae
internal/ethapi: typo (#29636) 7 months ago
Ryan Schneider 1ec7af2612
eth: Add eth_blobBaseFee RPC and blob fields to eth_feeHistory (#29140) 7 months ago
Aaron Chen 34aac1d756
all: use big.Sign to compare with zero (#29490) 8 months ago
Martin HS 7ee9a6e89f
signer: implement blob txs sendtxargs, enable blobtx-signing (#28976) 8 months ago
Matthieu Vachon 738b5a586e
Removes some leftover `err` check (#29339) 8 months ago
Martin HS 14cc967d19
all: remove dependency on golang.org/exp (#29314) 8 months ago
Sina M 064f37d6f6
eth/tracers: live chain tracing with hooks (#29189) 8 months ago
Martin HS d5bacfa4de
crypto/kz4844: pass blobs by ref (#29050) 8 months ago
Marius van der Wijden d8e0807da2
miner: refactor the miner, make the pending block on demand (#28623) 9 months ago
Tom 588c5480fd
internal/ethapi: delete needless error check (#29127) 9 months ago
buddho 9986a69c25
internal/ethapi: pass in accesslist in test (#29089) 9 months ago
maskpp 8bca93e82c
internal/ethapi: pass blob hashes to gas estimation (#29085) 9 months ago
colin b87b9b4533
internal/ethapi:fix zero rpc gas cap in eth_createAccessList (#28846) 9 months ago
ArtificialPB e47a7c22c4
internal/ethapi: use overriden baseFee for gasPrice (#29051) 9 months ago
Sina Mahmoodi b47cf8fe1d
internal/ethapi: fix defaults for blob fields (#29037) 9 months ago
buddho bba3fa9af9
core,eth,internal: fix typo (#29024) 9 months ago
Martin HS ac0ff04460
core/vm, params: ensure order of forks, prevent overflow (#29023) 9 months ago
Sina Mahmoodi 95741b1844
core: move genesis alloc types to core/types (#29003) 9 months ago
Lindlof 4c15d58007
internal/ethapi, signer/core: fix documentation-links (#28979) 9 months ago
maskpp f1c27c286e
internal/ethapi: fix gas estimation bug in eth_fillTransaction for blob tx (#28929) 10 months ago
Sina Mahmoodi ac5aa672d3
internal/ethapi: add support for blobs in eth_fillTransaction (#28839) 10 months ago
zoereco 2ab365f6d8
all: fix docstring names (#28923) 10 months ago
rjl493456442 6b0de79935
core: move tx indexer to its own file (#28857) 10 months ago
Martin HS a5a4fa7032
all: use uint256 in state (#28598) 10 months ago
rjl493456442 78a3c32ef4
core, core/rawdb, eth/sync: no tx indexing during snap sync (#28703) 10 months ago
Sina Mahmoodi e5d5e09faa
internal/ethapi: handle blobs in API methods (#28786) 10 months ago