mirror of https://github.com/status-im/go-waku.git
08cabab41f
* fix: and optimising fetching membership events * fix: start from lastProcessedBlock+1 * test: fetching membership logic * refactor: usage of rlnInstance,rootTracker,groupManager rlnInstance, rootTrack were previously created while creating rlnRelay but were assigned to groupManager on Start of rlnRelay. This created unncessary dependency of passing them to static and dynamic group manager. Web3Config uses interface EthClientI for client, so that we can pass mock client for testing MembershipFetcher. * fix: failing test * fix: lint error * fix: account for PR suggestions * fix: failing race test * fix: dont' increase fromBlock on error * nit: fix naming and add comments |
||
---|---|---|
.. | ||
enr | ||
filter | ||
legacy_filter | ||
lightpush | ||
noise | ||
pb | ||
peer_exchange | ||
relay | ||
rln | ||
store | ||
README.md | ||
content_topic.go | ||
envelope.go | ||
envelope_test.go | ||
pubsub_topic.go | ||
requestId.go | ||
requestId_test.go | ||
shard.go | ||
topic_test.go | ||
utils.go | ||
utils_test.go |
README.md
Waku v2 protocol
This folder contains implementations of Waku v2 protocols.