You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
includes adding code to handle timing constraints to avoid #8296, #8307
per meeting with @turadg and co
Without a fix, it's crucial that the oracle be started before the auction, and that the new brand is added to the auction after an auction round ends and before the next one starts.
What is the Problem Being Solved?
The community's stATOM proposal will be tested elsewhere but we're not confident telling the community it's ready until the testing is automated.
Moreover, if we don't include it in the upgrade tests then they will drift from Mainnet. E.g. what is
vaultFactory.managers.manager1
Description of the Design
Add the proposal to a deployment upgrade test
The
addBrand
call should wait for the auction to complete. That signal comes from a subscriber, which should be careful to stop subscribing.Security Considerations
Scaling Considerations
Test Plan
Auctions continue to work for both. See also #8270
Upgrade Considerations
Tasks
The text was updated successfully, but these errors were encountered: