Callum Waters
Callum Waters
This RFC attempts to capture some of the previous discussions around how we want to mold Tendermint for its users. I would like people to add their own view and...
Manually port #7798 Also requires https://github.com/tendermint/tendermint/pull/7607 and https://github.com/tendermint/tendermint/pull/8401
ref: https://github.com/tendermint/tendermint/issues/9396
Closes: https://github.com/tendermint/tendermint/issues/9290 Would invite @milosevic, @cason and @josef-widder to weigh in on this decision if they want.
We can use this work to make sure config files can be automatically upgraded following the addition of config versioning
## Summary An important parameter in the light client verification algorithm is the `TrustLevel`. In `VerifyNonAdjacent`, this parameter specifies the minimum acceptable overlap in validator voting power from a trusted...
## Summary Ref: https://github.com/tendermint/tendermint/issues/8889 ## Problem Definition Users want upgrades to be as pain-free as possible. The objective is to introduce changes to the config which allow seamless upgrades. Tendermint...
## Summary Currently, `RetainHeight` in the ABCI `Commit` response can be set to a value which may delete up to the most recent block and tendermint state. This is problematic...
## Summary Statesync was first released in v0.34. The protocol functions on the whole but still has a flurry of UX problems which has caused most node operators to still...
## Summary This was reported a while back but I just want to create an issue as a more persistent way of tracking the progress. Currently, some nodes on the...