Conversation
buddh0
approved these changes
Jul 25, 2025
zlacfzy
approved these changes
Jul 25, 2025
galaio
approved these changes
Jul 25, 2025
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
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
v1.5.19 is a hot fix release for v1.5.18, which has a critical issue for nodes that are running with flag:
--pruneancient.The issue of v1.5.18 is about performance, as nodes could be stuck for ~1 min during block import due to an exclusive write lock of ancientDB.
The issue has been mitigated by: #3251
ChangeList
BUGFIX
#3251 freezer: change freeze batch size
IMPROVEMENT
#3243 build(deps): bump golang.org/x/oauth2 from 0.24.0 to 0.27.0
#3235 refactor: use maps.Copy for cleaner map handling
Changes
NA