-
Notifications
You must be signed in to change notification settings - Fork 829
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 Precompile #1445
Oracle Precompile #1445
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## seiv2 #1445 +/- ##
==========================================
- Coverage 62.87% 62.02% -0.85%
==========================================
Files 350 353 +3
Lines 23965 24379 +414
==========================================
+ Hits 15068 15122 +54
- Misses 8029 8382 +353
- Partials 868 875 +7
|
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.
This looks super clean and the tests are great 💯 Small notes but nothing blocking.
|
||
for (let i = 0; i < exchangeRatesLen; i++) { | ||
expect(exchangeRatesJSON[i].denom).to.equal(exchangeRates[i].denom); | ||
} |
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.
Should we check that the other values in oracle_exchange_rate
are reasonable values?
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.
@jewei1997 yea, take a look at this comment above about this #1445 (comment)
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.
overall LGTM, just left a few suggestions
* Oracle Precompile * Update abi oracle * Update tests * Update tests * Update abi + tests * integration test query * Precompile integration tests * Update type * Add more loggign * lint * Add more checks * update tests
* Oracle Precompile * Update abi oracle * Update tests * Update tests * Update abi + tests * integration test query * Precompile integration tests * Update type * Add more loggign * lint * Add more checks * update tests
* Oracle Precompile * Update abi oracle * Update tests * Update tests * Update abi + tests * integration test query * Precompile integration tests * Update type * Add more loggign * lint * Add more checks * update tests
* Oracle Precompile * Update abi oracle * Update tests * Update tests * Update abi + tests * integration test query * Precompile integration tests * Update type * Add more loggign * lint * Add more checks * update tests
* Oracle Precompile * Update abi oracle * Update tests * Update tests * Update abi + tests * integration test query * Precompile integration tests * Update type * Add more loggign * lint * Add more checks * update tests
* Oracle Precompile * Update abi oracle * Update tests * Update tests * Update abi + tests * integration test query * Precompile integration tests * Update type * Add more loggign * lint * Add more checks * update tests
* Oracle Precompile * Update abi oracle * Update tests * Update tests * Update abi + tests * integration test query * Precompile integration tests * Update type * Add more loggign * lint * Add more checks * update tests
Describe your changes and provide context
Testing performed to validate your change