Chill Validation

Results 14 issues of Chill Validation

## Description Validators using the default pruning config may end up with many old blocks due to pruning-keep-every = "500" This is a proof of concept showing how a gradual...

C:Store

Is there a better way to reset application.db and wasm? For example by extending into the "tendermint" reset-state command?

## Description During snapshots, it is difficult to tell which store was not able to export properly. In the case of Dig chain, one store was not fully configured (no...

C:Store

We have noticed recurring instances of multiple validators being jailed on sommelier. It is typically unlikely for multiple validators to all fail on the same block due to mismanagement. This...

Seeking guidance. This PR enables cosmos-sdk to initiate local snapshot restore with tendermint finishing up the stateStore and blockStore data restoration. This development is based on juno's uni testnet (tendermint...

backlog-priority
S:wip

Optimistic Export and Import aims to reduce p2p statesync recovery times. Validators attempting to recover nodes for cosmos-sdk chains with significant state size may be slashed for downtime prior to...

## Description fix broken link for changelog instructions --- ### Author Checklist *All items are required. Please add a note to the item if the item is not applicable and...

## Description Add memiavl storage support * Faster state-sync recovery * Reduced disk i/o and space usage No operational change when memiavl is not enabled. Note github.com/crypto-org-chain/cronos requires go 1.22...

## Description Update test function name from "TestHappPathForProposalHandler" to "TestHappyPathForProposalHandler" Update test function name from "TestUnhappPathForProposalHandler" to "TestUnhappyPathForProposalHandler"

It looks like adding gov vote support is complicated by different message types: ``` "@type":"/cosmos.gov.v1.MsgVote" "@type":"/cosmos.gov.v1beta1.MsgVote" ``` What is the support goal so that contributors can submit the properly targeted...