aboutsummaryrefslogtreecommitdiffstats
path: root/interfaces.go
Commit message (Expand)AuthorAgeFilesLines
* ethereum: fix typo in interfaces.go (#18266)YOSHIDA Masanori2018-12-101-1/+1
* eth/filters, ethereum: EIP-234 add blockHash param for eth_getLogsDomino Valdano2018-07-121-0/+1
* ethereum: fix a typo in FilterQuery{} (#16827)Mohanson2018-05-291-1/+1
* all: switch gas limits from big.Int to uint64Péter Szilágyi2018-01-031-2/+2
* ethereum: fix typos in interfaces.go (#15149)Kyuntae Ethan Kim2017-09-151-2/+2
* all: import "context" instead of "golang.org/x/net/context"Felix Lange2017-03-231-1/+1
* core/vm: move Log to core/typesFelix Lange2017-01-061-3/+2
* 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
* ethereum, ethclient: add SyncProgress API endpointPéter Szilágyi2016-09-061-0/+16
* ethereum: add new Go API interfacesFelix Lange2016-08-051-0/+168