Commit Graph

39 Commits (d0fd1331f16bf4a075338d70548492ae042ee327)

Author SHA1 Message Date
lightclient f94baab238
internal/ethapi: fix state override test (#30228) 2 months ago
caseylove ac0f220040
eth/tracers, internal/ethapi: remove unnecessary map pointer in state override (#30094) 2 months ago
rjl493456442 766ce23032
core/state: fix SetStorage override behavior (#30185) 2 months ago
Mobin Mohanan 7224576fba
core, eth/protocols/snap, internal/ethapi: remove redundant types (#29841) 4 months ago
lightclient 2e8e35f2ad
all: refactor so `NewBlock`, `WithBody` take `types.Body` (#29482) 5 months ago
Ryan Schneider 1ec7af2612
eth: Add eth_blobBaseFee RPC and blob fields to eth_feeHistory (#29140) 5 months ago
Martin HS 7ee9a6e89f
signer: implement blob txs sendtxargs, enable blobtx-signing (#28976) 6 months ago
Martin HS 14cc967d19
all: remove dependency on golang.org/exp (#29314) 6 months ago
Martin HS d5bacfa4de
crypto/kz4844: pass blobs by ref (#29050) 6 months ago
Marius van der Wijden d8e0807da2
miner: refactor the miner, make the pending block on demand (#28623) 7 months ago
Tom 588c5480fd
internal/ethapi: delete needless error check (#29127) 7 months ago
buddho 9986a69c25
internal/ethapi: pass in accesslist in test (#29089) 7 months ago
Martin HS ac0ff04460
core/vm, params: ensure order of forks, prevent overflow (#29023) 7 months ago
Sina Mahmoodi 95741b1844
core: move genesis alloc types to core/types (#29003) 7 months ago
Sina Mahmoodi ac5aa672d3
internal/ethapi: add support for blobs in eth_fillTransaction (#28839) 7 months ago
rjl493456442 78a3c32ef4
core, core/rawdb, eth/sync: no tx indexing during snap sync (#28703) 8 months ago
Sina Mahmoodi e5d5e09faa
internal/ethapi: handle blobs in API methods (#28786) 8 months ago
Péter Szilágyi 61b844f2b2
eth/gasestimator: allow slight estimation error in favor of less iterations (#28618) 10 months ago
Péter Szilágyi 1e28e0bb03
eth/gasestimator, internal/ethapi: move gas estimator out of rpc (#28600) 10 months ago
Péter Szilágyi 2a2013014c
eth, internal/ethapi: drop some weird indirection (#28597) 10 months ago
Péter Szilágyi 470dba8fc1
core/vm: set basefee to 0 internally on eth_call (#28470) 11 months ago
Sina Mahmoodi 0ded110b80
core: infer blobGasUsed in chain maker (#28212) 12 months ago
Sina Mahmoodi adb9b319c9
internal/ethapi: eth_call block parameter is optional (#28165) 12 months ago
Delweng 9f4a528793
internal/ethapi: add testcases for blobTx (#27818) 1 year ago
Delweng f1801a9fed
internal/ethapi: implement eth_getBlockReceipts (#27702) 1 year ago
Péter Szilágyi be65b47645
all: update golang/x/ext and fix slice sorting fallout (#27909) 1 year ago
Amin Talebi eeebb07c73
internal/ethapi: add state override to estimateGas (#27845) 1 year ago
Felix Lange bb148dd342
core/types: support yParity field in JSON transactions (#27744) 1 year ago
Delweng 5d035043ea
internal/ethapi: add more testcase for GetTransactionReceipt (#27527) 1 year ago
Delweng aecf3f9579
internal/blocktest: add package for shared test code (#27270) 1 year ago
Dan Laine 87e510d963
internal/ethapi, les: use slices package for sorting (#27492) 1 year ago
Péter Szilágyi d40a255e97
all: move main transaction pool into a subpool (#27463) 1 year ago
hero5512 5ac4da3653
internal/ethapi: remove error return on RPCMarshalBlock (#27449) 1 year ago
Delweng c57b3436f4
internal/ethapi: add more testcases for block/header rpc (#27325) 1 year ago
Delweng 6e3aa86a2b
internal/ethapi: minor refactor in block serialization (#27268) 1 year ago
makcandrov dffd804ca2
internal/ethapi: remove unused err-return (#27240) 1 year ago
Sina Mahmoodi ae66009640
internal/ethapi: add block overrides to eth_call (#26414) 1 year ago
Péter Szilágyi bbc565ab05
core/types, params: add blob transaction type, RLP encoded for now (#27049) 1 year ago
Adrian Sutton 39be753bf5
internal/ethapi: add tests for transaction types JSON marshal/unmarshal (#26667) 2 years ago