Feature request: QBFT On-Chain Governance for Block/Chain Parameters Updating without off-chain soft forks. #8130
Labels
enhancement
New feature or request
non mainnet (private networks)
not related to mainnet features - covers privacy, permissioning, IBFT2, QBFT
Description
As a QBFT PoA-based blockchain author, I want to dynamically update base block parameters (e.g., block size, transaction count, inter-block interval) via an on-chain contract. This capability will enable the blockchain to self-govern, adjusting to varying demand levels:
Acceptance Criteria
The system must support the following capabilities, accessible via an on-chain governance contract:
Smart contract information
Additional Information
Proposed block update API
function getParameterUpdates() external view returns (ParameterUpdate[] memory)
The text was updated successfully, but these errors were encountered: