v3.2.2
Optional Upgrade
- RPCs with fixes and improvements:
listaccounthistory
: Support for paginationlistgovproposals
: Multiple fixes and improvementsaccouthistorycount
: Addstxtypes
support for accepting multiple types
- Flags:
-backupwallet
: Enables automatic wallet backups. This feature is currently experimental and is disabled by default as large wallets can block the validation process during the automatic backup.-leveldbchecksum
: Controls the leveldb check sum behaviour and allows bypass to favour faster validations for testing and on non masternodes.-devnet
: Enables bootstrapping first iteration of the new networkdevnet
Upgrade Notes
- For >= 3.2.0, it is a drop in-upgrade.
- For nodes >=3.0.x, one of the following is required:
- Sync from any of snapshots from the DeFiChain team (below)
- Any of your own snapshots or data backups before block 2480466 (
b41a1d51d80381d3b14be24bc8b2a5524e1c698f5d7cffe5ec4f7b6807ce935a
).
- For all other updates, one of the following is required: a fresh sync, the most recent snapshot.
- 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.
Network Snapshot
- [Asia] https://defi-snapshots.s3.ap-southeast-1.amazonaws.com/index.txt
- [EU] https://defi-snapshots-europe.s3.eu-central-1.amazonaws.com/index.txt
- [Sydney] https://defi-snapshots-sydney.s3.ap-southeast-2.amazonaws.com/index.txt
- [US] https://defi-snapshots-us.s3.amazonaws.com/index.txt
Changes
- Refactor consensus with contract based predicates by @Bushstar in #1679
- Refactor fork check by @Bushstar in #1671
- Move validation code to DeFi by @Bushstar in #1663
- Update getblock help dialogue by @shohamc1 in #1685
- Add workflow_dispatch event trigger to full sync CI by @Jouzo in #1651
- Fix start pagination for listgovproposals by @Mixa84 in #1689
- Feature: Auto Backup Wallet by @mambisi in #1331
- Allow direct fetch and reorgs on mocknet by @Bushstar in #1686
- Add lock before wallet backup by @Bushstar in #1690
- Adds -leveldebchecksum argument by @dcorral in #1669
- Add pagination support for
listaccounthistory
by @shohamc1 in #1643 - Add alias "special" for emergency VOC. by @Mixa84 in #1691
- Fix
start
behaviour inlistgovproposals
by @shohamc1 in #1692 - Update devnet with latest testnet hard fork height by @Bushstar in #1693
- Add multi-account and multi-TX filters to
accounthistorycount
by @shohamc1 in #1666 - Set devnet seed node by @Bushstar in #1694
- Refactor proposals related nomenclature by @shohamc1 in #1687
- v3.2.2 by @Bushstar in #1695
- Add devnet ports to dockerfile EXPOSE by @Jouzo in #1696
- Add option to pass custom name to workflow_dispatch run by @Jouzo in #1698
- Document missing fork dates by @Jouzo in #1699
- Fix cycleEndHeight for emergency VOC by @Mixa84 in #1697
Full Changelog: v3.2.1...v3.2.2