Deprecate x/paramfilter
in favor of ante handler
#4202
Labels
consensus breaking
modifies block validity rules in a way that will break consensus unless all nodes update their rules
refactor
optional label for items that are related to implementation work and do not change functionality
Context
Binary Builders is working on upgrading the SDK to v0.52.x. See https://github.com/01builders/celestia-app/blob/sdk-v0.52.x/binary.md for progress updates
Problem
They're hitting an issue with the existing x/paramfilter
Proposal
Refactor the x/paramfilter module to be an ante handler. The ante handler should reject txs that attempt to modify any of these governance params
celestia-app/app/app.go
Lines 766 to 779 in 29d4409
cc: @julienrbrt
The text was updated successfully, but these errors were encountered: