-
Notifications
You must be signed in to change notification settings - Fork 37
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
Plan 0.12 release #114
Comments
Awesome strategy creating this issue for tracking. I will land the PRs this Sunday and release it with RC versions then, and we can promote a 0.12 after we are able to test all of this together |
Trying to set network in https://github.com/bltavares/colmeia contains a similar protocol layer to https://github.com/Frando/hypercore-protocol-rs, producing events. The peered version of each struct contains the struct and the protocol channel in order to drive the underlying struct. There is a set of @Frando I'm wondering if you will endup with a similar desing as well, and if you endup on the same desing I think it would be better to remove the network methods (eg: |
What are the next steps? I wonder if there is (will be) any hypercore implementation in pure Rust to allow being incorporated into DeltaChat along with IPFS. |
Unrelated to this issue, but I've been working on JS v10 compatibility for a while. The branches are at: https://github.com/ttiurani/hypercore/tree/v10 and https://github.com/ttiurani/hypercore-protocol-rs/tree/v10 I'm currently testing my changes with upstream projects, but hopefully those will land at some point here. v9 -> v10 changed just about everything on the javascript-side so trying to keep v9 also working might not be worth the effort. |
@hpk42 as discussed in deltachat/deltachat-core-rust#3227 it seems @ttiurani works on bringing the recent hypercore to Rust. So not everything is lost... Thanks @ttiurani ! |
Closing as plans changed with v0.12 was for hypercore v10 compatibility first. #113 did not make it yet, but should be seriously re-considered for v1.0. |
This is a tracking issues on what I think we should merge for a breaking 0.12 release soonish:
breaking changes
non-breaking changes
I think it would be great to get those merged rather sooner than later, because at least the first three ones all change the public and internal API so that all other PRs oftenly have to be manually updated.
Because we don't have, I think, anyone using hypercore-rs, and because there is no one "properly" maintaining this at the moment, I propose that we let this issue sit here for a couple of days or a week and then go ahead, merge the PRs, and figure out bugs and issues in the process.
Also very open to other suggestions :)
The text was updated successfully, but these errors were encountered: