v3.0.1
- 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
Mandatory Upgrade
This is a mandatory update for the upcoming Grand Central chain upgrade. It contains key upgrades for the protocol.
Grand Central upgrade is set for block 2479000 (approx. ETA Dec 8th, 2022. UTC) on mainnet.
Update of mainnet node to v3.0.x
before the chain upgrade block is REQUIRED.
📓 Upgrade Notes
- For nodes >= 2.11.1, reindex is recommended but optional.
- What works without reindex: Consensus, fund related contracts are 100% compatible and reindex isn't required.
- What requires reindex: bug fixes for statistical information like
getburninfo
and live attributes. (listgov attrs
). Without reindex, they'll continue to follow older accounting semantics. - 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
🔑 Key Highlights
- On-chain governance
- Token consortium framework
- Support for masternode parameter updates (owner, operator, reward address)
- Pool commission and reward fixes
✔️ Commits
The full list of all changes you can find at DeFiCh/ain/releases
Full Changelog: v2.11.1...v3.0.1
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.