Commit Graph

61 Commits (c4a662176ec11b9d5718904ccefee753637ab377)

Author SHA1 Message Date
lmittmann 5b1a04b9c7
eth/filters, ethclient/gethclient: add fullTx option to pending tx filter (#25186) 2 years ago
Martin Holst Swende 5a02b2d6d0
all: fix spelling mistakes (#25961) 2 years ago
Martin Holst Swende 067bac3f24
core, ethclient/gethclient: improve flaky tests (#25918) 2 years ago
Janko Simonovic 1a63a76fcc
ethclient/gethclient: fix bugs in override object encoding (#25616) 2 years ago
rjl493456442 dea1fb3cfc
all: cleanup tests (#25641) 2 years ago
Rachel Bousfield 8df8eb4e7a
ethclient: add 'finalized' and 'safe' block number support (#25580) 2 years ago
Sina Mahmoodi 36874b63a1
eth/filters: add global block logs cache (#25459) 2 years ago
Justin Traglia 2c5648d891
all: fix some typos (#25551) 2 years ago
rjl493456442 a41ea8a97c
all: cleanup the APIs for initializing genesis (#25473) 2 years ago
lightclient 9ad508018e
ethereum, ethclient: add FeeHistory support (#25403) 2 years ago
Delweng b196ad1c16
all: add whitespace linter (#25312) 2 years ago
Felipe Strozberg f5ff022dbc
ethclient: add PeerCount method (#24849) 2 years ago
Joshua Gutow 84041e8f31
ethclient/gethclient: return storage proofs in GetProof (#24697) 2 years ago
zhiqiangxu e98114da4f
ethclient: add CallContractAtHash (#24355) 3 years ago
Felix Lange 0169d579d0
ethclient: fix unmarshaling of ethereum.SyncProgress (#24199) 3 years ago
Péter Szilágyi c10a0a62c3
eth: request id dispatcher and direct req/reply APIs (#23576) 3 years ago
Lee Bousfield 16341e0563
ethclient: fix tx sender cache miss detection (#23877) 3 years ago
Harry Dutton 3ce9f6d96f
ethclient: fix typo (#23778) 3 years ago
Martin Holst Swende 1b34283810
ethclient, accounts/keystore: fix flaky tests (#23599) 3 years ago
Marius van der Wijden 2faf796d2a
internal/ethapi: fix panic in accesslist creation (#23225) 3 years ago
Marius van der Wijden e7c8693635
internal/ethapi: fix panic in access list creation (#23133) 3 years ago
Marius van der Wijden acdf9238fb
ethclient/gethclient: RPC client wrapper for geth-specific API (#22977) 3 years ago
Péter Szilágyi 7a7abe3de8
accounts/abi/bind: fix bounded contracts and sim backend for 1559 (#23038) 3 years ago
meowsbits aa8b2189c6
ethclient: fix error handling for header test (#22514) 4 years ago
lightclient bbfb1e4008
all: add support for EIP-2718, EIP-2930 transactions (#21502) 4 years ago
gary rong 098a2b6e26
eth: move eth.Config to a common package (#22205) 4 years ago
Marius van der Wijden 889f5645b5
ethclient: better test suite for ethclient package (#22127) 4 years ago
Mason Fischer cf2a77af28
ethclient: fix BlockNumber (#21565) 4 years ago
Dan Sosedoff 1167639524
ethclient: add BlockNumber method (#21500) 4 years ago
rene c0c01612e9
node: refactor package node (#21105) 4 years ago
Sammy Libre 7163a6664e
ethclient: serialize negative block number as "pending" (#21177) 4 years ago
Felix Lange c013192ba7 ethclient: remove use of common.ToHex (#20326) 5 years ago
Felix Lange 2b54666018 ethclient, internal/ethapi: add support for EIP-695 (eth_chainId) (#19694) 5 years ago
Dmitry Shulyak 15f24ff189 ethclient: ensure tx json is not nil before accessing it (#19653) 5 years ago
Martin Holst Swende 5036992b06 eth, les: add error when accessing missing block state (#18346) 5 years ago
tamirms b16cc501a8 ethclient: include block hash from FilterQuery (#17996) 6 years ago
Steven Roose 69c52bde3f ethclient: fix RPC parse error of Parity response (#16924) 6 years ago
Lorenzo Manacorda b15eb665ee ethclient: add DialContext and Close (#16318) 7 years ago
Ivo Georgiev 315b9b18df ethclient: remove empty object in newHeads subscription call (#16454) 7 years ago
Péter Szilágyi 6f69cdd109
all: switch gas limits from big.Int to uint64 7 years ago
Felix Lange d78ad226c2 ethclient, mobile: add TransactionSender (#15127) 7 years ago
Jim McDonald bc0e6a5e68 ethclient: add NetworkID method (#14791) 7 years ago
Péter Szilágyi a56f3dc0d9 core, ethclient: implement Metropolis EIP 98 (#14750) 7 years ago
Jim McDonald 60e27b51bc ethclient: fix TransactionByHash pending return value. (#14663) 7 years ago
Felix Lange c213fd1fd8 all: import "context" instead of "golang.org/x/net/context" 8 years ago
Felix Lange 7731061903 core/vm: move Log to core/types 8 years ago
Bas van Kervel 8bc545be2a
ethclient: hex encode request args for TransactionInBlock 8 years ago
Bas van Kervel 021177ca9b ethclient: pass ptr when parsing eth_getTransactionByHash result 8 years ago
Felix Lange 3bc0fe1ee3 ethclient, ethereum: add NotFound, split transactions out of ChainReader 8 years ago
Felix Lange fa0cc27400 ethclient: use package hexutil for number encoding 8 years ago