Implement data aggregation methods for accuracy and a governance structure for managing oracle parameters.
Description:
This issue focuses on integrating price aggregation methods to improve reliability and setting up a governance mechanism for managing and upgrading the oracle.
Tasks:
Implement a price aggregation method (e.g., median or weighted average) to enhance accuracy and reliability.
Set up a governance structure to allow the community to vote on changes to data sources, dispute parameters, and oracle configurations.
Enable upgradability in governance to allow for future enhancements and scalability.
Write tests to validate price aggregation and governance functionalities.
Acceptance Criteria:
Reliable price aggregation methods are implemented and functional.
Governance allows the community to securely vote on oracle updates.
Upgradability mechanisms are included to allow protocol changes.
Tests ensure robust functionality for aggregation and governance.
Parent issue: https://github.com/alephium/ralph-example/issues/26
Objective:
Implement data aggregation methods for accuracy and a governance structure for managing oracle parameters.
Description:
This issue focuses on integrating price aggregation methods to improve reliability and setting up a governance mechanism for managing and upgrading the oracle.
Tasks:
Acceptance Criteria: