-
Notifications
You must be signed in to change notification settings - Fork 4
Port to p2panda-net-next to enable collaboration over Internet
#143
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
Merged
Conversation
This file contains hidden or 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
p2panda-net-next to enable collaboration over Internet
231b24a to
e56eede
Compare
7a30fda to
18ddf3b
Compare
p2panda-net-next to enable collaboration over Internetp2panda-net-next to enable collaboration over Internet
aca81b1 to
e9ef11d
Compare
efad207 to
6e6c470
Compare
bertob
reviewed
Dec 21, 2025
2237127 to
3ded732
Compare
3ded732 to
eaa5032
Compare
Pickup the existing tokio runtime if the node is created inside an existing runtime. This is handy for tests or applications that use tokio already.
Now that the node pickes up an already existing runtime, we can use tokio::test macro.
This should fix many of the networking issues we incountered.
Ideally p2panda would reexport it but we will need it to turn on online collaboration.
This enables online collaboration.
We can reset the migrations since we are changing the CNN, so old databases will be inaccessible for us any way.
Use the same naming convetion as p2panda. And also also reduce the confusion with reflection-doc.
eaa5032 to
4a0dd65
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Use the new
p2panda-net-nextimplementation which has a more robust p2p networking stack under the hood.It's still in-development and not officially released, APIs will change, more bug fixes made, but it's good enough for experimental integration in Reflection and to provide early feedback.