Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | core/vm: move Log to core/types | Felix Lange | 2017-01-06 | 1 | -3/+2 |
| | | | | | | | | This significantly reduces the dependency closure of ethclient, which no longer depends on core/vm as of this change. All uses of vm.Logs are replaced by []*types.Log. NewLog is gone too, the constructor simply returned a literal. | ||||
* | ethereum: document use of Removed field for SubscribeFilterLogs | Felix Lange | 2016-12-05 | 1 | -0/+3 |
| | |||||
* | ethclient, ethereum: add NotFound, split transactions out of ChainReader | Felix Lange | 2016-12-05 | 1 | -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 endpoint | Péter Szilágyi | 2016-09-06 | 1 | -0/+16 |
| | |||||
* | ethereum: add new Go API interfaces | Felix Lange | 2016-08-05 | 1 | -0/+168 |