| Commit message (Expand) | Author | Age | Files | Lines |
* | ethclient: fix RPC parse error of Parity response (#16924) | Steven Roose | 2018-06-11 | 1 | -6/+12 |
* | ethclient: add DialContext and Close (#16318) | Lorenzo Manacorda | 2018-04-19 | 1 | -1/+9 |
* | ethclient: remove empty object in newHeads subscription call (#16454) | Ivo Georgiev | 2018-04-09 | 1 | -1/+1 |
* | all: switch gas limits from big.Int to uint64 | Péter Szilágyi | 2018-01-03 | 1 | -6/+6 |
* | ethclient, mobile: add TransactionSender (#15127) | Felix Lange | 2017-10-01 | 2 | -20/+124 |
* | ethclient: add NetworkID method (#14791) | Jim McDonald | 2017-08-01 | 1 | -0/+13 |
* | core, ethclient: implement Metropolis EIP 98 (#14750) | Péter Szilágyi | 2017-07-17 | 1 | -2/+0 |
* | ethclient: fix TransactionByHash pending return value. (#14663) | Jim McDonald | 2017-06-21 | 1 | -2/+2 |
* | all: import "context" instead of "golang.org/x/net/context" | Felix Lange | 2017-03-23 | 1 | -1/+1 |
* | core/vm: move Log to core/types | Felix Lange | 2017-01-06 | 1 | -4/+3 |
* | Merge pull request #3505 from bas-vk/txinblock | Péter Szilágyi | 2017-01-04 | 1 | -1/+1 |
|\ |
|
| * | ethclient: hex encode request args for TransactionInBlock | Bas van Kervel | 2017-01-03 | 1 | -1/+1 |
* | | ethclient: pass ptr when parsing eth_getTransactionByHash result | Bas van Kervel | 2016-12-22 | 1 | -1/+1 |
|/ |
|
* | ethclient, ethereum: add NotFound, split transactions out of ChainReader | Felix Lange | 2016-12-05 | 2 | -16/+35 |
* | ethclient: use package hexutil for number encoding | Felix Lange | 2016-12-05 | 1 | -2/+2 |
* | ethclient: don't crash if server returns null uncle header | Felix Lange | 2016-12-05 | 1 | -0/+3 |
* | ethclient: "addresses" -> "address" in filter query encoding | Felix Lange | 2016-11-28 | 1 | -1/+1 |
* | ethclient: use package hexutil for JSON handling | Felix Lange | 2016-11-28 | 1 | -34/+35 |
* | core/types, params: EIP#155 | Jeffrey Wilcke | 2016-11-13 | 1 | -2/+6 |
* | all: update license information | Felix Lange | 2016-11-09 | 1 | -0/+16 |
* | ethclient: changed TransactionByHash to only pass one argument to api method ... | Steven Roose | 2016-10-28 | 1 | -1/+1 |
* | ethclient: bugfix retrieving logs | Bas van Kervel | 2016-09-21 | 1 | -2/+2 |
* | ethclient: fix new block->header subscription endpoint | Péter Szilágyi | 2016-09-08 | 1 | -1/+1 |
* | ethereum, ethclient: add SyncProgress API endpoint | Péter Szilágyi | 2016-09-06 | 2 | -0/+34 |
* | ethclient: add initial implementation of the typed RPC client | Felix Lange | 2016-08-10 | 2 | -0/+399 |