Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Conversation

@ANtutov
Copy link

@ANtutov ANtutov commented Dec 4, 2025

This updates the ABCI application requirements to reflect current consensus parameters and key support. It replaces the obsolete FeatureParams/SynchronyParams references with ABCIParams.VoteExtensionsEnableHeight, renames the vote extensions section and fixes anchors, removes the unsupported secp256k1eth key type, and clarifies that PBTS is not governed by on-chain consensus parameters.

The BlockParams.MaxBytes “-1” semantics were intentionally kept, as they are implemented and documented elsewhere: -1 maps to a 100MB cap and causes CometBFT to provide all mempool txs to PrepareProposal. The proto comment indicating >0 is outdated relative to the implementation.


Note

Aligns ABCI app requirements with current consensus params: replace FeatureParams with ABCIParams.VoteExtensionsEnableHeight, remove Synchrony params and secp256k1eth key type, fix anchors, and clarify PBTS is not a consensus parameter.

  • Docs (ABCI app requirements) in spec/abci/abci++_app_requirements.md:
    • Consensus parameters:
      • Replace FeatureParams.VoteExtensionsEnableHeight with ABCIParams.VoteExtensionsEnableHeight and update anchors/links.
      • Remove FeatureParams.PbtsEnableHeight and SynchronyParams.{Precision,MessageDelay} sections and references.
      • Add note clarifying PBTS is governed by node config/algorithm, not ConsensusParams.
    • Validator keys: Remove unsupported secp256k1eth from ValidatorUpdate supported types.

Written by Cursor Bugbot for commit 846d7ac. This will update automatically on new commits. Configure here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Morty Proxy This is a proxified and sanitized view of the page, visit original site.