Pre-release v1.1.0 (RC 2)
- Node version:
1.1.0-rc.2
Fixes the following issues in RC 1:
-
Correct initialization of the UTXO index on fresh nodes (#826)
Nodes that were freshly synced on RC 1 with
--utxoindexenabled should:- Stop the node
- Restart without
--utxoindexand allow it to fully sync and advance normally - Stop the node again, then restart with
--utxoindexenabled
-
Fixes to WASM SDK errors
What's Changed
- Proper utxoindex resyncing post utxo download by @freshair18 in #827
- Run docker containers as kaspa by @coderofstuff in #824
- fix(wasm/build): revert build configuration by @IzioDev in #830
- Add pruning proof descriptor for guided proof reconstruction by @michaelsutton in #828
- Bump version to 1.1.0-rc.2 by @michaelsutton in #832
Full Changelog: v1.1.0-rc1...v1.1.0-rc.2