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.
Created by
brew bump
Created with
brew bump-formula-pr
.release notes
(Optional) Database compaction: Stop the node at chain-tip (after syncing is finished) Then
Then restart. The new chaindata may be up to 1/3 of the size of the old (Bonus!). If all goes well, you can delete chaindataOld
Tip: To do the integration commands with docker image, you can always do
Then the value of datadir for integration and mdbx commands is /data on the docker shell, where you can run the above.
N.B. Also, just a reminder, 2.58 originally synced node cannot see much benefit on upgrading (it was also in the release notes of 2.59) The above suggestion would work when upgrading from 2.59.x
by @somnathb1 in erigontech/erigon#10019 erigontech/erigon#9968 erigontech/erigon#9932 erigontech/erigon#9733
Caplin:
Silkworm:
Otterscan:
New:
Bugfixes:
debug_
RPCs erigontech/erigon#9922primarily via webseeds. This has become unreliable recently due to issues with web firewall quotas and internal
torrent library http handling. These changes fix several identified issues in this area which should improve downlaod reliability.Add cloudflare app firewall specific headers erigontech/erigon#9904 Added downloader http handling and extended logging erigontech/erigon#9962 Added body close on retry for downloader round trip erigontech/erigon#10008 Added downloader request count erigontech/erigon#10036 torrent v1.54.2-alpha -> v1.54.2-alpha-7 (release/2.60) erigontech/erigon#10183 Set existing torrent webseeds after download erigontech/erigon#10149
Full Changelog: erigontech/erigon@v2.59.3...v2.60.0