v2.6.2
- 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/releases
Compiled from Source code with Raspberry Pi OS (bullseye) @Martin8617
Recommended Upgrade
This is a minor update, that primarily focuses on fixing nodes that result in crashes due a segfault in SPV under certain specific conditions, when it's turned on. Contains a few other minor additional fixes and features.
Upgrade Notes
- For nodes that are running
>= v2.6.1
, this is a drop in upgrade. No reindex or fresh sync needed. - 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.
What’s Changed
🚀 Features
- Implement
getaccounthistory
RPC @chanakasameera (DeFiCh/ain#1102)
🐛 Bug Fixes
- Remove VLA and resolve warnings in SPV @Bushstar (DeFiCh/ain#1131)
- Fix deadlock between blockchain and spv @bvbfan (DeFiCh/ain#1139)
- Fix windows time @Bushstar (DeFiCh/ain#1136)
- Use direct path in testpoolswap when available @Jouzo (DeFiCh/ain#1115)
- Fix valid flag in decodecustomtx @bvbfan (DeFiCh/ain#1054)
- Fix dex loan token burns @bvbfan (DeFiCh/ain#1100)
- Add sync_blocks to fix failing deposittovault @HiDiego (DeFiCh/ain#1107)
- Test/poolswap enhanced tests + adapt loan to mainnet parameters @HiDiego (DeFiCh/ain#1072)
- Add missing cs_main lock before calling CheckPendingAnchors @Bushstar (DeFiCh/ain#1096)
- Sync before clearing mempool @Bushstar (DeFiCh/ain#1099)
- Fix restore UTXO test @Bushstar (DeFiCh/ain#1080)
🧰 Maintenance
- C++17 @Jouzo (DeFiCh/ain#1135)
- Version 2.6.2 @prasannavl (DeFiCh/ain#1138)
- Simplify make.sh to use a single target instead of targets @prasannavl (DeFiCh/ain#1137)
- Split make.sh build, fix lints, cleanup @prasannavl (DeFiCh/ain#751)
- Test getinterest calculation @Jouzo (DeFiCh/ain#1092)
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
.
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/Martin8617/Defi-Wallet-for-Raspberry-Pi/releases for the latest releases.