v2.5.0
- 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 @Martin8617
Recommended Update
What’s Changed
- Protocol version has been bumped to
70023
due to the changes in the supported TX set. - Fixes the case where unsupported TXs (say, now invalid ICX TX submitted from a 2.3.x node) caused the valid nodes to rollback excessively, which resulted in stalls in the blockchain when all miners end up in rollbacks at the same time due to the invalid DfTx. This provides better handling of unsupported TXs. Invalid TXs will no longer cause rollbacks.
- Adds an additional checkpoint at
1505965 (f7474c805de4f05673df2103bd5d8b8dea09b0d22f808ee957a9ceefc0720609)
.
🐛 Bug Fixes
- Version 2.5.0 @prasannavl (#1017)
- Reject block that contains unsupported custom txs @bvbfan (#1018)
🧰 Maintenance
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.