diff --git a/src/pages/en/framework/roadmap.md b/src/pages/en/framework/roadmap.md index 1c5316e..4e04fbc 100644 --- a/src/pages/en/framework/roadmap.md +++ b/src/pages/en/framework/roadmap.md @@ -6,4 +6,4 @@ layout: ../../../layouts/MainLayout.astro We just finished a [roadmap](https://nextgraph.org/roadmap) of one year and half that was funded by NLnet and NGI, and that led to the publication of the first alpha release of NextGraph and all the Apps (web, linux, macOS, windows and android). -The next roadmap will be published in october 2024. We are still preparing it at the moment. It will contain several milestones related to the framework. Stay tuned! +The next roadmap will be published in early 2025. We are still preparing it at the moment. It will contain several milestones related to the framework. Stay tuned! diff --git a/src/pages/en/framework/signature.md b/src/pages/en/framework/signature.md index 0389d6e..c3391d9 100644 --- a/src/pages/en/framework/signature.md +++ b/src/pages/en/framework/signature.md @@ -36,7 +36,7 @@ As a security measure, the commits and any block received on the Ext Protocol, w This security feature is important, as external users should only be able to read what has been shared with them. If a commit has been shared, then only the transaction within the commit can be read. If a snapshot, then all the current content of the branch can be read, but it cannot be subscribed to for future updates. -If the user should be able to subscribe to the topic of the branch in order to receive updates, then a ReadCap of the branch should be share with them instead. Those branch ReadCap do not need to be signed with threshold signature because they are already signed internally with at least the first commit of the branch (the `Branch` commit) that has been signed with a synchronous signature when the branch was created. And because the user will be able to reconstruct the whole DAG up to this first commit (by doing the a sync operation) they will be able to verify the authenticity of the branch. If the authenticity of the content should also be verifiable, then an async signature must be added at the HEADs, and the user who got the branch ReadCap will get it too, and will be able to verify the authenticity of the content as well. +If the user should be able to subscribe to the topic of the branch in order to receive updates, then a ReadCap of the branch should be shared with them instead. Those branch ReadCap do not need to be signed with threshold signature because they are already signed internally with at least the first commit of the branch (the `Branch` commit) that has been signed with a synchronous signature when the branch was created. And because the user will be able to reconstruct the whole DAG up to this first commit (by doing the a sync operation) they will be able to verify the authenticity of the branch. If the authenticity of the content should also be verifiable, then an async signature must be added at the HEADs, and the user who got the branch ReadCap will get it too, and will be able to verify the authenticity of the content as well. For now, the ext protocol and the reading of async signatures, snapshots, and commits, can be done with the CLI. Soon, APIs in the SDK will also be added. diff --git a/src/pages/en/help.md b/src/pages/en/help.md index b24e87c..e0210b3 100644 --- a/src/pages/en/help.md +++ b/src/pages/en/help.md @@ -33,7 +33,7 @@ We recommend you to **not configure** your mobile NextGraph app for Cloud backup #### I cannot share my documents with other users -This is a temporary limitation that will be lifted in several weeks from now (in the course of Q3 2024). +This is a temporary limitation that will be lifted in several weeks from now (in the course of Q1 2025). #### Can I create several Wallet for myself ? diff --git a/src/pages/en/ngd.md b/src/pages/en/ngd.md index f5f64ca..d36df91 100644 --- a/src/pages/en/ngd.md +++ b/src/pages/en/ngd.md @@ -8,7 +8,7 @@ NextGraph broker (ngd) isn't available yet as a self-hosted program. We have released a preview version recently, and we use ngd for our server nextgraph.eu -Documentation will be available as soon as the binary will be released in alpha version for self-hosting, by the end of 2024. +Documentation will be available as soon as the binary will be released in alpha version for self-hosting, at the beginning of 2025. The broker is a self-contained binary that will be made available to you already compiled or that you can compile yourself. diff --git a/src/pages/en/nodejs.md b/src/pages/en/nodejs.md index ca372cd..ec1f0f9 100644 --- a/src/pages/en/nodejs.md +++ b/src/pages/en/nodejs.md @@ -8,6 +8,6 @@ An npm package has been published in May 2024 as a preview, but it hasn't been u An overview of the available APIs can be seen in the [CHANGELOG](https://git.nextgraph.org/NextGraph/nextgraph-rs/src/branch/master/CHANGELOG.md#sdk) -We will come back shortly with a first alpha release of the nodeJS SDK in september 2024. +We will come back shortly with a first alpha release of the nodeJS SDK in 2025. Stay tuned. diff --git a/src/pages/en/roadmap.md b/src/pages/en/roadmap.md index 45d62e9..7743ecb 100644 --- a/src/pages/en/roadmap.md +++ b/src/pages/en/roadmap.md @@ -8,4 +8,4 @@ We just finished a [roadmap](https://nextgraph.org/roadmap) of one year and half The iOS version will be available soon too. -The next roadmap will be published in october 2024. We are still preparing it at the moment. Stay tuned! +The next roadmap will be published in early 2025. We are still preparing it at the moment. Stay tuned! diff --git a/src/pages/en/rust.md b/src/pages/en/rust.md index 8d36ffc..95ddd61 100644 --- a/src/pages/en/rust.md +++ b/src/pages/en/rust.md @@ -6,7 +6,7 @@ layout: ../../layouts/MainLayout.astro An Rust crate package has been published in May 2024 as a preview, but it hasn't been updated since then and isn't usable yet. -We will come back shortly with a first alpha release of the Rust SDK in september 2024. +We will come back shortly with a first alpha release of the Rust SDK in early 2025. In the meanwhile, you can see some (old) documentation of the [APIs here](https://docs.rs/nextgraph/0.1.0-preview.6/nextgraph/). diff --git a/src/pages/en/self-hosted.md b/src/pages/en/self-hosted.md index 2a5dee7..638f4e2 100644 --- a/src/pages/en/self-hosted.md +++ b/src/pages/en/self-hosted.md @@ -4,7 +4,7 @@ description: Self host NextGraph broker on your own server or locally layout: ../../layouts/MainLayout.astro --- -Self-hosting of the broker will come at the end of 2024. Stay tuned for more features and added freedom! +Self-hosting of the broker will come in 2025. Stay tuned for more features and added freedom! When you self-host a broker, you enjoy the exact same features than with our public Broker Service Providers, but in addition, you don't have to abide by any Terms of Services, and your data is free from any limitations. diff --git a/src/pages/en/specs/protocol-admin.md b/src/pages/en/specs/protocol-admin.md index c5f46be..d10846e 100644 --- a/src/pages/en/specs/protocol-admin.md +++ b/src/pages/en/specs/protocol-admin.md @@ -4,6 +4,6 @@ description: Specification of the Admin Protocol layout: ../../../layouts/MainLayout.astro --- -Documentation of the Admin Protocol will come together with the first release of ngd, at the end of 2024. +Documentation of the Admin Protocol will come together with the first release of ngd, in 2025. Stay tuned! diff --git a/src/pages/en/specs/protocol-core.md b/src/pages/en/specs/protocol-core.md index 3aa7d3e..6f394e7 100644 --- a/src/pages/en/specs/protocol-core.md +++ b/src/pages/en/specs/protocol-core.md @@ -6,4 +6,4 @@ layout: ../../../layouts/MainLayout.astro The Core Protocol isn't fully implemented yet but it has been fully designed already. -We will publish its specifications once it is implemented, by the end of 2024. +We will publish its specifications once it is implemented, in early 2025. diff --git a/src/pages/en/web.md b/src/pages/en/web.md index d2b6804..e8a7887 100644 --- a/src/pages/en/web.md +++ b/src/pages/en/web.md @@ -4,4 +4,4 @@ description: Reference of the Web JS SDK and API (React, Svelte, vanilla) layout: ../../layouts/MainLayout.astro --- -The Web JS SDK for React and Svelte isn't ready yet. It will be available at the end of 2024. Documentation will come with the first release. +The Web JS SDK for React and Svelte isn't ready yet. It will be available in 2025. Documentation will come with the first release.