status-im / status-console-client

Status messaging console user interface
Mozilla Public License 2.0
10 stars 2 forks source link

Bring Whisper Client adapter on par with Whisper Service adapter #73

Open adambabik opened 5 years ago

adambabik commented 5 years ago

There are significant differences between both now, like support of PFS.

First, prepare a list of missing features in Whisper Client adapter and then implement them.

decanus commented 5 years ago

@adambabik It might be nice if we put those features into separate classes so we can also use them for data_sync making sure that the adapter and service really only have transport logic vs also PFS etc.

adambabik commented 5 years ago

That's a good point. We may need some more abstraction here or move some responsibilities to other classes. PFS does not really belong to Whisper.