update boardAux when new ERTP brands are added #8627
Labels
contract-upgrade
enhancement
New feature or request
hygiene
Tidying up around the house
test
triaged_2024
What is the Problem Being Solved?
The
published.boardAux
was populated byupgrade-walletFactory-proposal
when is was upgraded from incarnation 0 to 1. As new brands are added toagoricNames.brand
,boardAux
does not get them.Description of the Design
Test that
addAssetToVault
ends up with the new ERTP brand inboardAux
.Consider a helper utility that adds the ERTP to both
agoricNames.brand
andboardAux
.Whenever iterating over
agoricNames.brand
for ERTP brands, omit known non-ERTP brands such astimer
(TimerBrand) to avoid errors likeTypeError: target has no method "getDisplayInfo", has ["isMyClock","isMyTimerService"]
)Security Considerations
Scaling Considerations
Test Plan
Upgrade Considerations
The text was updated successfully, but these errors were encountered: