laconicd-deprecated/rpc
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
..
args eth_getBlockByHash and block hash mapping functionality (#114) 2019-09-27 10:08:45 -04:00
tester Query and bug fixes (#110) 2019-09-26 11:36:23 -04:00
addrlock.go Implement eth_sendTransaction (#104) 2019-09-20 09:30:20 -04:00
apis.go Filtering for eth_getLogs (#120) 2019-10-07 22:32:28 -05:00
config.go Implement eth_sendRawTransaction (#101) 2019-09-18 16:14:39 -04:00
eth_api.go block and tx logs bloom and tx receipt logs (#119) 2019-10-04 15:32:56 -04:00
filter_api.go Filtering for eth_getLogs (#120) 2019-10-07 22:32:28 -05:00
filters.go Filtering for eth_getLogs (#120) 2019-10-07 22:32:28 -05:00
personal_api.go Implement eth_sendTransaction (#104) 2019-09-20 09:30:20 -04:00
types.go Implement block tags (#106) 2019-09-24 17:38:58 -04:00
web3_api.go Basic RPC and CLI Queries (#77) 2019-07-25 16:38:55 -04:00