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

feature: create WatcherSync struct to sync watcher with history of all past updates #75

Closed
luketchang opened this issue Feb 11, 2021 · 1 comment
Labels
design Architecture and design enhancement New feature or request rust 🦀 Rust dev work required

Comments

@luketchang
Copy link
Contributor

luketchang commented Feb 11, 2021

  • get list of all previous Update events emitted from Home and Replica
  • fill watcher's history map using list

Comes before #84

@luketchang luketchang added design Architecture and design rust 🦀 Rust dev work required enhancement New feature or request labels Feb 11, 2021
@luketchang luketchang changed the title feature: create struct to sync Watcher with history of all past updates feature: create WatcherSync struct to sync watcher with history of all past updates Feb 18, 2021
@luketchang
Copy link
Contributor Author

Not really relevant anymore. Watcher should sync itself through same mechanism it uses to poll for regular updates (i.e. using and updating its current_local_root). Fundamentally different than prover design.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
design Architecture and design enhancement New feature or request rust 🦀 Rust dev work required
Projects
None yet
Development

No branches or pull requests

1 participant