v3.2.3
Optional Upgrade
- An optional upgrade to resolve a performance regression in the node: https://github.com/DeFiCh/ain/issues/1730
- Disables
neutral
votes from being set through RPC due to prevent accidental neutral votes temporarily until #1704 is fixed. listgovproposalvotes
default values now work as expected to show current cycle instead of the last one.
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
What's Changed
- Add OCG voting scenarios tests by @Jouzo in #1706
- Remove codowners to manually add reviewers by @Mixa84 in #1716
- Add lambda support to Require by @Bushstar in #1705
- Disable neutral votes from RPC by @Mixa84 in #1709
- Fix incorrect default for cycles argument in listgovproposalvotes by @shohamc1 in #1701
- Fix on-chain goverment voting scenarios test by @Mixa84 in #1727
- Fix setgov crashes by @shohamc1 in #1719
- Version 3.2.3 by @prasannavl in #1731
Full Changelog: v3.2.2...v3.3.0