status-go/node
Dmitry Shulyak d51761f83e Ensure sent event is received from a mailserver (#1304)
In previous change i used same filtering for a handler that processes confirmations.
But if we are connected with peers that do not support confirmations on whisper level,
whisper may send "Sent" event when envelope is written to a socket. This is our old behaviour.

So, this PR allows to use confirmations from a mail servers and ensure that transition between
multiple version of peers will be smooth.
2018-12-06 10:30:57 +01:00
..
node.go Ensure sent event is received from a mailserver (#1304) 2018-12-06 10:30:57 +01:00
node_api_test.go Use status-im whisper/whisperv6 module everywhere 2018-10-03 09:27:51 +03:00
node_test.go Upgrade geth 1.8.17 plus add metrics during compilation time (#1273) 2018-11-14 08:03:58 +01:00
status_node.go Upgrade geth 1.8.17 plus add metrics during compilation time (#1273) 2018-11-14 08:03:58 +01:00
status_node_rpc_client_test.go [#856] move geth subpackages to root level (#1007) 2018-06-08 13:29:50 +02:00
status_node_test.go Upgrade geth 1.8.17 plus add metrics during compilation time (#1273) 2018-11-14 08:03:58 +01:00