-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Oracle vote extension handler (#396)
* feat: Oracle vote extension handler * fix preblocker init * use validator in pf config for vote extensions * lint * add verification in process proposal * process proposal verifaction * setup oracle abci integration test suite * use vote extension signer for exchange rate generation * add vote extention and preblocker integration tests * fix preblocker test * nolint spacing revert * go mod tidy * add abci propsal tests * update price feeder import * add price feeder app config * fix e2e test setup * pr comments * git rm cached ignore files * lint * import latest pf version * Update .gitignore Co-authored-by: Adam Wozniak <[email protected]> * Update x/oracle/abci/proposal.go Co-authored-by: Adam Wozniak <[email protected]> * Update x/oracle/abci/voteextension.go Co-authored-by: Adam Wozniak <[email protected]> * round 2 pr comments * README update * super lint * go mod tidy --------- Co-authored-by: Adam Wozniak <[email protected]>
- Loading branch information
1 parent
5e4d57e
commit 15abd95
Showing
37 changed files
with
1,727 additions
and
365 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.