fcb6cc1e76
* 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 |
||
---|---|---|
.. | ||
accounts.rs | ||
block_import.rs | ||
dispatch.rs | ||
errors.rs | ||
fake_sign.rs | ||
ipfs.rs | ||
light_fetch.rs | ||
mod.rs | ||
network_settings.rs | ||
nonce.rs | ||
oneshot.rs | ||
poll_filter.rs | ||
poll_manager.rs | ||
requests.rs | ||
secretstore.rs | ||
signer.rs | ||
signing_queue.rs | ||
subscribers.rs | ||
subscription_manager.rs |