Versions in this module Expand all Collapse all v0 v0.47.3 Aug 22, 2024 Changes in this version + type Manager struct + func NewManager(db dbm.DB, logger log.Logger) *Manager + func (m *Manager) GetFlushAndResetPruningHeights() ([]int64, error) + func (m *Manager) GetOptions() types.PruningOptions + func (m *Manager) HandleHeight(previousHeight int64) int64 + func (m *Manager) HandleHeightSnapshot(height int64) + func (m *Manager) LoadPruningHeights(db dbm.DB) error + func (m *Manager) SetOptions(opts types.PruningOptions) + func (m *Manager) SetSnapshotInterval(snapshotInterval uint64) + func (m *Manager) ShouldPruneAtHeight(height int64) bool + type NegativeHeightsError struct + Height int64 + func (e *NegativeHeightsError) Error() string