v4.1.4
Optional Upgrade
Highlights
- Fixes long standing bugs in using
-consolidaterewards
flag for multiple tokens in one go.-consolidaterewards
is now expected to be usable for full optimization across all addresses. - Optimized mining support with additional strategies beyond the default.
- Future flagged fixes: Bugs in upcoming static reward calculation.
Upgrade Notes
- From
v4.1.x
: Drop in upgrade. - All other older nodes: Fresh sync or bootstrap from snapshots 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.
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
- Return crossboundary error message debug info by @Jouzo in #2980
- Add interruptblock RPC by @Jouzo in #2982
- Enable snapshots by default by @Bushstar in #2986
- chore: remove repetitive words by @pkucode in #2993
- Fix failing tests by @Bushstar in #2994
- Add missing prefix checks and fix overlaps by @Bushstar in #2996
- build: fix rust toolchain to 1.79 by @prasannavl in #3005
- build: require python3-dev dependency on all platforms by @prasannavl in #3007
- fix: test dep web3 py package by @prasannavl in #3008
- ci: use requirements file for py deps by @prasannavl in #3009
- tests: fix flaky tests that fail due to type strictness by @prasannavl in #3010
- tests: better resilience for concurrent node starts by @prasannavl in #3011
- fix: ConsolidateRewards batch consolidation bugs by @kuegi in #3002
- test: getcustomtx intermittent failure by @Bushstar in #3016
- Update account history for static rewards. Fix off by one bug. by @Bushstar in #3018
- Add startup flag to set miner strategy by @Bushstar in #2975
- Calculate static rewards by getting start balance from the block before by @Bushstar in #3024
- v4.1.4 by @prasannavl in #3019
New Contributors
Full Changelog: v4.1.3...v4.1.4