In Panacea, upgrade-oracle tx is processed after reaching the upgrade height, but this is not reflected in the Oracle store. Because the part that set to the Oracle store only works in BeginBlocker.
Therefore, we need to modify the function so that this part can be applied. For example, in ApproveOracleUpgrade, we can check the uniqueID of Params and call SetOracle.
In Panacea,
upgrade-oracle
tx is processed after reaching the upgrade height, but this is not reflected in theOracle
store. Because the part that set to theOracle
store only works inBeginBlocker
.Therefore, we need to modify the function so that this part can be applied. For example, in
ApproveOracleUpgrade
, we can check theuniqueID
ofParams
and callSetOracle
.