-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Enable pubsub by default #6621
Comments
@aschmahmann think you could tackle this? |
@Stebalien No problem. Any thoughts on deprecating vs removing the experimental flag? Should we deprecate in 0.5.0 and remove and 0.6.0? |
I'd leave it and hide it for now (maybe issue a warning). We can clean it up eventually. |
As discussed, we will remove the pubsub flags from the js daemon and will use the config as the way to disable it (will be enabled by default now!) Needs: - [x] [ipfs/js-ipfsd-ctl#366](ipfs/js-ipfsd-ctl#366) Reference: - [ipfs/kubo#6621](ipfs/kubo#6621) BREAKING CHANGE: pubsub is now enabled by default and the experimental flag was removed
Also:
|
Other blockers:
|
Note for later: Many people run Right now (go-ipfs 0.8.0), when a flag is removed, go-ipfs returns hard error:
|
We usually avoid removing flags and just deprecate & ignore them.
|
Any progress about this? |
Quick update:
I created #8591 for tracking IPNS-over-pubsub chunk separately. Are there any other blockers? |
This require too much out of goal work so we are gonna kill it in 0.20: #9717 |
In js-ipfs we're integrating gossipsub and moving pubsub out of "experimental" status. There are some changes we want to make to support this:
Pubsub.Enabled
that will allow power users to disable pubsub if necessary (done: feat: enabling pubsub and ipns-pubsub via config flags #8510)--enable-pubsub-experiment
flag foripfs daemon
The text was updated successfully, but these errors were encountered: