Improved
Release Candidate v1.1.0 (RC 2)
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 https://github.com/kaspanet/rusty-kaspa/pull/827
- Run docker containers as kaspa by @coderofstuff in https://github.com/kaspanet/rusty-kaspa/pull/824
- fix(wasm/build): revert build configuration by @IzioDev in https://github.com/kaspanet/rusty-kaspa/pull/830
- Add pruning proof descriptor for guided proof reconstruction by @michaelsutton in https://github.com/kaspanet/rusty-kaspa/pull/828
- Bump version to 1.1.0-rc.2 by @michaelsutton in https://github.com/kaspanet/rusty-kaspa/pull/832
Full Changelog: https://github.com/kaspanet/rusty-kaspa/compare/v1.1.0-rc1...v1.1.0-rc.2