laconicd/x/evm
Austin Abell eab81bc578
block and tx logs bloom and tx receipt logs (#119)
* Add bloom filter to tx receipt

* wip tx receipt logs to be tested

* Added Bloom - Height Mapping
* keeper.go sets <height:bloombits>
* keeper.go gets <height> --> bloombits

* updating and querying bloom by block (to be tested with real logs)

* fix bug with contract address return

* added error handling instead of logging
2019-10-04 15:32:56 -04: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 block and tx logs bloom and tx receipt logs (#119) 2019-10-04 15:32:56 -04:00