v3.2.6
Recommended Upgrade
- Added more checkpoints to flatten the memory spike for lower end machines instead of a single large prune
- Fixes
gettokenbalances
bug in 3.2.5 that doesn't filter out currently un-spendable tokens from wallet.
Upgrade Notes
- For >= 3.2.4, no reindex needed. Drop-in upgrade.
- For >= 3.2.0 and <= 3.2.3, reindex is recommended, but optional and can be drop-in upgrade.
reindex
fixes edge cases where some entries were missing in the outputs oflistaccounthistory
(fixed in: #1700) and account history related RPC. This does not affect consensus, UTXOs or account balances.
- 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.
Flag Changes
- None
RPC Changes
- None
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
What's Changed
- Add more consistent checkpoints by @Bushstar in #1781
- tests: mint multiple tokens to an address by @Bushstar in #1779
- gettokenbalances should only return spendable amounts by @Bushstar in #1780
- Change proposal approval threshold by @Mixa84 in #1711
- Version 3.2.6 by @prasannavl in #1782
Full Changelog: v3.2.5...v3.2.6