aboutsummaryrefslogtreecommitdiffstats
path: root/interfaces.go
Commit message (Collapse)AuthorAgeFilesLines
* ethereum: document use of Removed field for SubscribeFilterLogsFelix Lange2016-12-051-0/+3
|
* ethclient, ethereum: add NotFound, split transactions out of ChainReaderFelix Lange2016-12-051-6/+30
| | | | | | | | | ethclient now returns ethereum.NotFound if the server returns null and no error while accessing blockchain data. The light client cannot provide arbitrary transactions. The change to split transaction access into its own interface emphasizes that transactions should not be relied on and recommends use of logs.
* ethereum, ethclient: add SyncProgress API endpointPéter Szilágyi2016-09-061-0/+16
|
* ethereum: add new Go API interfacesFelix Lange2016-08-051-0/+168