Skip to content

v3.2.5

Compare
Choose a tag to compare
@Martin8617 Martin8617 released this 24 Feb 13:04
· 5 commits to main since this release
65b6458
  • Defi Node for Raspberry Pi created with official Raspberry Pi OS bullseye (32-bit) as armv7l
  • Defi Node for Raspberry Pi created with Raspberry Pi OS bullseye (64-bit) as arm64

Information copied from DeFiCh/ain/releases
Compiled from Source code @Martin8617

Recommended Upgrade

📓 Upgrade Notes

  • For >= 3.2.0 and <= 3.2.4, reindex is recommended, but optional and can be drop in-upgrade.
    • reindex fixes edge cases where some entries were missing in the outputs of listaccounthistory (fixed in: DeFiCh/ain#1700) and account history related RPC. This does not affect consensus, UTXOs or account balances.
  • For nodes >=3.0.x, one of the following is required:
    • Sync from any of snapshots from the DeFiChain team (below)
    • Any of your own snapshots or data backups before block 2480466 (b41a1d51d80381d3b14be24bc8b2a5524e1c698f5d7cffe5ec4f7b6807ce935a).
  • For all other updates, one of the following is required: a fresh sync, the most recent snapshot.
  • 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.

🔢 Network Snapshots

What’s Changed

🚀 Features

  • Added -dftxworkers=<0/N>: No. of threads in the thread pool for DFTx worker task pool. 0 = automatic.
  • Added -txordering=entrytime/fee/mixed: mixed uses a random selection of entrytime or fee ordering.

🔑 Key Highlights

✔️ Commits

Full Changelog: v3.2.4...v3.2.5

How to run?

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

💻 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/Martin8617/Defi-Wallet-for-Raspberry-Pi/releases for the latest releases.