This release fixes the intermittent sync issues as well as the issue where the size of the chaindata keeps growing.
As mentioned in this comment, please make sure to do the following:
update the node to this version (v3.3.6-beta)
let it clear backlog
stop node
remove /chaindata/* to reclaim disk size
restart node
Please note that this whole process can take some time.
What's Changed
- freezeblocks, eth1: fix block retirement timing and prune backlog detection by @HugoDutchie in #92
New Contributors
- @HugoDutchie made their first contribution in #92
Full Changelog: v3.3.5...v3.3.6-beta