You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migrate the DHT Network to start using the Reader Privacy Upgrade provided by the Double Hash DHT implementation.
There are multiple ways to perform the migration, a good strategy has been discussed in Migration Plan. However, the following plans are also possible:
Migrate from current DHT to Composable DHT
Add support for Reader Privacy afterwards
or
Migrate to Composable DHT and Reader Privacy simultaneously in the same migration
or
DHT Reader Privacy Upgrade Migration
Composable DHT migration
For Rust and JS implementations, in the case we perform the Reader Privacy Upgrade first, compatibility will be broken if Rust and JS don’t implement Double Hashing at the time of the merge. However, performing the composable DHT migration first (or simultaneously) would allow Rust and JS implementation to fall behind, while still being connected to the main DHT and keep using old RPCs.
Prerequisites
Description
Migrate the DHT Network to start using the Reader Privacy Upgrade provided by the Double Hash DHT implementation.
There are multiple ways to perform the migration, a good strategy has been discussed in Migration Plan. However, the following plans are also possible:
or
or
For Rust and JS implementations, in the case we perform the Reader Privacy Upgrade first, compatibility will be broken if Rust and JS don’t implement Double Hashing at the time of the merge. However, performing the composable DHT migration first (or simultaneously) would allow Rust and JS implementation to fall behind, while still being connected to the main DHT and keep using old RPCs.
References
Migration Plan
The text was updated successfully, but these errors were encountered: