-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Ensure that gaia lite can be started with a custom / zero-height root-of-trust #2323
Comments
As per discussion on SDK call, here is what we need prelaunch:
Possibly related to tendermint/tendermint#1771 @ebuchman? |
alexanderbez
modified the milestones:
v0.31.0 (Launch RC),
v0.31.1 (Minor prelaunch fixes)
Feb 8, 2019
This is a tendermint issue. The team there is working on state-sync which will solve this, going to close. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you start gaia lite and connect to an existing chain with many blocks, you definitely want to be able to verify proofs for blocks which were committed before you started gaia lite. Probably this should require confirmation by the user of some sort, and include an easy way to input a root-of-trust (as a JSON file or something) from an external source (e.g. block explorer, signed Github commit/repo, multi-signed file, etc.)
Ref https://github.com/cosmos/cosmos-sdk/pull/2210/files#r217266705
cc @HaoyangLiu
The text was updated successfully, but these errors were encountered: