aboutsummaryrefslogtreecommitdiffstats
path: root/ethclient
Commit message (Expand)AuthorAgeFilesLines
* ethclient: include block hash from FilterQuery (#17996)tamirms2018-11-082-11/+145
* ethclient: fix RPC parse error of Parity response (#16924)Steven Roose2018-06-111-6/+12
* ethclient: add DialContext and Close (#16318)Lorenzo Manacorda2018-04-191-1/+9
* ethclient: remove empty object in newHeads subscription call (#16454)Ivo Georgiev2018-04-091-1/+1
* all: switch gas limits from big.Int to uint64Péter Szilágyi2018-01-031-6/+6
* ethclient, mobile: add TransactionSender (#15127)Felix Lange2017-10-012-20/+124
* ethclient: add NetworkID method (#14791)Jim McDonald2017-08-011-0/+13
* core, ethclient: implement Metropolis EIP 98 (#14750)Péter Szilágyi2017-07-171-2/+0
* ethclient: fix TransactionByHash pending return value. (#14663)Jim McDonald2017-06-211-2/+2
* all: import "context" instead of "golang.org/x/net/context"Felix Lange2017-03-231-1/+1
* core/vm: move Log to core/typesFelix Lange2017-01-061-4/+3
* Merge pull request #3505 from bas-vk/txinblockPéter Szilágyi2017-01-041-1/+1
|\
| * ethclient: hex encode request args for TransactionInBlockBas van Kervel2017-01-031-1/+1
* | ethclient: pass ptr when parsing eth_getTransactionByHash resultBas van Kervel2016-12-221-1/+1
|/
* ethclient, ethereum: add NotFound, split transactions out of ChainReaderFelix Lange2016-12-052-16/+35
* ethclient: use package hexutil for number encodingFelix Lange2016-12-051-2/+2
* ethclient: don't crash if server returns null uncle headerFelix Lange2016-12-051-0/+3
* ethclient: "addresses" -> "address" in filter query encodingFelix Lange2016-11-281-1/+1
* ethclient: use package hexutil for JSON handlingFelix Lange2016-11-281-34/+35
* core/types, params: EIP#155Jeffrey Wilcke2016-11-131-2/+6
* all: update license informationFelix Lange2016-11-091-0/+16
* ethclient: changed TransactionByHash to only pass one argument to api method ...Steven Roose2016-10-281-1/+1
* ethclient: bugfix retrieving logsBas van Kervel2016-09-211-2/+2
* ethclient: fix new block->header subscription endpointPéter Szilágyi2016-09-081-1/+1
* ethereum, ethclient: add SyncProgress API endpointPéter Szilágyi2016-09-062-0/+34
* ethclient: add initial implementation of the typed RPC clientFelix Lange2016-08-102-0/+399