We made a new proposal (number 126861) to upgrade the NNS Dapp:
Changelog
Added
- Disable dissolve delay editing when the maximum is reached.
- Implement
Storable
for accounts. UnboundedStableBTreeMap
as an account storage medium.- Save accounts in the
pre_upgrade
hook only when accounts are stored in the heap. - Save account stats in the
pre_upgrade
hook rather than recomputing them in thepost_upgrade
hook. - Migration functions.
- Render pending and failed BTC withdrawal transaction as such.
- Add
ENABLE_SNS_TYPES_FILTER
feature flag.
Changed
- Use
ic_cdk::println
instead of thedfn_core
equivalent.
Fixed
- Remaining wrong dissolve delay error message after min/max click.
- Avoid unnecessary calls to SNS root canister ids to get the canister ids.
- Min dissolve delay button updates not only for the first time.
- Fix scrollbar in multiline toast message.
- Go back to accounts page for incorrect account identifier in SNS wallet page.
- Stay on the same universe when navigating back from wallet to the accounts page.