8000 feat: Market Configurations Proto by davidterpay · Pull Request #97 · skip-mev/connect · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

feat: Market Configurations Proto #97

Merged
merged 7 commits into from
Feb 8, 2024
Merged

Conversation

davidterpay
Copy link
Contributor
@davidterpay davidterpay commented Feb 8, 2024

closes BLO-876

Copy link
codecov bot commented Feb 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (578001b) 74.95% compared to head (efdee3e) 74.98%.
Report is 1 commits behind head on main.

❗ Current head efdee3e differs from pull request most recent head 94bf054. Consider uploading reports for the commit 94bf054 to get more accurate results

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.
📢 Have feedback on the report? Share it here.

@davidterpay davidterpay marked this pull request as ready for review February 8, 2024 19:18
Comment on lines 12 to 13
// ID is a unique sequentially-generated value for the ticker.
uint64 id = 1;
Copy link
Contributor Author

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.

Copy link
Contributor

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?

Copy link
Contributor
@aljo242 aljo242 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm

@aljo242
Copy link
Contributor
aljo242 commented Feb 8, 2024

Lgtm

Just run make proto-all before merging

@davidterpay davidterpay merged commit 734afc9 into main Feb 8, 2024
nivasan1 added a commit that referenced this pull request Feb 8, 2024
davidterpay pushed a commit that referenced this pull request Feb 9, 2024
This reverts commit 734afc9.

Co-authored-by: Nikhil Vasan <97126437+nivasan1@users.noreply.github.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0