Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ethclient, ethereum: add NotFound, split transactions out of ChainReader | Felix Lange | 2016-12-05 | 1 | -1/+1 |
| | | | | | | | | | 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. | ||||
* | all: update license information | Felix Lange | 2016-11-09 | 1 | -0/+16 |
| | |||||
* | ethereum, ethclient: add SyncProgress API endpoint | Péter Szilágyi | 2016-09-06 | 1 | -0/+1 |
| | |||||
* | ethclient: add initial implementation of the typed RPC client | Felix Lange | 2016-08-10 | 1 | -0/+17 |
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. |