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
Create a whitelist param that stores an array of denoms that are whitelisted by the protocol. Governance can create a ParamChangeProposal that adds and removes from the whitelisted array. Check whitelist in the oracle endblocker that checks whether the denom is in the whitelist before adding the exchange rate to the store.
Edit the oracle Reward Pool of a VotePeriod = oracle module account / (n blocks) * # of blocks in each VotePeriod. n should be an oracle store parameter (RewardDistributionPeriod)
Oracle module account should be whitelisted in the bank module such that users can donate funds to the oracle module account
Additional context
None
The text was updated successfully, but these errors were encountered:
Feature specification
Reward Pool of a VotePeriod = oracle module account / (n blocks) * # of blocks in each VotePeriod
.n
should be an oracle store parameter (RewardDistributionPeriod)Additional context
None
The text was updated successfully, but these errors were encountered: