Commit Graph

320 Commits (53f3c2ae656cd860a700751b6c5f81ca9c66503d)

Author SHA1 Message Date
Martin Holst Swende 6aa88ccdd2
beacon/engine, eth/catalyst, miner: EIP-4788 CL/EL protocol updates (#27872) 1 year ago
Felix Lange 4c7053baf1
core: add BeaconRoot to header in GenerateChain (#27974) 1 year ago
Delweng 9f4a528793
internal/ethapi: add testcases for blobTx (#27818) 1 year ago
Marius van der Wijden 7dea9c10cd
internal/ethapi: eth API changes needed for 4844 (#27928) 1 year ago
Roberto Bayardo 950ccddfc8
internal/ethapi: optimize & clean up EstimateGas (#27710) 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
Christopher Harrison 60070fe5c6
internal/ethapi, graphql: correct comments about gas price logic (#27752) 1 year ago
Felix Lange bb148dd342
core/types: support yParity field in JSON transactions (#27744) 1 year ago
Delweng 7c95ebd63d
consensus/misc: move eip1559 into a package (#27828) 1 year ago
Delweng 5d035043ea
internal/ethapi: add more testcase for GetTransactionReceipt (#27527) 1 year ago
Delweng 10a136a4f9
internal: early exit if tx for getTxReceipt not found (#27712) 1 year ago
Delweng aecf3f9579
internal/blocktest: add package for shared test code (#27270) 1 year ago
James Prestwich fd5d2ef0a6
internal/ethapi: quantity-encode storage keys in eth_getProof response (#27309) 1 year ago
jwasinger 8c288b528d
internal/ethapi: use same state for each invocation within EstimateGas (#27505) 1 year ago
rjl493456442 ceca4578ca
trie: remove parameter 'fromLevel' in Prove (#27512) 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
James Prestwich 61dcf76230
internal/ethapi: prevent unnecessary resource usage in eth_getProof implementation (#27310) 1 year ago
Delweng c57b3436f4
internal/ethapi: add more testcases for block/header rpc (#27325) 1 year ago
Delweng 1816cdc9fd
internal/ethapi: don't return header size from rpc (#27347) 1 year ago
Delweng b21ba668e6
internal,tests: replace noarg fmt.Errorf with errors.New (#27335) 1 year ago
Alex Mylonas ae1d90e710
internal/ethapi: make NewAccount return EIP-55 format (#26973) 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
zhiqiangxu 0b66d47449
internal/ethapi: make EstimateGas use `latest` block by default (#24363) 1 year ago
Péter Szilágyi dde2da0efb
all: remove ethash pow, only retain shims needed for consensus and tests (#27178) 1 year ago
David Dzhalaev 29c33d9bab
graphql, internal: fix typos in comments (#27184) 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
Martin Holst Swende ab1a404b01
all: remove debug-field from vm config (#27048) 1 year ago
aaronbuchwald b1acaf47aa
eth/gasprice: change feehistory input type from int to uint64 (#26922) 2 years ago
Darioush Jalali f733657383
internal/ethapi: avoid int overflow in GetTransactionReceipt (#26911) 2 years ago
Roberto Bayardo 67ac5f0ae7
core, core/types: plain Message struct (#25977) 2 years ago
Adrian Sutton 39be753bf5
internal/ethapi: add tests for transaction types JSON marshal/unmarshal (#26667) 2 years ago
Felix Lange 87186148e0
core/types: add EffectiveGasPrice in Receipt (#26713) 2 years ago
Péter Szilágyi cd31f2dee2
all: change chain head markers from block to header (#26777) 2 years ago
Sina Mahmoodi 2def62b99b
eth/filters: avoid block body retrieval when no matching logs (#25199) 2 years ago
Felix Lange 31d401ea68
rpc: remove DecimalOrHex type (#26629) 2 years ago
lightclient bd6a05e1ee
internal/ethapi: always return block withdrawals if present (#26565) 2 years ago
Marius van der Wijden 2a2b0419fb
all: implement withdrawals (EIP-4895) (#26484) 2 years ago
Martin Holst Swende 2b57a27d9e
all: make timestamp-based fork checks based on uint64 (#26474) 2 years ago
Martin Holst Swende 7a489623ac
core/state: remove notion of fake storage (#24916) 2 years ago
Marius van der Wijden efc9409ca9
params: core: enable shanghai based on timestamps 2 years ago
rjl493456442 01808421e2
core/state: return error when storage trie can't be opened (#26350) 2 years ago
Martin Holst Swende 8c5ce1107b
eth/filters: send rpctransactions in pending-subscription (#26126) 2 years ago
s7v7nislands 9b9a1b677d
internal/ethapi, accounts/abi/backends: use error defined in core (#26012) 2 years ago
Martin Holst Swende 5a02b2d6d0
all: fix spelling mistakes (#25961) 2 years ago