Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

v0.7.2-alpha

Compare
Choose a tag to compare
@ParthDesai ParthDesai released this 03 Jan 16:06
· 41 commits to main since this release
e8a1f9b

Description

This release upgrades pulsar to gemini-3g-2023-dec-22 monorepo snapshot from gemini-3g-2023-dec-01 snapshot. It is the bugfix release supporting Gemini3g network.

What's changed? (Major changes copied from monorepo release)

  • Farmer processes archived segments in more graceful way fixing large gaps in block production and massively reducing network usage spikes
  • fix for farm locking that prevents farmer from starting (--no-info was a workaround, shouldn't be necessary anymore)
  • --farm-during-initial-plotting now takes true/false argument and defaults to true on machines with more than 8 logical cores, which means most users shouldn't need to specify it anymore 🎉
  • only process canonical consensus blocks by operator, decreasing computation required and avoiding crashes in case there are many forks
  • acquire farm lock on the farmer in order to prevent accidental use of the same farm by two farmer instances that will inevitably lead to slashing and other issues
  • graceful shutdown in case piece cache sync is still in progress (fixed autonomys/subspace#2241)
  • avoid sync errors on node restart if stopped at unfortunate block (autonomys/subspace#2336)