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
The current version of the Auction PR (#7000) has each auctionBook (one per collateral type) subscribing to price updates continuously, and using the most recently updated value when a price is needed. VaultManager, OTOH, requests a live price each time it's needed.
closes: #6946
VaultManagers were already channeling a subscription to the
priceAuthority in order to store it off chain. This uses that feed
instead of requesting a fresh price when needed.
closes: #6946
VaultManagers were already channeling a subscription to the
priceAuthority in order to store it off chain. This uses that feed
instead of requesting a fresh price when needed.
closes: #6946
VaultManagers were already channeling a subscription to the
priceAuthority in order to store it off chain. This uses that feed
instead of requesting a fresh price when needed.
No description provided.
The text was updated successfully, but these errors were encountered: