noot
|
35e7a98ab2
|
filters: begin implementation (#230)
* adds Filter type and related methods
* updates PublicFilterAPI to include backend, filter mapping
* stub out filter related eth_ functions
|
2020-04-01 20:43:59 -04:00 |
|
Austin Abell
|
9294fa8423
|
Fix edge case for accessing accounts through rpc (#134)
* Add mutex and close keybase database correctly after use
* Add options http request to rpc API for remix
|
2019-10-31 11:09:40 -04:00 |
|
Dustin Brickwood
|
a61f3b892d
|
Filtering for eth_getLogs (#120)
* Filtered logs based param criteria
* addded PublicFilterAPI
* added filter logs func to filter based on params
* added Unmarshal func from go-ethereum
* Linted
* made requested changes
|
2019-10-07 22:32:28 -05:00 |
|