status-im/nim-eth-p2p

Whisper: finish implementation

Open

#43 opened on Oct 4, 2018

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Nim (2 forks)auto 404
good first issuehelp wanted

Repository metrics

Stars
 (11 stars)
PR merge metrics
 (PR metrics pending)

Description

#41 provides some primitives / data types upon which a whisper implementation can be built - it also lists a number of items needed to complete the v6 version of whisper.

most notably, the whisper primitives need integration with the rlpx macro magic such that the protocol can be used together with others as peers connect and disconnect

further, the primitives need testing against geth - parity presently is incompatible with EIP 627 which forms the base for this feature

Contributor guide