Skip to content

v2.9.3

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Aug 07:49
· 1132 commits to master since this release
4cd2cda

Recommended Upgrade

Optional, yet recommended upgrade which includes a number of small fixes including long-standing stability and memory issues that were caused by the SPV. In particular, this fixes many occasional crashes that may appear as IO errors which were caused by the SPV code closing incorrect file descriptors, resulting in the corruption of the blockchain database.

Upgrade Notes

  • For nodes >= 2.9.1, this is a drop in upgrade. No reindex required.
  • For nodes that are being restored from recent snapshot, as with all updates before: -rescan for the wallet txs and additionally -spv_resync for users who hold BTC. If either isn't used, they may not be shown in the wallet until rescanned/resynced.
  • For other nodes, one of the following is required: a fresh sync, the most recent snapshot.

What’s Changed

🚀 Features

🐛 Bug Fixes

🧰 Maintenance

How to run?

Download and untar the relevant version to your operating system, run bin/defid or bin/defid.exe to start a DeFi Blockchain daemon. The client (CLI) can be found at bin/defi-cli or bin/defi-cli.exe.

DeFi App (GUI) users

If you are running the desktop DeFi App, you do not have to manually update the underlying node as the app will handle it. Check https://github.com/DeFiCh/app/releases for the latest releases.