Skip to content
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

Sync tracking issue #1490

Open
7 of 29 tasks
Frando opened this issue Sep 18, 2023 · 0 comments
Open
7 of 29 tasks

Sync tracking issue #1490

Frando opened this issue Sep 18, 2023 · 0 comments

Comments

@Frando
Copy link
Member

Frando commented Sep 18, 2023

This issue contains an overview of known limitations, bugs, missing features and chances for optimization for Iroh sync. It was mostly copied from the original PR overview (#1333) to get started.

Known bugs & limitations

Missing features

Reliability / performance / optimizations

Security

  • Use a cryptographic algorithm for fingerprint calculation in place of the current XOR algorithm
  • Make sure that we never leak the NamespaceId of a document (which is also used as TopicId for gossip), because the NamespaceId gives read-only access to a document.
    • Maybe make the TopicId a hash of the NamespaceId to reduce the surface of potential exposure?
  • Figure out what to do with request tokens and documents/sync #1519

Other TODOs collected from the code

  • Port hammer and fs commands from REPL example to iroh cli
  • iroh-sync shouldn't depend on iroh-bytes only for Hash type -> Iroh-common base library #1354
  • iroh_sync: Remove some items only used in tests (marked with #[cfg(test)])
  • ranger::SimpleStore::get_range: optimize
  • ranger::Peer avoid allocs?
  • fs::StoreInstance::get_fingerprint optimize
@dignifiedquire dignifiedquire added this to the v0.9.0 milestone Oct 4, 2023
@dignifiedquire dignifiedquire modified the milestones: v0.10.0, v0.11.0 Nov 1, 2023
@dignifiedquire dignifiedquire modified the milestones: v0.11.0, v0.12.0 Nov 16, 2023
@b5 b5 modified the milestones: v0.12.0, v0.13.0 Jan 8, 2024
@dignifiedquire dignifiedquire removed this from the v0.13.0 milestone Jan 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 📋 Backlog
Development

No branches or pull requests

4 participants