-
Notifications
You must be signed in to change notification settings - Fork 554
Merge v2.3.1 to master #1803
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Merge v2.3.1 to master #1803
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* feat: first iter of health service endpoint * chore: report synced/not_synced instead of boolean * chore: add health config section * chore: nits * chore: nits * chore: minor nits * chore: status changes
v2.3.0 to develop
* backfill command validation step * writing the fill gap data * debug logs * more logs * more lgos * change on nil check * removing logs * dedup code * fails when validation doesnt pass * Update internal/cli/backfill_statesync_txs.go Co-authored-by: Copilot <[email protected]> * replacing github runner --------- Co-authored-by: Copilot <[email protected]>
* core,internal/cli: add support for censoring txs from a given list of accounts * core,internal/cli: improvements based on comments * core: fix lint * Fix flag description * Add flag to docs * Rewording --------- Co-authored-by: Jerry <[email protected]> Co-authored-by: Lucca Martins <[email protected]>
* Larger tx announce queue for trusted peers Allows the node to allocate more buffer (x10) for txn announcements for trusted and static peers. Larger queue reduces the possibility a transaction might get dropped by the node when there is a surge of txns in the network. * Add specific comment
Use the correct block number for retrieving the snapshot. This is change is required because the behavior of `snapshot()` in bor consensus had changed. Before, it was expecting the caller to pass the parent block of the target block, but now it is expecting the target block to be directly passed in.
* Drop wit peer on receiving bad witnesses * Remove unnecessary peer penalty * Minor fix * Fix linter
Djpolygon/profile updates
* restricting known blocks and witnesses for announcements * keep known blocks * fix lint * apply comments * remove wrong knownwitness * block fetcher tolerance & gasused on stateless import * fix test and apply comments * remove old test, rule removed * Fix nil panic --------- Co-authored-by: Jerry <[email protected]>
lucca30
approved these changes
Oct 3, 2025
avalkov
approved these changes
Oct 3, 2025
|
ssandeep
approved these changes
Oct 3, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Merge v2.3.1 to master
Changes
Breaking changes
Please complete this section if any breaking changes have been made, otherwise delete it
Nodes audience
In case this PR includes changes that must be applied only to a subset of nodes, please specify how you handled it (e.g. by adding a flag with a default value...)
Checklist
Cross repository changes
Testing
Manual tests
Please complete this section with the steps you performed if you ran manual tests for this functionality, otherwise delete it
Additional comments
Please post additional comments in this section if you have them, otherwise delete it