laconicd-deprecated/x/evm
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
..
client eth_getBlockByHash and block hash mapping functionality (#114) 2019-09-27 10:08:45 -04:00
types block and tx logs bloom and tx receipt logs (#119) 2019-10-04 15:32:56 -04:00
genesis.go eth_getBlockByHash and block hash mapping functionality (#114) 2019-09-27 10:08:45 -04:00
handler.go block and tx logs bloom and tx receipt logs (#119) 2019-10-04 15:32:56 -04:00
keeper_test.go block and tx logs bloom and tx receipt logs (#119) 2019-10-04 15:32:56 -04:00
keeper.go block and tx logs bloom and tx receipt logs (#119) 2019-10-04 15:32:56 -04:00
module.go block and tx logs bloom and tx receipt logs (#119) 2019-10-04 15:32:56 -04:00
querier.go Filtering for eth_getLogs (#120) 2019-10-07 22:32:28 -05:00