Don't reschedule vault's priceNotifier if one exists #10668
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
refs: #10660
Description
in testing upgrade 18 candidates, we realized that vaultManager was subject to the same error as auctions fixed in #10615.
Security Considerations
No Security implications.
Scaling Considerations
Not fixing this would add a new notifier to the vaultManager's quote watcher for every hour that elapsed between upgrade and the oracles starting to provide price updates.
Documentation Considerations
Unnecessary.
Testing Considerations
This was detected by trawling slogs. It's not clear that we can do better than that to verify the fix.
Upgrade Considerations
It would probably be a mistake to upgrade vaults without this fix.