-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Oracle params improvement #547
Conversation
Codecov Report
@@ Coverage Diff @@
## master #547 +/- ##
==========================================
+ Coverage 82.69% 82.84% +0.15%
==========================================
Files 91 91
Lines 5431 5468 +37
==========================================
+ Hits 4491 4530 +39
+ Misses 738 736 -2
Partials 202 202
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
invalid oracle params return no error
should be invalid oracle params return error
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should add the oracle params validation inside the ValidateGenesis
function
@RiccardoM Oracle params validation is in the |
Co-authored-by: Riccardo Montagnin <[email protected]>
Co-authored-by: Riccardo Montagnin <[email protected]>
Co-authored-by: Riccardo Montagnin <[email protected]>
Co-authored-by: Riccardo Montagnin <[email protected]>
Co-authored-by: Riccardo Montagnin <[email protected]>
Co-authored-by: Riccardo Montagnin <[email protected]>
Co-authored-by: Riccardo Montagnin <[email protected]>
Co-authored-by: Riccardo Montagnin <[email protected]>
Co-authored-by: Riccardo Montagnin <[email protected]>
Co-authored-by: Riccardo Montagnin <[email protected]>
Co-authored-by: Riccardo Montagnin <[email protected]>
Co-authored-by: Riccardo Montagnin <[email protected]>
…le-params-improvement � Conflicts: � CHANGELOG.md � proto/desmos/profiles/v1beta1/models_params.proto � x/profiles/keeper/genesis_test.go � x/profiles/keeper/keeper_params_test.go � x/profiles/legacy/v0160/store.go � x/profiles/types/genesis_test.go � x/profiles/types/models_params.go � x/profiles/types/models_params.pb.go � x/profiles/types/models_params_test.go
Signed-off-by: Riccardo Montagnin <[email protected]>
Signed-off-by: Riccardo Montagnin <[email protected]>
…into paul/oracle-params-improvement
See PR #547 (cherry picked from commit a549ef7) Signed-off-by: Riccardo Montagnin <[email protected]>
Description
This PR is the implementation of #537. It moves oracle params to on-chain store, instead of hard coded.
Closes #537
Checklist
CHANGELOG.md
file.Files changed
in the Github PR explorer.