v3.2.0
- 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 Epilogue chain upgrade. It contains key upgrades for the protocol.
Grand Central Epilogue upgrade is set for block 2574000 (approx. ETA Jan 10th, 2023. UTC) on mainnet.
Update of mainnet node to v3.2.0
before the chain upgrade block is REQUIRED.
📓 Upgrade Notes
- For nodes >= 3, 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
🔑 Key Highlights
- This is planned extension upgrade to 3.1.x that fixes improves protocol stability to ensure the network is ready for enabling the rest of Grand Central features.
🔁 Change
- Convert devnet into mirror testnet by @Bushstar in DeFiCh/ain#1661
- Mint tokens to any address by @shohamc1 in DeFiCh/ain#1650
- On-chain governance fixes by @Jouzo in DeFiCh/ain#1654
- Resolve getcustomtx call with updatemasternode on owner transfer by @Bushstar in DeFiCh/ain#1672
- test: Remove fragile assert_memory_usage_stable by @Bushstar in DeFiCh/ain#1645
- Revert "Update Bitcoin DNS seeds (DeFiCh/ain#1545)" by @Bushstar in DeFiCh/ain#1652
- Set GrandCentralEpilogue release by @prasannavl in DeFiCh/ain#1673
✔️ Commits
Full Changelog: v3.1.1...v3.2.0
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.