This upgrade contains the modified PriceGetter trait implementation that replaces usage of oracle pallet with dia-oracle for fetching prices of assets when doing buyouts. (https://github.com/pendulum-chain/pendulum/issues/445).
Note: Runtime upgrade to spec version 16 was successful, after which we increased the MinBuyoutAmount parameter for the buyout pallet in this same PR, therefore needing to upgrade to version 17 to apply this change.
This upgrade contains the modified
PriceGetter
trait implementation that replaces usage oforacle
pallet withdia-oracle
for fetching prices of assets when doing buyouts. (https://github.com/pendulum-chain/pendulum/issues/445).Note: Runtime upgrade to spec version
16
was successful, after which we increased theMinBuyoutAmount
parameter for the buyout pallet in this same PR, therefore needing to upgrade to version17
to apply this change.