Commit Graph

66 Commits (7a149a159a609f5c0a1eb0cc76dc27a944a1007b)

Author SHA1 Message Date
shivhg 95715fdb03
eth/downloader, graphql: fix typos (#29243) 6 months ago
Martin HS a5a4fa7032
all: use uint256 in state (#28598) 8 months ago
rjl493456442 78a3c32ef4
core, core/rawdb, eth/sync: no tx indexing during snap sync (#28703) 8 months ago
Delweng 7ea860d665
graphql: type of yParity from Long to BigInt (#28456) 11 months ago
Delweng abe3fca1de
graphql: fix an issue of nil pointer panic (#28416) 11 months ago
Delweng f7b62e5506
graphql: logs return error if from block > to (#28412) 11 months ago
Delweng 43e6a3c196
graphql: return error if block from>to (#28393) 11 months ago
Delweng 8514d665ee
graphql: add 4844 blob fields (#27963) 1 year ago
Sina Mahmoodi 5e89ff4d6b
graphql: validate block params (#27876) 1 year ago
Delweng 10d9f9377b
graphql: add yParity field for transactions (#27882) 1 year ago
Martin Holst Swende 0d772b9f09
graphql: avoid greedy allocation (#27873) 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
Delweng 7c95ebd63d
consensus/misc: move eip1559 into a package (#27828) 1 year ago
Sina Mahmoodi fbe432fa15
graphql: implement withdrawals (EIP-4895) (#27072) 1 year ago
John Chase 78f7a6b7f2
graphql: simplify tx resolve (#27285) 1 year ago
zhiqiangxu 0b66d47449
internal/ethapi: make EstimateGas use `latest` block by default (#24363) 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
Sina Mahmoodi 2f98dd3838
graphql: encode Long values as hex (#26894) 1 year ago
Sina Mahmoodi 62fb7d3f85
graphql: revert storage access regression (#27007) 2 years ago
Sina Mahmoodi a236e03d00
graphql: fix data races (#26965) 2 years ago
Péter Szilágyi cd31f2dee2
all: change chain head markers from block to header (#26777) 2 years ago
Sina Mahmoodi 818ff32ff5
graphql: fixes missing tx logs (#25745) 2 years ago
Sina Mahmoodi 8cfcb41e57
graphql: return correct logs for tx (#25612) 2 years ago
Sina Mahmoodi 36874b63a1
eth/filters: add global block logs cache (#25459) 2 years ago
Felix Lange f809cf6ea6
graphql: embed *Resolver instead of backend interface (#25468) 2 years ago
Sina Mahmoodi 29a6b6bcac
graphql: add raw fields to block and tx (#24816) 2 years ago
Sina Mahmoodi 440c9fcf75
graphql: fix long literal passed in a variable (#24864) 2 years ago
Sina Mahmoodi d73df893a6
graphql: add rawReceipt field to transaction type (#24738) 2 years ago
Sina Mahmoodi 57cec89253
graphql: fee history fields (#24452) 3 years ago
Sina Mahmoodi 862f8e98bc
graphql: fix nonce for pending accounts (#24443) 3 years ago
Sina Mahmoodi 3ccd6b6dbb
graphql: fix block resolving for parent field (#24191) 3 years ago
Sina Mahmoodi c20de3c4bd
graphql: fix pre-byzantium receipt status (#24188) 3 years ago
Sina Mahmoodi c0d17bca52
graphql: check header first in blocks query (#24190) 3 years ago
Péter Szilágyi c10a0a62c3
eth: request id dispatcher and direct req/reply APIs (#23576) 3 years ago
noam-alchemy 633e7ef478
eth,rpc: allow for flag configured timeouts for eth_call (#23645) 3 years ago
Martin Holst Swende 42bc1944a1
graphql: add storage slots to access list (#23650) 3 years ago
Péter Szilágyi 9e17648d8c
les: duplicate downloader and fetcher to allow progressive refactoring 3 years ago
gary rong bef78efb49
graphql: fix transaction API (#23052) 3 years ago
Péter Szilágyi aa69d36152
core, graphql, internal: expose effectiveGasPrice in receipts 3 years ago
Péter Szilágyi c503f98f6d
all: rename internal 1559 gas fields, add support for graphql (#23010) 3 years ago
Martin Holst Swende 5cff9754d7
core, eth, internal, les: RPC methods and fields for EIP 1559 (#22964) 3 years ago
aaronbuchwald 05dab7f6bd
internal/ethapi: remove unused vm.Config parameter of DoCall (#22942) 3 years ago
gary rong 51b32cc7e4
internal/ethapi: merge CallArgs and SendTxArgs (#22718) 3 years ago
AmitBRD adf09aeab1
graphql: add support for tx types and tx access lists (#22491) 4 years ago
lightclient bbfb1e4008
all: add support for EIP-2718, EIP-2930 transactions (#21502) 4 years ago
rene c0862f4f4c
graphql: change receipt status to decimal instead of hex (#22187) 4 years ago
rene 072fd96254
graphql: return decimal for `estimateGas` and `cumulativeGas` queries (#22126) 4 years ago
Antoine Toulme eb2a1dfdd2
graphql: use a decimal representation for gas limit and gas used (#21883) 4 years ago