Commit Graph

48 Commits (85a4b82b3373fc5f3fa8b7c68061c55b0db0e9b7)

Author SHA1 Message Date
Delweng c8b0afb2c4
ethclient: acquire the rpc.Client (#27246) 1 year ago
norwnd df383addee
ethclient: ensure returned subscription is nil on error (#26976) 2 years ago
Felix Lange 4688d3c8f4
ethclient: fix panic when requesting missing blocks (#26817) 2 years ago
Peter (bitfly) e1b98f49a5
ethclient: include withdrawals in ethclient block responses (#26778) 2 years ago
rjl493456442 fe01a2f63b
all: use unified emptyRootHash and emptyCodeHash (#26718) 2 years ago
ligi bc90a88263
ethclient: docs, fix misleading comment (#26189) 2 years ago
Rachel Bousfield 8df8eb4e7a
ethclient: add 'finalized' and 'safe' block number support (#25580) 2 years ago
lightclient 9ad508018e
ethereum, ethclient: add FeeHistory support (#25403) 2 years ago
Felipe Strozberg f5ff022dbc
ethclient: add PeerCount method (#24849) 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
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
lightclient bbfb1e4008
all: add support for EIP-2718, EIP-2930 transactions (#21502) 4 years ago
Mason Fischer cf2a77af28
ethclient: fix BlockNumber (#21565) 4 years ago
Dan Sosedoff 1167639524
ethclient: add BlockNumber method (#21500) 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
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
Felix Lange 4cb29bde2e ethclient: don't crash if server returns null uncle header 8 years ago
Felix Lange 91bceb4ace ethclient: "addresses" -> "address" in filter query encoding 8 years ago
Felix Lange 1609df3275 ethclient: use package hexutil for JSON handling 8 years ago
Jeffrey Wilcke 4dca5d4db7 core/types, params: EIP#155 8 years ago
Steven Roose 7770304576 ethclient: changed TransactionByHash to only pass one argument to api method (#3209) 8 years ago
Bas van Kervel 5bb517355e ethclient: bugfix retrieving logs 8 years ago
Péter Szilágyi ca37730c9d ethclient: fix new block->header subscription endpoint 8 years ago
Péter Szilágyi 2924fdfcf7 ethereum, ethclient: add SyncProgress API endpoint 8 years ago
Felix Lange 46621fd2c3 ethclient: add initial implementation of the typed RPC client 8 years ago