interlay / interbtc-spec

interBTC specification for a trust-minimized Bitcoin to Polkadot (and beyond) bridge
https://spec.interlay.io
Apache License 2.0
17 stars 13 forks source link

Delay exchange rate updates #58

Open gregdhill opened 3 years ago

gregdhill commented 3 years ago

With the new medianizer, exchange rate updates are always processed on the next block and enforced immediately. I believe Maker delays this update to allow participants time to respond.

nud3l commented 3 years ago

Yes, Maker has a delay between exchange rates being submitted and when they go live, see here: https://makerdao.world/en/faqs/oracles/

We should adopt something like this as well to allow vaults to react to incoming exchange rate updates in the future as well.