aboutsummaryrefslogtreecommitdiffstats
path: root/ethclient
Commit message (Collapse)AuthorAgeFilesLines
* 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
ethclient implements the proposed Ethereum Go API. There are no tests at the moment, a suite that excercises all implementations of the API will be added later.