Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Allow warp syncing for light clients #6010

Closed
rphmeier opened this issue Jul 6, 2017 · 1 comment
Closed

Allow warp syncing for light clients #6010

rphmeier opened this issue Jul 6, 2017 · 1 comment
Assignees
Labels
F8-enhancement 🎊 An additional feature request. M4-core ⛓ Core client code / Rust. P7-nicetohave 🐕 Issue is worth doing eventually.
Milestone

Comments

@rphmeier
Copy link
Contributor

rphmeier commented Jul 6, 2017

  1. Generalize snapshot restoration targets via a trait. Don't require a full BlockChain/StateDB, but maybe associated types.
  2. Don't require getting state chunks (all we care about are secondary/corroboration chunks)
  3. Background header sync in order to get ancient CHT roots. This should be toggleable via RPC: mobile apps might set this to only run when connected to wifi. Only downside is headers in the gap will be unavailable until that sync completes
@rphmeier rphmeier added F8-enhancement 🎊 An additional feature request. M4-core ⛓ Core client code / Rust. labels Jul 6, 2017
@rphmeier rphmeier changed the title Allow warp syncing Allow warp syncing for light clients Jul 6, 2017
@5chdn 5chdn added Z3-stale 🍃 Issue is in principle valid, but it is not relevant anymore or can not reproduced. P7-nicetohave 🐕 Issue is worth doing eventually. and removed Z3-stale 🍃 Issue is in principle valid, but it is not relevant anymore or can not reproduced. P7-nicetohave 🐕 Issue is worth doing eventually. labels Sep 4, 2017
@5chdn 5chdn added this to the 1.10 & ... milestone Oct 5, 2017
@5chdn 5chdn modified the milestones: 1.10, 1.11 Jan 23, 2018
@5chdn 5chdn modified the milestones: 1.11, 1.12 Mar 1, 2018
@ordian ordian self-assigned this Apr 16, 2018
@5chdn 5chdn modified the milestones: 1.12, 1.13 Apr 24, 2018
@5chdn 5chdn modified the milestones: 2.1, 2.2 Jul 17, 2018
@5chdn 5chdn added this to the 2.3 milestone Sep 27, 2018
@5chdn 5chdn modified the milestones: 2.3, 2.4 Oct 29, 2018
@5chdn 5chdn modified the milestones: 2.4, 2.5 Jan 10, 2019
@5chdn 5chdn modified the milestones: 2.5, 2.6 Feb 21, 2019
@soc1c soc1c modified the milestones: 2.6, 2.7 Apr 2, 2019
@adria0
Copy link

adria0 commented Jul 27, 2020

Closing issue due to its stale state.

@adria0 adria0 closed this as completed Jul 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
F8-enhancement 🎊 An additional feature request. M4-core ⛓ Core client code / Rust. P7-nicetohave 🐕 Issue is worth doing eventually.
Projects
None yet
Development

No branches or pull requests

6 participants
@ordian @adria0 @rphmeier @5chdn @soc1c and others