Skip to content

v1.8.1

Compare
Choose a tag to compare
@Martin8617 Martin8617 released this 16 Aug 07:27
· 93 commits to main since this release
fd814c8
  • Defi Node for Raspberry Pi with official Raspberry Pi OS (32-bit) as armv7l

Information copied from defich/ain

Optional stability update

  • This is an optional, but recommended update to 1.8.0.
  • This is a minor update that fixes an edge-case due to an issue in the internal Bitcoin SPV, which causes the whole node to become unresponsive right after upgrade before achieving full sync.
  • If you've already upgraded to 1.8.0 with the official snapshots and/or the node is stable, this update should have no effect.
    What’s Changed.

🐛 Bug Fixes

  • Fix random unit test fail @bvbfan (#649)
  • Fix spv help message typo @ShengguangXiao (#651)
  • Move CheckPendingAnchors out of cs_main lock @Bushstar (#653)
  • Cap regtest blocktime to median time + 1 to avoid errors @Bushstar (#618)

🧰 Maintenance