status-go/params
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
..
cluster.go Streamline configuration in status-go. Part of #1180 (#1183) 2018-09-13 18:31:29 +02:00
config.go Ensure sent event is received from a mailserver (#1304) 2018-12-06 10:30:57 +01:00
config_test.go allow configure HTTPVirtualHosts and HTTPCors settings (#1236) 2018-10-12 14:58:32 +02:00
defaults.go tune CLI for better docs experience (#1207) 2018-09-21 16:09:31 +02:00
validator.go [#856] move geth subpackages to root level (#1007) 2018-06-08 13:29:50 +02:00
version.go Improve Makefile (#1275) 2018-11-20 11:13:42 +01:00