-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fixes bug where nodes were connecting to clay
The changes to rust-ceramic that use the network to connect to a predefined set of nodes based on the network meant that the CAS ipfs node was connecting to clay and therefore the rest of the nodes would learn about and connect to clay. This changes is so that CAS uses a shared IPFS spec with Ceramic, thus fixing the bug that the CAS ipfs network was not being configured. This is a breaking change in that the pubsub_topic is no longer needed and the ipfs_resource_limits is removed from CAS as its not part of `ipfs` spec directly.
- Loading branch information
1 parent
55060c5
commit 75e3e37
Showing
12 changed files
with
604 additions
and
481 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.