nns-dapp
nns-dapp copied to clipboard
Update proposal rendering dependencies + fixes
Motivation
We have a job to make these changes automatically, but there were breaking changes so this PR replaces the automatic PR.
Breaking changes:
-
UpdateElectedReplicaVersionsPayloadwas renamed toReviseElectedGuestosVersionsPayload -
UpdateSubnetReplicaVersionPayloadtoDeployGuestosToAllSubnetNodesPayload - Variant
ApiBoundaryNodeswas added toFirewallRulesScope
Changes
- Ran
scripts/proposals/did2rsto make automatic changes to variousapi.rsfiles. - Manually apply type name changes to
def.rsandlib.rs.
Tests
- Add a test for
propose-to-add-firewall-ruleswhich had a breaking change by having a new variant added toFirewallRulesScope. - The proposal types that were renamed (nns functions 11 and 38) were already covered by tests.
Todos
- [x] Add entry to changelog (if necessary).