Skip to content

v1.18.2

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Dec 14:56
· 69 commits to master since this release
759f56f

Building upon the previous release, the sync intervals are re-synced so that nodes may collect any potentially missing chunks from the network.

The initial syncing a node performs to collect missing chunks from peers, aka historical syncing, is now rate limited to lower and stabilize CPU usage.

For questions, comments, and feedback, reach out on Discord.

Bug fixes

  • Fixed a panic when running compact with an empty db. ( #4488 )

Features

  • Puller historical syncing is now rate limited to not exceed 500 chunks/second. ( #4504 )

Hardening

  • Puller sync intervals are reset to sync missing chunks. ( #4499 )
  • Various UX improvements. ( #4487 #4466 #4489 )

For a full PR rundown, please consult the v1.18.2 diff.