openethereum/rpc
cheme fcb6cc1e76 Light client logs should include 'from_block' when querying logs (#9331)
* Fix PubSub for logs when using light client :
prior to this fix the pubsub process did send a
query for each new block header (and for each subs : there is something
to optimize here) by setting from and to of the filter at this block
number; but there was a bug in the code that fetch logs : it was non
inclusive for its start bound, meaning that with start bound = end bound
we never query any block (and attached logs).

* Option iter instead of once.
Use of bloom existing function to check if a bloom contains another.

* Makes from block header checking explicit
2018-08-14 09:58:29 +02:00
..
src Light client logs should include 'from_block' when querying logs (#9331) 2018-08-14 09:58:29 +02:00
Cargo.toml Update log -> 0.4, env_logger -> 0.5. (#9294) 2018-08-10 00:04:10 +01:00