-
Notifications
You must be signed in to change notification settings - Fork 41
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
Create the exchange module #1661
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #1661 +/- ##
==========================================
- Coverage 64.68% 63.03% -1.65%
==========================================
Files 269 288 +19
Lines 31822 36461 +4639
==========================================
+ Hits 20583 22982 +2399
- Misses 9922 12139 +2217
- Partials 1317 1340 +23
|
…art from the full key makers a bit more.
…ee denoms in the key. Create a suffix maker and parser for those keys too.
…tlementFee to return more info about why a fee is insufficient.
…d ratio fee entry updaters.
…e bool, permissions, and required attributes.
…arket id field to genesis.
…ul. Make sure MsgGovManageFeesRequest has a market id.
…Ratio ParseFeeRatioStoreValue tests.
We will need to update internal/stargate_whitelist.go to contain the exchange queries we want provwasm to support. |
Oops! Good call. I need to add the hold module queries too. Update: They've been added. |
…il (which the store doesn't allow).
…or if there are no ratios found but the market does have ratios.
…rSettlementFlatFee to use the correct key maker.
… isn't provided, have the error include the required options.
… that isn't satisfied.
Description
closes: #1698
related: #1658
This PR creates the exchange module and adds it to the app.
Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.
docs/
) or specification (x/<module>/spec/
)godoc
comments.Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorerCodecov Report
in the comment section below once CI passes