v3.2.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
Optional Upgrade
- Additional filters and pagination for on-chain governance related RPCs
- Optional support for time based TX ordering miner policy
- SPV related fixes that hangs the shutdown process under certain conditions
- Accounting fixes for getburninfo related to BurnTokenTx
🚧 Important Information
During one of our pre-hardfork checks, we identified that some of the recent snapshots provided by the following sources were created by nodes that were updated incorrectly, resulting in inconsistent data:
- https://defi-snapshots.s3.ap-southeast-1.amazonaws.com/index.txt
- https://defi-snapshots-europe.s3.eu-central-1.amazonaws.com/index.txt
- https://defi-snapshots-sydney.s3.ap-southeast-2.amazonaws.com/index.txt
- https://defi-snapshots-us.s3.amazonaws.com/index.txt
All of the incorrect snapshots have now been removed from the above sources, regenerated and verified to be correct.
Freshly synced nodes with 3.1.x nodes are unaffected and are ready for the Grand Central Epilogue network upgrade. For those that have used any of the above sources to bootstrap the network, please update your nodes from the same sources again.
Recent verified snapshots:
- https://defi-snapshots.s3-ap-southeast-1.amazonaws.com/snapshot-mainnet-2571096.zip
- https://defi-snapshots-europe.s3.eu-central-1.amazonaws.com/snapshot-mainnet-2571096.zip
- https://defi-snapshots-sydney.s3.ap-southeast-2.amazonaws.com/snapshot-mainnet-2571096.zip
- https://defi-snapshots-us.s3.amazonaws.com/snapshot-mainnet-2571096.zip
What’s Changed
🔁 Change
- Add more examples in minttokens help dialogue by @shohamc1 in DeFiCh/ain#1677
- Add test for changing voting period before previous period ending. by @Mixa84 in DeFiCh/ain#1660
- Input validation of creategovvoc and creategovcfp by @Jouzo in DeFiCh/ain#1647
- Change ordering of TXs by time by @Bushstar in DeFiCh/ain#1613
- Prevent consortium being set on loan token or DFI by @Bushstar in DeFiCh/ain#1649
- Add pagination support for listgovproposalvotes by @shohamc1 in DeFiCh/ain#1635
- SPV: update testnet seed nodes by @Bushstar in DeFiCh/ain#1682
- Fix accounting of burntoken tx in getburninfo by @Mixa84 in DeFiCh/ain#1659
- Add cycle filtering and pagination to listgovproposals by @dcorral in DeFiCh/ain#1627
- v3.2.1 by @Bushstar in DeFiCh/ain#1681
✔️ Commits
Full Changelog: v3.2.0...v3.2.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.