-
Notifications
You must be signed in to change notification settings - Fork 7
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
Whitelist chain exchange topic in lotus #809
Open
Milestone
Comments
#810 unblocks this. |
masih
added a commit
to filecoin-project/lotus
that referenced
this issue
Jan 22, 2025
Upgrade to the latest `go-f3` and add the F3 chain exchange topics to the allowed topic list for both static and dynamic manifests. Fixes filecoin-project/go-f3#809
Draft
8 tasks
This issue is blocked until we cut a tag in go-f3 to get a concrete release for bubbling up changes to Lotus. |
masih
added a commit
to filecoin-project/lotus
that referenced
this issue
Jan 30, 2025
Upgrade to the latest `go-f3` and add the F3 chain exchange topics to the allowed topic list for both static and dynamic manifests. Fixes filecoin-project/go-f3#809
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expand the allowed topics in lotus pubusb config to include chain exchange topics. Specifically, there are two cases here:
/f3/chainexchange/0.0.1/<network-name>
/f3/chainexchange/0.0.1/<network-name>
and all its numerical suffixes similar to what's currently done forf3/granite
topic.This issue is blocked until necessary chain exchange fields are added to manifest for the chain exchange topic name getters to be present, and would consequently needs dependency bubble up in Lotus.
The text was updated successfully, but these errors were encountered: