-
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
Light-client unbonding period and reinit #274
Comments
Believe this is actually a Tendermint issue now that light client resides there, yes ? |
I'm going to go ahead and close this. There has been significant work on all the associated pieces here and I'm fairly sure that this is no longer an issue. Please reopen if you think otherwise. |
ParthDesai
pushed a commit
to ChorusOne/cosmos-sdk
that referenced
this issue
Apr 19, 2021
faddat
referenced
this issue
in notional-labs/cosmos-sdk
Jul 5, 2022
* in progress * in progress * remove all code * remove old error code comments * edit comment * removed Input and Output proto structs * Delete deprecated comment Co-authored-by: mattverse <[email protected]>
patiee
pushed a commit
to patiee/cosmos-sdk
that referenced
this issue
Mar 23, 2023
) * Revert "feat: remove bank multisend msg (cosmos#274)" This reverts commit 9165099. * updates * updates * updates * updates * updates * updates * updates * updates * updates * updates * updates * updates
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Inspired by: luniehq/lunie#55
We should have an optional parameter of an unbonding period in the light client, so if the most recent trusted header is older than the unbonding period, it will halt (same as if we had a 60/40 consensus split).
We should also add a
reinit
function that takes arguments likeinit
and adds a new trusted seed to build upon, but doesn't delete any other historical data we have,The text was updated successfully, but these errors were encountered: