Skip to content

Releases: Martin8617/Defi-Node-for-Raspberry-Pi

v1.8.2

16 Aug 19:28
fd814c8
Compare
Choose a tag to compare
  • Defi Node for Raspberry Pi with official Raspberry Pi OS (32-bit) as armv7l
  • Defi Node for Raspberry Pi with beta Raspberry Pi OS (64-bit) as arm64

Information copied from defich/ain

Optional performance update

  • This minor release includes a key fix that optimizes out excessive validation of blocks that causes the block syncing to be much slower (For more, info please see #670), and also a few additional improvements.

🐛 Bug Fixes

  • Discard accounts changes on clearing mempool @bvbfan (#678)
  • Fix multiple pool rewards history @bvbfan (#674)
  • Only check previous anchor when SPV enabled @Bushstar (#677)
  • Update previous checkpoint height @bvbfan (#672)
  • Updated the code to generate blocks for the given address. @surangap (#646)

🧰 Maintenance

  • Enable parallel builds on docker containers @prasannavl (#659)

v1.8.1

16 Aug 07:27
fd814c8
Compare
Choose a tag to compare
  • 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