-
Notifications
You must be signed in to change notification settings - Fork 260
feat: communities-in-own-shard-1 #6573
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
Jenkins BuildsClick to see older builds (121)
|
1c84e47
to
37ef179
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## develop #6573 +/- ##
===========================================
- Coverage 59.51% 58.89% -0.63%
===========================================
Files 826 826
Lines 123599 123665 +66
===========================================
- Hits 73565 72830 -735
- Misses 42488 43248 +760
- Partials 7546 7587 +41
Flags with carried forward coverage won't be shown. Click here to find out more.
|
if err != nil { | ||
return nil, err | ||
} | ||
|
||
return filter, nil | ||
// TODO temporary so not changing the return type, otherwise we should return a slice |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This comment seems not applied here.
@@ -24,7 +24,16 @@ func (m *Messenger) InitFilters() error { | |||
rand.Seed(time.Now().Unix()) | |||
|
|||
// Community requests will arrive in this pubsub topic | |||
if err := m.SubscribeToPubsubTopic(wakuv2.DefaultNonProtectedPubsubTopic(), nil); err != nil { | |||
// TODO depracate |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I noticed that there are a few todos in the PR, would be good to have issue linked here to resolve the todos.
c2c290b
to
ba90867
Compare
…ies-in-own-shard-1
This PR is to allow communities to be eventually moved to shards
128
and256
. We will follow these migration stages:32
,64
and custom) together with the new shards (128
and256
).128
and256
).32
and64
.TODO:
128
and256
in status-desktop128
: https://status.app/cc/G3EAAGRgnoPjHJmoytKJg-CQA4dvgWZZoJAGHrKX8kg1pW4UfiyRnZZT1CSDHm6veZC66zje5_L6K7iaprlb1zpDQddFYxEUJ1_LuiCKm76zkmGMrTDMBqvthtTK2q5x467N-qwF#zQ3shrzwZiRa1r7xu2soYJunvHzsi79ANkoCXnARnpJajhq2GRelates to #6384