You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!--
Please read and fill out this form before submitting your PR.
Please make sure you have reviewed our contributors guide before
submitting your
first PR.
-->
Duplicate of #1367
Reference to corresponding [cometBFT
code](https://github.com/cometbft/cometbft/blob/6c1deb50b146bf8d27a65fbce8dbba89052dd607/internal/state/execution.go#L615).
Removes validator updates code as well that is now unnecessary due to
switch to single sequencer.
<!--
Please provide an explanation of the PR, including the appropriate
context,
background, goal, and rationale. If there is an issue with this
information,
please provide a tl;dr and link the issue.
-->
<!--
Please complete the checklist to ensure that the PR is ready to be
reviewed.
IMPORTANT:
PRs should be left in Draft until the below checklist is completed. -->
- [x] New and updated code has appropriate documentation
- [x] New and updated code has new and/or updated testing
- [x] Required CI checks are passing
- [ ] Visual proof for any user facing features like CLI or
documentation updates
- [x] Linked issues closed with keywords
<!--
Please read and fill out this form before submitting your PR.
Please make sure you have reviewed our contributors guide before
submitting your
first PR.
-->
## Overview
<!--
Please provide an explanation of the PR, including the appropriate
context,
background, goal, and rationale. If there is an issue with this
information,
please provide a tl;dr and link the issue.
-->
## Checklist
<!--
Please complete the checklist to ensure that the PR is ready to be
reviewed.
IMPORTANT:
PRs should be left in Draft until the below checklist is completed.
-->
- [ ] New and updated code has appropriate documentation
- [ ] New and updated code has new and/or updated testing
- [ ] Required CI checks are passing
- [ ] Visual proof for any user facing features like CLI or
documentation updates
- [ ] Linked issues closed with keywords
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
- **New Features**
- Search bar implemented, enhancing the user interface for better
navigation and search capabilities.
- **Improvements**
- Updated consensus parameter retrieval for improved consistency and
reliability.
- Refined state update process to better handle consensus parameter
updates.
- **Bug Fixes**
- Adjusted range checking logic to ensure accurate query bounds
validation.
- **Tests**
- Added new tests to ensure consensus parameters are validated and
updated correctly.
- **Documentation**
- Updated comments to clarify the purpose of key functions and
processes.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
0 commit comments