-
Notifications
You must be signed in to change notification settings - Fork 77
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #97 +/- ##
==========================================
+ Coverage 74.95% 74.98% +0.02%
==========================================
Files 135 135
Lines 5531 5537 +6
==========================================
+ Hits 4146 4152 +6
Misses 1040 1040
Partials 345 345 ☔ View full report in Codecov by Sentry. |
// ID is a unique sequentially-generated value for the ticker. | ||
uint64 id = 1; |
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 should have a 1:1 mapping with what is stored in the x/oracle
module.
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.
Do we actually need this? Since the kvstore access in x/oracle
is BASE/QUOTE
doesnt using that already give use 1:1 mapping?
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.
Lgtm
Just run make proto-all before merging |
closes BLO-876