Callum Waters
Callum Waters
## Summary Our current spec has no mention for the syncing protocols that Tendermint uses: block sync and state sync. It would be good to write one up these so...
## Problem Definition Some keys have been slowly added to Tendermint storage engine but most keys haven't changed in at least 4+ years / since inception so this isn't a...
## Summary Port changes from #6276 to improve e2e evidence testing
## Description Closes: #16243 This PR wires up the upgrade module to the app version delivered through the `ConsensusParams` in `EndBlock` (thus removing the previous `appVersion` field in BaseApp). `x/upgrade`...
This ADR is an implementation write up based around the following issue: #4642 The actual implementation can be found in this PR: #9541 [Rendered](https://github.com/tendermint/tendermint/blob/cal/local-sync-adr/docs/architecture/adr-083-out-of-band-sync.md) --- #### PR checklist - [...
This would be useful for tracking state growth cc @tac0turtle
We have moved this to celestia-app (and might eventually have it as part of go-square`). These types and the logic around them are no longer needed.
## Feature Request ### Summary CometBFT nodes, while having the ability to handle and verify `LightClientAttackEvidence`, don't do anything other than try to commit the evidence on chain so the...
There's evidence in the `mocha-3` network that a single validator (with less than a third of the voting power) can alter the block intervals of the blocks they produce by...
## Feature Request ### Summary The block store stores all transactions but yet in order to know whether a transaction has been committed, one needs to enable the tx indexer...