openethereum/ethcore/private-tx/src
mattrutherford 215602de08
Fix pubsub new_blocks notifications to include all blocks (#9987)
Fix: new blocks notifications sometimes missing in pubsub RPC

Implement new struct to pass to `new_blocks()` with extra parameter - `has_more_blocks_to_import`, which was previously used to determine whether the notification should be sent. Now it's up to each implementation to decide what to do.

Updated all implementations to behave as before, except `eth_pubsub`, which will send notification even when the queue is not empty.

Update tests.
2018-12-19 09:24:14 +00:00
..
encryptor.rs Replace tokio_core with tokio (ring -> 0.13) (#9657) 2018-10-22 09:40:50 +02:00
error.rs Private packets verification and queue refactoring (#8715) 2018-08-29 20:31:04 +08:00
lib.rs Fix pubsub new_blocks notifications to include all blocks (#9987) 2018-12-19 09:24:14 +00:00
messages.rs Private packets verification and queue refactoring (#8715) 2018-08-29 20:31:04 +08:00
private_transactions.rs Private packets verification and queue refactoring (#8715) 2018-08-29 20:31:04 +08:00