Skip to content
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

feat(auction): oracle fees #2500

Merged
merged 6 commits into from
Apr 19, 2024
Merged

feat(auction): oracle fees #2500

merged 6 commits into from
Apr 19, 2024

Conversation

robert-zaremba
Copy link
Member

@robert-zaremba robert-zaremba commented Apr 18, 2024

Description

Summary by CodeRabbit

  • New Features

    • Introduced a new event type EventFundAuction for tracking rewards sent to the auction module.
    • Added a burn_auction_factor to settings to specify how much interest from borrows is directed to the auction module for rewards.
  • Enhancements

    • Improved interest accrual calculations to support new auction rewards logic.
    • Enhanced fund distribution logic to manage transfers to the oracle and auction modules more effectively, ensuring proper event emissions and fund allocations based on liquidity.

@robert-zaremba robert-zaremba requested a review from a team as a code owner April 18, 2024 21:54
Copy link
Contributor

coderabbitai bot commented Apr 18, 2024

Walkthrough

The recent updates aim to refine Umee protocol's financial mechanisms. They introduce a new message type and field to manage interest distribution via auctions. The changes enhance APY calculation, interest accrual, and funding logic for oracle and auction rewards.

Changes

File Path Changes
proto/umee/leverage/v1/events.proto Added EventFundAuction message type.
proto/umee/leverage/v1/leverage.proto Added rewards_auction_factor field to Params.
swagger/swagger.yaml Added rewards_auction_factor field with description.
x/leverage/keeper/interest.go Updated functions for APY calculation and interest accrual.
x/leverage/keeper/oracle.go Refactored funding logic, added imports, and enhanced event emission.
x/leverage/client/tests/tests.go, fixtures/params.go, keeper/grpc_query_test.go, keeper/interest_test.go, types/params.go Various updates related to APY calculation, test adjustments, and parameter additions.

🐰✨
In the code where numbers dance,
A rabbit hopped and took a chance.
With a tweak and twirl in the auction's swirl,
Rewards now gleam, in the coder's dream.
Oh, how the modules sing and prance!
🌟📜


Recent Review Details

Configuration used: CodeRabbit UI

Commits Files that changed from the base of the PR and between 272aedb and 9772ef1.
Files ignored due to path filters (1)
  • x/leverage/types/leverage.pb.go is excluded by !**/*.pb.go
Files selected for processing (9)
  • CHANGELOG.md (1 hunks)
  • proto/umee/leverage/v1/leverage.proto (1 hunks)
  • swagger/swagger.yaml (3 hunks)
  • x/leverage/client/tests/tests.go (1 hunks)
  • x/leverage/fixtures/params.go (1 hunks)
  • x/leverage/keeper/grpc_query_test.go (1 hunks)
  • x/leverage/keeper/interest.go (4 hunks)
  • x/leverage/keeper/interest_test.go (1 hunks)
  • x/leverage/types/params.go (1 hunks)
Files skipped from review as they are similar to previous changes (2)
  • proto/umee/leverage/v1/leverage.proto
  • x/leverage/keeper/interest.go
Additional Context Used
LanguageTool (612)
CHANGELOG.md (612)

Near line 51: Unpaired symbol: ‘[’ seems to be missing
Context: ...og ## Unreleased ### Features - [2472](https://github.com/umee-network/umee/pu...


Near line 51: Possible spelling mistake found.
Context: ...github.com//pull/2472) un-wire the crisis module from umee app. - [2...


Near line 51: Possible spelling mistake found.
Context: .../2472) un-wire the crisis module from umee app. - [2500](https://github.com/umee-n...


Near line 52: Unpaired symbol: ‘[’ seems to be missing
Context: ...e crisis module from umee app. - [2500](https://github.com/umee-network/umee/pu...


Near line 52: Possible spelling mistake found.
Context: ...leverage): add Rewards Auction fees and params.rewards_auction_factor. ### Improveme...


Near line 56: Unpaired symbol: ‘[’ seems to be missing
Context: ...tion_factor`. ### Improvements - [2474](https://github.com/umee-network/umee/pu...


Near line 56: Possible spelling mistake found.
Context: ...mee-network/umee/pull/2474) (proto) add gogo.messagename_all option to all messages...


Near line 57: Unpaired symbol: ‘[’ seems to be missing
Context: ...ame_all` option to all messages. - [2494](https://github.com/umee-network/umee/pu...


Near line 58: Unpaired symbol: ‘[’ seems to be missing
Context: ...work/umee/pull/2494) Use go 1.22 - [2495](https://github.com/umee-network/umee/pu...


Near line 62: Unpaired symbol: ‘[’ seems to be missing
Context: ...ons for db keys. ### Bug Fixes - [2473](https://github.com/umee-network/umee/pu...


Near line 62: Possible spelling mistake found.
Context: ...//pull/2473) Correct x/ugov Amino registration for x/ugov messages ...


Near line 62: Possible spelling mistake found.
Context: ...Correct x/ugov Amino registration for x/ugov messages (they don't have MessageName o...


Near line 62: Possible spelling mistake found.
Context: ...on for x/ugov messages (they don't have MessageName option). ## v6.4.0 - 2024-03-21 ### F...


Near line 68: Unpaired symbol: ‘[’ seems to be missing
Context: ....4.0 - 2024-03-21 ### Features - [2459](https://github.com/umee-network/umee/pu...


Near line 68: Possible spelling mistake found.
Context: ...github.com//pull/2461) uibc: handle params.ics20_hooks switch (en...


Near line 68: Possible spelling mistake found.
Context: ...ee-network/umee/pull/2461) uibc: handle params.ics20_hooks switch (enabled / disabled...


Near line 72: Unpaired symbol: ‘[’ seems to be missing
Context: ...led / disabled). ### Bug Fixes - [2462](https://github.com/umee-network/umee/pu...


Near line 72: Possible spelling mistake found.
Context: ...twork/umee/pull/2462) (x/leverage) Take MaxModuleWithdraw into account when computing user `MaxW...


Near line 72: Possible spelling mistake found.
Context: ...hdrawinto account when computing userMaxWithdraw`. ## v6.4.0-beta1 - 2024-03-11 ### Fe...


Near line 78: Unpaired symbol: ‘[’ seems to be missing
Context: ...eta1 - 2024-03-11 ### Features - [2408](https://github.com/umee-network/umee/pu...


Near line 79: Unpaired symbol: ‘[’ seems to be missing
Context: ...408) New converter helper app. - [2349](https://github.com/umee-network/umee/pu...


Near line 80: Unpaired symbol: ‘[’ seems to be missing
Context: ...l/2443) IBC ICS20 memo handlers. - [2381](https://github.com/umee-network/umee/pu...


Near line 81: Unpaired symbol: ‘[’ seems to be missing
Context: ...rated Packet Forward Middleware. - [2433](https://github.com/umee-network/umee/pu...


Near line 81: Possible spelling mistake found.
Context: ...github.com//pull/2433) Noop Axelar GMP handler. ### Improvements ...


Near line 81: Possible spelling mistake found.
Context: ...b.com//pull/2433) Noop Axelar GMP handler. ### Improvements - [2328...


Near line 85: Unpaired symbol: ‘[’ seems to be missing
Context: ... GMP handler. ### Improvements - [2328](https://github.com/umee-network/umee/pu...


Near line 85: Possible spelling mistake found.
Context: .../pull/2328) Add UX and uux denom aliases for UMEE. - [2388](https...


Near line 85: Possible spelling mistake found.
Context: ...etwork/umee/pull/2328) Add UX and uux denom aliases for UMEE. - [2388](https://gith...


Near line 85: Possible spelling mistake found.
Context: ...328) Add UX and uux denom aliases for UMEE. - [2388](https://github.com/umee-netwo...


Near line 86: Unpaired symbol: ‘[’ seems to be missing
Context: ...nd uux denom aliases for UMEE. - [2388](https://github.com/umee-network/umee/pu...


Near line 90: Unpaired symbol: ‘[’ seems to be missing
Context: ...alidation rules. ### Bug Fixes - [2384](https://github.com/umee-network/umee/pu...


Near line 90: Possible spelling mistake found.
Context: ...ub.com//pull/2384) Fix sdkclient acc sequence setting. - [2417](https:/...


Near line 90: Possible spelling mistake found.
Context: ...network/umee/pull/2384) Fix sdkclient acc sequence setting. - [2417](https://gith...


Near line 91: Unpaired symbol: ‘[’ seems to be missing
Context: ...sdkclient` acc sequence setting. - [2417](https://github.com/umee-network/umee/pu...


Near line 91: Possible spelling mistake found.
Context: ...om//pull/2417) Fix the ibc inflows storing of registered tokens wh...


Near line 97: Unpaired symbol: ‘[’ seems to be missing
Context: ... - 2024-01-03 ### Improvements - [2363](https://github.com/umee-network/umee/pu...


Near line 98: Unpaired symbol: ‘[’ seems to be missing
Context: ...) Upgrade Cosmos SDK to v0.47.7. - [2370](https://github.com/umee-network/umee/pu...


Near line 98: Possible spelling mistake found.
Context: ...mee-network/umee/pull/2370) Add missing params to uibc/MsgGovUpdateQuota. - [2374](h...


Near line 98: Possible spelling mistake found.
Context: ...k/umee/pull/2370) Add missing params to uibc/MsgGovUpdateQuota. - [2374](https://gi...


Near line 99: Unpaired symbol: ‘[’ seems to be missing
Context: ...ams to uibc/MsgGovUpdateQuota. - [2374](https://github.com/umee-network/umee/pu...


Near line 99: Possible spelling mistake found.
Context: ...mee/pull/2374) Add symbol name to the x/uibc QueryAllOutflowsResponse outflows ent...


Near line 99: Possible spelling mistake found.
Context: ...ull/2374) Add symbol name to the x/uibc QueryAllOutflowsResponse outflows entry. - [2377](https://gith...


Near line 100: Unpaired symbol: ‘[’ seems to be missing
Context: ...tflowsResponse outflows entry. - [2377](https://github.com/umee-network/umee/pu...


Near line 100: Possible spelling mistake found.
Context: ...mee/pull/2377) Add symbol name to the x/uibc QueryInflowsResponse inflows entry. ...


Near line 100: Possible spelling mistake found.
Context: ...ull/2377) Add symbol name to the x/uibc QueryInflowsResponse inflows entry. ### Features - [2352...


Near line 104: Unpaired symbol: ‘[’ seems to be missing
Context: ... inflows entry. ### Features - [2352](https://github.com/umee-network/umee/pu...


Near line 104: Possible spelling mistake found.
Context: ...ub.com//pull/2352) new oracle/MissCounters query - [2352](https://github.com/umee...


Near line 105: Unpaired symbol: ‘[’ seems to be missing
Context: ... new oracle/MissCounters query - [2352](https://github.com/umee-network/umee/pu...


Near line 105: Possible spelling mistake found.
Context: ...ub.com//pull/2352) new uibc/Inflows query. - [2349](https://github...


Near line 106: Unpaired symbol: ‘[’ seems to be missing
Context: .../2352) new uibc/Inflows query. - [2349](https://github.com/umee-network/umee/pu...


Near line 106: Possible spelling mistake found.
Context: ...github.com//pull/2349) UIBC: adding ICS 20 memo handler (disabled)....


Near line 107: Unpaired symbol: ‘[’ seems to be missing
Context: ... ICS 20 memo handler (disabled). - [2369](https://github.com/umee-network/umee/pu...


Near line 107: Possible spelling mistake found.
Context: ...//pull/2369) Add query leverage/RegisteredTokensWithMarkets to fetch Registered Tokens and their M...


Near line 111: Unpaired symbol: ‘[’ seems to be missing
Context: ...n fewer queries. ### Bug Fixes - [2358](https://github.com/umee-network/umee/pu...


Near line 111: Possible spelling mistake found.
Context: ...github.com//pull/2358) metoken endblocker should be before oracle. - [...


Near line 111: Possible spelling mistake found.
Context: ...om//pull/2358) metoken endblocker should be before oracle. - [2368](https...


Near line 112: Unpaired symbol: ‘[’ seems to be missing
Context: ...blocker should be before oracle. - [2368](https://github.com/umee-network/umee/pu...


Near line 112: Using ‘plenty’ without ‘of’ is considered to be informal.
Context: .../pull/2368) Fix inflow amount calculation. Previously, the inflow amount of the t...


Near line 113: Unpaired symbol: ‘[’ seems to be missing
Context: ...ridden by the new inflow amount. - [2375](https://github.com/umee-network/umee/pu...


Near line 113: Possible spelling mistake found.
Context: ...com//pull/2375) Ensure Umee and SDK account sequence setting change...


Near line 117: Unpaired symbol: ‘[’ seems to be missing
Context: ...lling client. ### API Breaking - [2375](https://github.com/umee-network/umee/pu...


Near line 117: Possible spelling mistake found.
Context: ...com//pull/2375) Rename Umee and SDK client WithAccSeq to `SetAccS...


Near line 117: Possible spelling mistake found.
Context: ...e/pull/2375) Rename Umee and SDK client WithAccSeq to SetAccSeq. ## v6.2.0 - 2023-12-0...


Near line 117: Possible spelling mistake found.
Context: ...ame Umee and SDK client WithAccSeq to SetAccSeq. ## v6.2.0 - 2023-12-01 ### Bug Fixe...


Near line 123: Unpaired symbol: ‘[’ seems to be missing
Context: ...2.0 - 2023-12-01 ### Bug Fixes - [2315](https://github.com/umee-network/umee/pu...


Near line 123: Possible spelling mistake found.
Context: .../umee/pull/2315) Improve reliability of MaxBorrow, MaxWithdraw when special asset pairs p...


Near line 123: Possible spelling mistake found.
Context: ...2315) Improve reliability of MaxBorrow, MaxWithdraw when special asset pairs present. - [23...


Near line 124: Unpaired symbol: ‘[’ seems to be missing
Context: ...hen special asset pairs present. - [2346](https://github.com/umee-network/umee/pu...


Near line 124: Possible spelling mistake found.
Context: ...work/umee/pull/2346) Fix an issue where metokens were not included in historic data. - [...


Near line 125: Unpaired symbol: ‘[’ seems to be missing
Context: ...e not included in historic data. - [2365](https://github.com/umee-network/umee/pu...


Near line 125: Possible spelling mistake found.
Context: .../pull/2365) Add fee to metoken price and balances query. ### Improvem...


Near line 129: Unpaired symbol: ‘[’ seems to be missing
Context: ...lances query. ### Improvements - [2299](https://github.com/umee-network/umee/pu...


Near line 130: Unpaired symbol: ‘[’ seems to be missing
Context: ...99) Upgrade Cosmos SDK to v0.47. - [2301](https://github.com/umee-network/umee/pu...


Near line 130: Possible spelling mistake found.
Context: .../pull/2301) use gov/v1 MinInitialDepositRatio and set it to 0.1. - [2341](https://git...


Near line 131: Unpaired symbol: ‘[’ seems to be missing
Context: ...lDepositRatio and set it to 0.1. - [2341](https://github.com/umee-network/umee/pu...


Near line 135: Unpaired symbol: ‘[’ seems to be missing
Context: ...alculated ### Breaking Changes - [2332](https://github.com/umee-network/umee/pu...


Near line 135: Possible spelling mistake found.
Context: ...om//pull/2332) Rename: TotalOutflowSum to OutflowSum, TotalInflowSum to `...


Near line 135: Possible spelling mistake found.
Context: ...pull/2332) Rename: TotalOutflowSum to OutflowSum, TotalInflowSum to InflowSum. ## ...


Near line 135: Possible spelling mistake found.
Context: ...ame: TotalOutflowSum to OutflowSum, TotalInflowSum to InflowSum. ## v6.1.0 - 2023-10-1...


Near line 135: Possible spelling mistake found.
Context: ...mtoOutflowSum, TotalInflowSumtoInflowSum`. ## v6.1.0 - 2023-10-17 ### Improvem...


Near line 141: Unpaired symbol: ‘[’ seems to be missing
Context: ... - 2023-10-17 ### Improvements - [2285](https://github.com/umee-network/umee/pu...


Near line 142: Unpaired symbol: ‘[’ seems to be missing
Context: ... Upgrade Cosmos SDK to v0.46.15. - [2288](https://github.com/umee-network/umee/pu...


Near line 146: Unpaired symbol: ‘[’ seems to be missing
Context: ...ax_size` to 6MB. ### Bug Fixes - [2276](https://github.com/umee-network/umee/pu...


Near line 147: Unpaired symbol: ‘[’ seems to be missing
Context: ...pull/2276) e2e test reliability. - [2278](https://github.com/umee-network/umee/pu...


Near line 147: Possible spelling mistake found.
Context: ...ee/pull/2278) Fix the store upgrade for metoken. ## v6.1.0-beta1 - 2023-09-29 ### Fea...


Near line 153: Unpaired symbol: ‘[’ seems to be missing
Context: ...eta1 - 2023-09-29 ### Features - [2264](https://github.com/umee-network/umee/pu...


Near line 154: Unpaired symbol: ‘[’ seems to be missing
Context: ...g event when IBC Quota is reset. - [2254](https://github.com/umee-network/umee/pu...


Near line 154: Possible spelling mistake found.
Context: ...racle: added timestamp to prices, added QueryExgRatesWithTimestamp method. - [2246](https://github.com/um...


Near line 155: Unpaired symbol: ‘[’ seems to be missing
Context: ...ryExgRatesWithTimestamp` method. - [2246](https://github.com/umee-network/umee/pu...


Near line 155: Possible spelling mistake found.
Context: ...mee/pull/2246) Emergency Group: support metoken index updates. ### API-Breaking - [22...


Near line 159: Unpaired symbol: ‘[’ seems to be missing
Context: ...ndex updates. ### API-Breaking - [2267](https://github.com/umee-network/umee/pu...


Near line 159: Possible spelling mistake found.
Context: ...github.com//pull/2267) BorrowLimit field in QueryAccountSummaryResponse c...


Near line 159: Possible spelling mistake found.
Context: .../umee/pull/2267) BorrowLimit field in QueryAccountSummaryResponse can be nil on missing borrow price (beh...


Near line 159: Possible spelling mistake found.
Context: ...sing borrow price (behavior now matches LiquidationThreshold field). - [2254](https://github.com/um...


Near line 160: Unpaired symbol: ‘[’ seems to be missing
Context: ...s LiquidationThreshold field). - [2254](https://github.com/umee-network/umee/pu...


Near line 160: Possible spelling mistake found.
Context: ...om//pull/2254) Oracle: DenomExchangeRate is renamed to ExchangeRate. ### Imp...


Near line 160: Possible spelling mistake found.
Context: ...acle: DenomExchangeRate is renamed to ExchangeRate. ### Improvements - [2256](https://g...


Near line 164: Unpaired symbol: ‘[’ seems to be missing
Context: ...xchangeRate`. ### Improvements - [2256](https://github.com/umee-network/umee/pu...


Near line 165: Unpaired symbol: ‘[’ seems to be missing
Context: ...y and refactor client package. - [2261](https://github.com/umee-network/umee/pu...


Near line 166: Unpaired symbol: ‘[’ seems to be missing
Context: ...work/umee/pull/2261) Use go 1.21 - [2267](https://github.com/umee-network/umee/pu...


Near line 167: Unpaired symbol: ‘[’ seems to be missing
Context: ...recent spot price when required. - [2263](https://github.com/umee-network/umee/pu...


Near line 168: Unpaired symbol: ‘[’ seems to be missing
Context: ...price fields to account summary. - [2270](https://github.com/umee-network/umee/pu...


Near line 168: Possible spelling mistake found.
Context: ...rk/umee/pull/2270) Increase free oracle tx limit to 200k gas. - [2285](https://git...


Near line 169: Unpaired symbol: ‘[’ seems to be missing
Context: ...ree oracle tx limit to 200k gas. - [2285](https://github.com/umee-network/umee/pu...


Near line 173: Unpaired symbol: ‘[’ seems to be missing
Context: ...ng low liquidity. ### Features - [2269](https://github.com/umee-network/umee/pu...


Near line 173: Possible spelling mistake found.
Context: ...m//pull/2269) Enable x/metoken module. ### Bug Fixes - [2260](https:...


Near line 177: Unpaired symbol: ‘[’ seems to be missing
Context: .../metoken module. ### Bug Fixes - [2260](https://github.com/umee-network/umee/pu...


Near line 177: It appears that a white space is missing.
Context: ...hub.com//pull/2260) fix(oracle): avg params storage. ## [v6.0.2...


Near line 177: Possible spelling mistake found.
Context: ...etwork/umee/pull/2260) fix(oracle): avg params storage. ## [v6.0.2](https://github.co...


Near line 179: Unpaired symbol: ‘[’ seems to be missing
Context: ...oracle): avg params storage. ## [v6.0.2](https://github.com/umee-network/umee/re...


Near line 181: Possible spelling mistake found.
Context: ...eases/tag/v6.0.2) - 2023-09-20 ### Bug Fixs - [2257](https://github.com/umee-netwo...


Near line 183: Unpaired symbol: ‘[’ seems to be missing
Context: ...0.2) - 2023-09-20 ### Bug Fixs - [2257](https://github.com/umee-network/umee/pu...


Near line 183: It appears that a white space is missing.
Context: ...hub.com//pull/2257) fix(oracle): missing avg params. ## [v6.0.1...


Near line 183: Possible spelling mistake found.
Context: ...mee/pull/2257) fix(oracle): missing avg params. ## [v6.0.1](https://github.com/umee-n...


Near line 185: Unpaired symbol: ‘[’ seems to be missing
Context: ...oracle): missing avg params. ## [v6.0.1](https://github.com/umee-network/umee/re...


Near line 189: Unpaired symbol: ‘[’ seems to be missing
Context: ...0.1) - 2023-09-15 ### Features - [2245](https://github.com/umee-network/umee/pu...


Near line 189: Possible spelling mistake found.
Context: ...github.com//pull/2245) cli x/ugov: emergency group query. ### Bug F...


Near line 189: Possible spelling mistake found.
Context: ....com//pull/2245) cli x/ugov: emergency group query. ### Bug Fixes ...


Near line 193: Unpaired symbol: ‘[’ seems to be missing
Context: ...ncy group query. ### Bug Fixes - [2247](https://github.com/umee-network/umee/pu...


Near line 193: Add a space between sentences.
Context: ...github.com//pull/2247) leverage.GovUpdateSpecialAssets: set missing LiquidationThreshold at...


Near line 193: Possible spelling mistake found.
Context: ...ge.GovUpdateSpecialAssets: set missing LiquidationThreshold` attribute. ## [v6.0.0](https://github...


Near line 195: Unpaired symbol: ‘[’ seems to be missing
Context: ...idationThreshold` attribute. ## [v6.0.0](https://github.com/umee-network/umee/re...


Near line 199: Unpaired symbol: ‘[’ seems to be missing
Context: ...0.0) - 2023-09-14 ### Features - [2128](https://github.com/umee-network/umee/pu...


Near line 200: Unpaired symbol: ‘[’ seems to be missing
Context: ...ndlers for the incentive module. - [2129](https://github.com/umee-network/umee/pu...


Near line 200: Possible spelling mistake found.
Context: ...twork/umee/pull/2129) Emergency Group x/ugov proto. - [2145](https://github.com/umee...


Near line 201: Unpaired symbol: ‘[’ seems to be missing
Context: ...9) Emergency Group x/ugov proto. - [2145](https://github.com/umee-network/umee/pu...


Near line 201: Possible spelling mistake found.
Context: ...github.com//pull/2145) UMEE v2 Inflation. - [2146](https://github.c...


Near line 202: Unpaired symbol: ‘[’ seems to be missing
Context: ...ee/pull/2145) UMEE v2 Inflation. - [2146](https://github.com/umee-network/umee/pu...


Near line 202: Possible spelling mistake found.
Context: ...//pull/2146) Add store GetTimeMs and SetTimeMs. - [2157](https://gith...


Near line 202: Possible spelling mistake found.
Context: ...ee/pull/2146) Add store GetTimeMs and SetTimeMs. - [2157](https://github.com/umee-netw...


Near line 203: Unpaired symbol: ‘[’ seems to be missing
Context: ...ore GetTimeMs and SetTimeMs. - [2157](https://github.com/umee-network/umee/pu...


Near line 203: Possible spelling mistake found.
Context: ...ub.com//pull/2157) Add x/metoken module. - [2150](https://github.com/um...


Near line 204: Unpaired symbol: ‘[’ seems to be missing
Context: ...ll/2157) Add x/metoken module. - [2150](https://github.com/umee-network/umee/pu...


Near line 205: Unpaired symbol: ‘[’ seems to be missing
Context: ...x/leverage` Special Asset Pairs. - [2145](https://github.com/umee-network/umee/pu...


Near line 205: Possible spelling mistake found.
Context: ...om//pull/2145) Add New Inflation Parms to x/ugov proto and added `inflation r...


Near line 205: Possible spelling mistake found.
Context: ...ll/2145) Add New Inflation Parms to x/ugov proto and added inflation rate change...


Near line 205: Possible spelling mistake found.
Context: ... added inflation rate change logic to umint - [2159](https://github.com/umee-networ...


Near line 206: Unpaired symbol: ‘[’ seems to be missing
Context: ...tion rate` change logic to umint - [2159](https://github.com/umee-network/umee/pu...


Near line 207: Unpaired symbol: ‘[’ seems to be missing
Context: ...d market cap for token emission. - [2155](https://github.com/umee-network/umee/pu...


Near line 207: Possible spelling mistake found.
Context: ...github.com//pull/2155) bpmath: basis points math package. - [2166](h...


Near line 208: Unpaired symbol: ‘[’ seems to be missing
Context: ...ath`: basis points math package. - [2166](https://github.com/umee-network/umee/pu...


Near line 209: Unpaired symbol: ‘[’ seems to be missing
Context: ...ull/2166) Basis Points: MulDec - [2170](https://github.com/umee-network/umee/pu...


Near line 209: Possible spelling mistake found.
Context: ...ub.com//pull/2170) Add SupplyFromModule and WithdrawToModule to leverage kee...


Near line 209: Possible spelling mistake found.
Context: ...e/pull/2170) Add SupplyFromModule and WithdrawToModule to leverage keeper. - [2177](https://g...


Near line 210: Unpaired symbol: ‘[’ seems to be missing
Context: ...rawToModule` to leverage keeper. - [2177](https://github.com/umee-network/umee/pu...


Near line 210: Possible spelling mistake found.
Context: ...github.com//pull/2177) metoken queries to cosmwasm and stargate querie...


Near line 210: Possible spelling mistake found.
Context: ...work/umee/pull/2177) metoken queries to cosmwasm and stargate queries. - [2187](https://...


Near line 210: Possible spelling mistake found.
Context: ...l/2177) metoken queries to cosmwasm and stargate queries. - [2187](https://github.com/um...


Near line 211: Unpaired symbol: ‘[’ seems to be missing
Context: ...o cosmwasm and stargate queries. - [2187](https://github.com/umee-network/umee/pu...


Near line 211: Possible spelling mistake found.
Context: ...m//pull/2187) New CMD: ibc_denom. It creates ibc denom by base de...


Near line 211: Possible spelling mistake found.
Context: .../2187) New CMD: ibc_denom. It creates ibc denom by base denom and channel-id. - [...


Near line 211: Possible spelling mistake found.
Context: ...7) New CMD: ibc_denom. It creates ibc denom by base denom and channel-id. - [2188](...


Near line 211: Possible spelling mistake found.
Context: ...bc_denom`. It creates ibc denom by base denom and channel-id. - [2188](https://github...


Near line 212: Unpaired symbol: ‘[’ seems to be missing
Context: ...om by base denom and channel-id. - [2188](https://github.com/umee-network/umee/pu...


Near line 213: Unpaired symbol: ‘[’ seems to be missing
Context: ... Group support for x/leverage. - [2191](https://github.com/umee-network/umee/pu...


Near line 214: Unpaired symbol: ‘[’ seems to be missing
Context: ...ncy Group support for IBC Quota. - [2242](https://github.com/umee-network/umee/pu...


Near line 214: Add a space between sentences.
Context: ...ub.com//pull/2242) New MsgLeveragedLiquidate.MaxRepay which allows to limit the liquidation ...


Near line 214: Did you mean “limiting”? Or maybe you should add a pronoun? In active voice, ‘allow’ + ‘to’ takes an object, usually a pronoun.
Context: ...veragedLiquidate.MaxRepay` which allows to limit the liquidation size using the leverage...


Near line 218: Unpaired symbol: ‘[’ seems to be missing
Context: ...on mechanism. ### Improvements - [2135](https://github.com/umee-network/umee/pu...


Near line 219: Unpaired symbol: ‘[’ seems to be missing
Context: ...5) Remove Gravity Bridge module. - [2209](https://github.com/umee-network/umee/pu...


Near line 219: Possible spelling mistake found.
Context: ...rk/umee/pull/2209) Move leverage module params from paramspace to regular leverage mod...


Near line 219: Possible spelling mistake found.
Context: .../2209) Move leverage module params from paramspace to regular leverage module state. ### ...


Near line 223: Unpaired symbol: ‘[’ seems to be missing
Context: ...te. ### State Machine Breaking - [2145](https://github.com/umee-network/umee/pu...


Near line 223: Possible spelling mistake found.
Context: ...ub.com//pull/2145) new UMEE inflation schedule. - [2176](https://gi...


Near line 224: Unpaired symbol: ‘[’ seems to be missing
Context: ...45) new UMEE inflation schedule. - [2176](https://github.com/umee-network/umee/pu...


Near line 224: Possible spelling mistake found.
Context: ...thub.com//pull/2176) x/ugov module v2: adding token emission params...


Near line 224: Possible spelling mistake found.
Context: ...x/ugov module v2: adding token emission params. ### Bug Fixes - [2185](https://githu...


Near line 228: Unpaired symbol: ‘[’ seems to be missing
Context: ...emission params. ### Bug Fixes - [2185](https://github.com/umee-network/umee/pu...


Near line 232: Unpaired symbol: ‘[’ seems to be missing
Context: ...locker panic. ### API Breaking - [2135](https://github.com/umee-network/umee/pu...


Near line 233: Unpaired symbol: ‘[’ seems to be missing
Context: ...) Gravity Bridge API is removed. - [2140](https://github.com/umee-network/umee/pu...


Near line 233: Possible spelling mistake found.
Context: ...om//pull/2140) Renamed ugov EventMinTxFees to EventMinGasPrice. - [...


Near line 233: Possible spelling mistake found.
Context: ...ee-network/umee/pull/2140) Renamed ugov EventMinTxFees to EventMinGasPrice. - [2165](https://g...


Near line 233: Possible spelling mistake found.
Context: ...ll/2140) Renamed ugov EventMinTxFees to EventMinGasPrice. - [2165](https://github.com/umee-netwo...


Near line 234: Unpaired symbol: ‘[’ seems to be missing
Context: ...ntMinTxFees to EventMinGasPrice. - [2165](https://github.com/umee-network/umee/pu...


Near line 235: Do you wish to insert an arrow?
Context: ...rmat: - /umee/ugov/v1/min-gas-price --> /umee/ugov/v1/min_gas_price - `/ume...


Near line 236: Do you wish to insert an arrow?
Context: ...ce -/umee/ugov/v1/emergency-group-->/umee/ugov/v1/emergency_group -/u...


Near line 237: Do you wish to insert an arrow?
Context: ...group -/umee/uibc/v1/all-outflows-->/umee/uibc/v1/all_outflows` - [2169](h...


Near line 238: Unpaired symbol: ‘[’ seems to be missing
Context: ...--> /umee/uibc/v1/all_outflows - [2169](https://github.com/umee-network/umee/pu...


Near line 238: Possible spelling mistake found.
Context: ...etters (util/store package) to return bool if value is missing. - [2180](https://g...


Near line 239: Unpaired symbol: ‘[’ seems to be missing
Context: ...return bool if value is missing. - [2180](https://github.com/umee-network/umee/pu...


Near line 239: Do you wish to insert an arrow?
Context: ...network/umee/pull/2180) Rename leverage Keeper.ExchangeToken -> ToUToken, `Keeper.ExchangeUToken -> To...


Near line 239: Do you wish to insert an arrow?
Context: ...age Keeper.ExchangeToken -> ToUToken, Keeper.ExchangeUToken -> ToToken and `Keeper.ExchangeUTokens ->...


Near line 239: Do you wish to insert an arrow?
Context: ... Keeper.ExchangeUToken -> ToToken and Keeper.ExchangeUTokens -> ToTokens. - [2183](https://github.com/...


Near line 240: Unpaired symbol: ‘[’ seems to be missing
Context: ...er.ExchangeUTokens -> ToTokens`. - [2183](https://github.com/umee-network/umee/pu...


Near line 240: Possible spelling mistake found.
Context: ...b.com//pull/2183) Move ToUTokenDenom, StripUTokenDenom and `HasUTokenPref...


Near line 240: Possible spelling mistake found.
Context: ...k/umee/pull/2183) Move ToUTokenDenom, StripUTokenDenom and HasUTokenPrefix from `leverage/k...


Near line 240: Possible spelling mistake found.
Context: ...ToUTokenDenom, StripUTokenDenom and HasUTokenPrefix from leverage/keeper to coin packa...


Near line 241: Unpaired symbol: ‘[’ seems to be missing
Context: ...erage/keepertocoin` package. - [2203](https://github.com/umee-network/umee/pu...


Near line 241: Possible spelling mistake found.
Context: ...rk proposal messages. Remove Title from ugov/MsgGovSetIBCStatus, `ugov/MsgGovUpdate...


Near line 241: Possible spelling mistake found.
Context: ...e Title from ugov/MsgGovSetIBCStatus, ugov/MsgGovUpdateQuota, `leverage/MsgGovUpd...


Near line 242: Unpaired symbol: ‘[’ seems to be missing
Context: ... leverage/MsgGovUpdateRegistry - [2234](https://github.com/umee-network/umee/pu...


Near line 242: Possible spelling mistake found.
Context: ...mee/pull/2234) Remove "Get" prefix from cli/ ref tests. ## [v5.2.0](https://github...


Near line 244: Unpaired symbol: ‘[’ seems to be missing
Context: ... prefix from cli/ ref tests. ## [v5.2.0](https://github.com/umee-network/umee/re...


Near line 248: Unpaired symbol: ‘[’ seems to be missing
Context: ... - 2023-08-31 ### Improvements - [2134](https://github.com/umee-network/umee/pu...


Near line 248: Possible spelling mistake found.
Context: ...b.com//pull/2134) Bump CometBFT to 34.29. - [2196](https://github.com/u...


Near line 249: Unpaired symbol: ‘[’ seems to be missing
Context: ...ll/2134) Bump CometBFT to 34.29. - [2196](https://github.com/umee-network/umee/pu...


Near line 249: Add a space between sentences.
Context: ...umee/pull/2196) Adding Amino support to x/leverage.MsgLeveragedLiquidate. ### State Machine Breaking - [2197]...


Near line 253: Unpaired symbol: ‘[’ seems to be missing
Context: ...e`. ### State Machine Breaking - [2197](https://github.com/umee-network/umee/pu...


Near line 253: Possible spelling mistake found.
Context: ...voting miss counter on duplicate symbol denoms. ### Bug Fixes - [2148](https://githu...


Near line 257: Unpaired symbol: ‘[’ seems to be missing
Context: ...e symbol denoms. ### Bug Fixes - [2148](https://github.com/umee-network/umee/pu...


Near line 257: Possible spelling mistake found.
Context: ...ub.com//pull/2148) Fix MsgBeginUnbonding counting existing unbondings against ma...


Near line 257: Possible spelling mistake found.
Context: ...Fix MsgBeginUnbonding counting existing unbondings against max unbond twice. - [2148](http...


Near line 257: Possible spelling mistake found.
Context: ...ounting existing unbondings against max unbond twice. - [2148](https://github.com/umee...


Near line 258: Unpaired symbol: ‘[’ seems to be missing
Context: ...ndings against max unbond twice. - [2148](https://github.com/umee-network/umee/pu...


Near line 258: Possible spelling mistake found.
Context: ...ub.com//pull/2148) Fix MsgLeverageLiquidate CLI not actually allowing wildcard deno...


Near line 258: Possible spelling mistake found.
Context: ...date CLI not actually allowing wildcard denoms. - [2197](https://github.com/umee-netwo...


Near line 259: Unpaired symbol: ‘[’ seems to be missing
Context: ...tually allowing wildcard denoms. - [2197](https://github.com/umee-network/umee/pu...


Near line 259: Possible spelling mistake found.
Context: ...voting miss counter on duplicate symbol denoms. ### API Breaking - [2212](https://gi...


Near line 263: Unpaired symbol: ‘[’ seems to be missing
Context: ...ymbol denoms. ### API Breaking - [2212](https://github.com/umee-network/umee/pu...


Near line 263: Possible spelling mistake found.
Context: ...racle RPC endpoint spelling, changing "/umee/oracle/v1/valdiators/{validator_addr}/a...


Near line 263: Possible spelling mistake found.
Context: ...int spelling, changing "/umee/oracle/v1/valdiators/{validator_addr}/aggregate_vote" to "/u...


Near line 263: Possible spelling mistake found.
Context: ...s/{validator_addr}/aggregate_vote" to "/umee/oracle/v1/validators/{validator_addr}/a...


Near line 265: Unpaired symbol: ‘[’ seems to be missing
Context: ...idator_addr}/aggregate_vote" ## [v5.1.0](https://github.com/umee-network/umee/re...


Near line 269: Unpaired symbol: ‘[’ seems to be missing
Context: ....0) - 2023-07-07 ### Bug Fixes - [2125](https://github.com/umee-network/umee/pu...


Near line 271: Unpaired symbol: ‘[’ seems to be missing
Context: ...ix v5.1 upgrade handler. ## [v5.1.0-rc1](https://github.com/umee-network/umee/re...


Near line 275: Unpaired symbol: ‘[’ seems to be missing
Context: ...rc1) - 2023-06-30 ### Features - [2121](https://github.com/umee-network/umee/pu...


Near line 275: Possible spelling mistake found.
Context: ....com//pull/2121) Allow MsgLeveragedLiquidate to auto-select repay and reward denoms...


Near line 275: Possible spelling mistake found.
Context: ...uidate` to auto-select repay and reward denoms if request fields left blank. - [2114](...


Near line 276: Unpaired symbol: ‘[’ seems to be missing
Context: ...ms if request fields left blank. - [2114](https://github.com/umee-network/umee/pu...


Near line 277: Unpaired symbol: ‘[’ seems to be missing
Context: ...dd borrow factor to x/leverage - [2102](https://github.com/umee-network/umee/pu...


Near line 277: Possible spelling mistake found.
Context: ...ub.com//pull/2106) Add MsgLeveragedLiquidate to x/leverage - [2085](https://githu...


Near line 278: Unpaired symbol: ‘[’ seems to be missing
Context: ...eragedLiquidatetox/leverage` - [2085](https://github.com/umee-network/umee/pu...


Near line 278: Possible spelling mistake found.
Context: ...nspectquery to leverage module, which msut be enabled on a node by running with-...


Near line 279: Unpaired symbol: ‘[’ seems to be missing
Context: ...with -l liquidator query flag. - [1952](https://github.com/umee-network/umee/pu...


Near line 280: Unpaired symbol: ‘[’ seems to be missing
Context: .../1952) Add x/incentive module. - [2015](https://github.com/umee-network/umee/pu...


Near line 280: Possible spelling mistake found.
Context: ...ub.com//pull/2050) Add x/ugov module. - [2078](https://github.com/um...


Near line 281: Unpaired symbol: ‘[’ seems to be missing
Context: .../pull/2050) Add x/ugov module. - [2078](https://github.com/umee-network/umee/pu...


Near line 281: Possible spelling mistake found.
Context: ...om//pull/2078) Upgrade ibc-go to v6.2. ### Improvements - [2057](h...


Near line 285: Unpaired symbol: ‘[’ seems to be missing
Context: ...-go` to v6.2. ### Improvements - [2057](https://github.com/umee-network/umee/pu...


Near line 285: Possible spelling mistake found.
Context: ...github.com//pull/2057) Cosmwasm QA tests. ## [v5.0.0](https://github.c...


Near line 287: Unpaired symbol: ‘[’ seems to be missing
Context: ...ull/2057) Cosmwasm QA tests. ## [v5.0.0](https://github.com/umee-network/umee/re...


Near line 291: Unpaired symbol: ‘[’ seems to be missing
Context: ... - 2023-06-07 ### Improvements - [2076](https://github.com/umee-network/umee/pu...


Near line 291: Possible spelling mistake found.
Context: ...github.com//pull/2076) Cosmwasm: registering cosmwasm_1_2 capability....


Near line 291: Possible spelling mistake found.
Context: ...k/umee/pull/2076) Cosmwasm: registering cosmwasm_1_2 capability. - [2083](https://githu...


Near line 292: Unpaired symbol: ‘[’ seems to be missing
Context: ...ering cosmwasm_1_2 capability. - [2083](https://github.com/umee-network/umee/pu...


Near line 292: Possible spelling mistake found.
Context: ...com//pull/2083) Update wasmvm to 1.2.4. ### Fixes - [2089](https:/...


Near line 296: Unpaired symbol: ‘[’ seems to be missing
Context: ...e wasmvm to 1.2.4. ### Fixes - [2089](https://github.com/umee-network/umee/pu...


Near line 296: Possible spelling mistake found.
Context: ...github.com//pull/2089) MsgSupplyCollateral no longer fails when market is below Mi...


Near line 296: Possible spelling mistake found.
Context: ...al no longer fails when market is below MinCollateralLiquidity. ## [v5.0.0-rc1](https://github.com/um...


Near line 298: Unpaired symbol: ‘[’ seems to be missing
Context: ... MinCollateralLiquidity. ## [v5.0.0-rc1](https://github.com/umee-network/umee/re...


Near line 302: Unpaired symbol: ‘[’ seems to be missing
Context: ...rc1) - 2023-05-31 ### Features - [1888](https://github.com/umee-network/umee/pu...


Near line 302: Possible spelling mistake found.
Context: ...om//pull/1888) Created /sdkclient and /client (umee client) packages t...


Near line 302: Possible spelling mistake found.
Context: ...88) Created /sdkclient and /client (umee client) packages to easy the E2E tests ...


Near line 303: Unpaired symbol: ‘[’ seems to be missing
Context: ...d broadcast transactions easily. - [1993](https://github.com/umee-network/umee/pu...


Near line 304: Unpaired symbol: ‘[’ seems to be missing
Context: ... option to disable colored logs. - [2071](https://github.com/umee-network/umee/pu...


Near line 304: Possible spelling mistake found.
Context: ...rk/umee/pull/2071) Update GB and enable Valset Burn mechanism. - [1547](https://github...


Near line 305: Unpaired symbol: ‘[’ seems to be missing
Context: ...nd enable Valset Burn mechanism. - [1547](https://github.com/umee-network/umee/pu...


Near line 305: Possible spelling mistake found.
Context: ...github.com//pull/2063) Cosmwasm integration. ### Improvements - [1989...


Near line 309: Unpaired symbol: ‘[’ seems to be missing
Context: ... integration. ### Improvements - [1989](https://github.com/umee-network/umee/pu...


Near line 309: Possible spelling mistake found.
Context: ...989) Leverage: fix the duplicate symbol denoms issue on adding new tokens to registry....


Near line 310: Unpaired symbol: ‘[’ seems to be missing
Context: ...n adding new tokens to registry. - [1989](https://github.com/umee-network/umee/pu...


Near line 311: Unpaired symbol: ‘[’ seems to be missing
Context: ...ted go version from 1.19 to 1.20 - [2001](https://github.com/umee-network/umee/pu...


Near line 312: Unpaired symbol: ‘[’ seems to be missing
Context: ...ring CLI integration test suite. - [2009](https://github.com/umee-network/umee/pu...


Near line 312: Possible spelling mistake found.
Context: ...ub.com//pull/2009) Use DavidAnson/markdownlint action for Markdown lintin...


Near line 312: Possible spelling mistake found.
Context: ...-network/umee/pull/2009) Use DavidAnson/markdownlint action for Markdown linting. - [2010](h...


Near line 313: Unpaired symbol: ‘[’ seems to be missing
Context: ...int action for Markdown linting. - [2010](https://github.com/umee-network/umee/pu...


Near line 314: Unpaired symbol: ‘[’ seems to be missing
Context: ...to load all values from a store. - [2021](https://github.com/umee-network/umee/pu...


Near line 314: Possible spelling mistake found.
Context: ...github.com//pull/2021) uibc/quota/keeper unit test refactor. - [20...


Near line 315: Unpaired symbol: ‘[’ seems to be missing
Context: ...uota/keeper` unit test refactor. - [2024](https://github.com/umee-network/umee/pu...


Near line 316: Unpaired symbol: ‘[’ seems to be missing
Context: ...ew upgrade registration methods. - [2037](https://github.com/umee-network/umee/pu...


Near line 317: Unpaired symbol: ‘[’ seems to be missing
Context: ...up e2e by removing docker cache. - [2038](https://github.com/umee-network/umee/pu...


Near line 317: Possible spelling mistake found.
Context: .../pull/2038) Unify util tsdk and store packages. ### Fixes - [1982...


Near line 321: Unpaired symbol: ‘[’ seems to be missing
Context: ... and store packages. ### Fixes - [1982](https://github.com/umee-network/umee/pu...


Near line 321: Possible spelling mistake found.
Context: .../umee/pull/1982) Fix the build version (umeed version). - [2052](https://github.com/...


Near line 322: Unpaired symbol: ‘[’ seems to be missing
Context: ...build version (umeed version). - [2052](https://github.com/umee-network/umee/pu...


Near line 323: Unpaired symbol: ‘[’ seems to be missing
Context: ...eral weight in token validation. - [2072](https://github.com/umee-network/umee/pu...


Near line 325: Unpaired symbol: ‘[’ seems to be missing
Context: ...ty for high-exponent assets. ## [v4.4.2](https://github.com/umee-network/umee/re...


Near line 327: Unpaired symbol: ‘[’ seems to be missing
Context: ...leases/tag/v4.4.2) - 2023-06-08 - [2090](https://github.com/umee-network/umee/pu...


Near line 327: Possible spelling mistake found.
Context: ...l/2090) Bump Cosmos SDK to v0.46.13 and CometBFT to v0.34.28 and IAVL to v0.19.6. ## [v...


Near line 327: Possible spelling mistake found.
Context: ...o v0.46.13 and CometBFT to v0.34.28 and IAVL to v0.19.6. ## [v4.4.1](https://github...


Near line 329: Unpaired symbol: ‘[’ seems to be missing
Context: ...0.34.28 and IAVL to v0.19.6. ## [v4.4.1](https://github.com/umee-network/umee/re...


Near line 333: Unpaired symbol: ‘[’ seems to be missing
Context: ... - 2023-05-25 ### Improvements - [2064](https://github.com/umee-network/umee/pu...


Near line 333: Possible spelling mistake found.
Context: ...b.com//pull/2064) Bump ibc-go to v6.1.1. ## [v4.4.0](https://github...


Near line 335: Unpaired symbol: ‘[’ seems to be missing
Context: ...64) Bump ibc-go to v6.1.1. ## [v4.4.0](https://github.com/umee-network/umee/re...


Near line 339: Unpaired symbol: ‘[’ seems to be missing
Context: ...-05 ### State Machine Breaking - [2022](https://github.com/umee-network/umee/pu...


Near line 341: Unpaired symbol: ‘[’ seems to be missing
Context: .../leverage registered tokens. ## [v4.3.0](https://github.com/umee-network/umee/re...


Near line 345: Unpaired symbol: ‘[’ seems to be missing
Context: ...3.0) - 2023-04-05 ### Features - [1963](https://github.com/umee-network/umee/pu...


Near line 346: Unpaired symbol: ‘[’ seems to be missing
Context: ...pull/1963) ICA Host integration. - [1953](https://github.com/umee-network/umee/pu...


Near line 347: Unpaired symbol: ‘[’ seems to be missing
Context: ...ow of leverage registered tokens - [1967](https://github.com/umee-network/umee/pu...


Near line 347: The singular proper name ‘Bridge’ must be used with a third-person or a past tense verb.
Context: ...-network/umee/pull/1967) Gravity Bridge phase out phase-2: disable Umee -> Ethereum t...


Near line 347: Possible spelling mistake found.
Context: ...avity Bridge phase out phase-2: disable Umee -> Ethereum transfers. - [1967](https:/...


Near line 347: Do you wish to insert an arrow?
Context: ... Bridge phase out phase-2: disable Umee -> Ethereum transfers. - [1967](https://gi...


Near line 348: Unpaired symbol: ‘[’ seems to be missing
Context: ...able Umee -> Ethereum transfers. - [1967](https://github.com/umee-network/umee/pu...


Near line 348: The singular proper name ‘Bridge’ must be used with a third-person or a past tense verb.
Context: ...-network/umee/pull/1967) Gravity Bridge phase out phase-2: disable Umee -> Ethereum t...


Near line 348: Possible spelling mistake found.
Context: ...avity Bridge phase out phase-2: disable Umee -> Ethereum transfers. ### Improvement...


Near line 348: Do you wish to insert an arrow?
Context: ... Bridge phase out phase-2: disable Umee -> Ethereum transfers. ### Improvements ...


Near line 352: Unpaired symbol: ‘[’ seems to be missing
Context: ...um transfers. ### Improvements - [1959](https://github.com/umee-network/umee/pu...


Near line 353: Unpaired symbol: ‘[’ seems to be missing
Context: ...ee/pull/1959) Update IBC to v6.1 - [1962](https://github.com/umee-network/umee/pu...


Near line 355: Unpaired symbol: ‘[’ seems to be missing
Context: ...rage, x/oracle andx/uibc` - [1913](https://github.com/umee-network/umee/pu...


Near line 355: Possible spelling mistake found.
Context: ...github.com//pull/1974) uibc: quota status check. - [1973](https://g...


Near line 356: Unpaired symbol: ‘[’ seems to be missing
Context: .../1974) uibc: quota status check. - [1973](https://github.com/umee-network/umee/pu...


Near line 356: Possible spelling mistake found.
Context: ...github.com//pull/1973) UIBC: handle zero Quota Params. ### Fixes ...


Near line 356: Possible spelling mistake found.
Context: ...umee/pull/1973) UIBC: handle zero Quota Params. ### Fixes - [1929](https://github.co...


Near line 360: Unpaired symbol: ‘[’ seems to be missing
Context: ...e zero Quota Params. ### Fixes - [1929](https://github.com/umee-network/umee/pu...


Near line 360: Possible spelling mistake found.
Context: ...//pull/1929) Leverage: MaxWithdraw now accounts for `MinCollateralLiquidi...


Near line 361: Unpaired symbol: ‘[’ seems to be missing
Context: ...nts for MinCollateralLiquidity - [1957](https://github.com/umee-network/umee/pu...


Near line 362: Unpaired symbol: ‘[’ seems to be missing
Context: ... amount per block now rounds up. - [1956](https://github.com/umee-network/umee/pu...


Near line 363: Unpaired symbol: ‘[’ seems to be missing
Context: ...e bigger than collateral_weight. - [1954](https://github.com/umee-network/umee/pu...


Near line 363: Possible spelling mistake found.
Context: ...//pull/1954) Leverage: MaxBorrow now accounts for `MinCollateralLiqui...


Near line 363: Possible spelling mistake found.
Context: ... Leverage: MaxBorrow now accounts for MinCollateralLiquidity and MaxSupplyUtilization - [1968](ht...


Near line 365: Unpaired symbol: ‘[’ seems to be missing
Context: ...dityandMaxSupplyUtilization` - [1968](https://github.com/umee-network/umee/pu...


Near line 365: Possible spelling mistake found.
Context: ...e/pull/1968) Leverage: fix type cast of AdjustedBorrow in ExportGenesis ## [v4.2.0](https://g...


Near line 365: Possible spelling mistake found.
Context: ...age: fix type cast of AdjustedBorrow in ExportGenesis ## [v4.2.0](https://github.com/umee-ne...


Near line 367: Unpaired symbol: ‘[’ seems to be missing
Context: ...ustedBorrow in ExportGenesis ## [v4.2.0](https://github.com/umee-network/umee/re...


Near line 371: Unpaired symbol: ‘[’ seems to be missing
Context: ...2.0) - 2023-03-15 ### Features - [1867](https://github.com/umee-network/umee/pu...


Near line 371: Possible spelling mistake found.
Context: ....com//pull/1867) Allow /denom option on registered tokens query to g...


Near line 371: Possible spelling mistake found.
Context: ...ens query to get only a single token by base_denom. - [1568](https://github.com/umee-netw...


Near line 372: Unpaired symbol: ‘[’ seems to be missing
Context: ... a single token by base_denom. - [1568](https://github.com/umee-network/umee/pu...


Near line 373: Unpaired symbol: ‘[’ seems to be missing
Context: ...are to limit IBC token outflows. - [1764](https://github.com/umee-network/umee/pu...


Near line 373: Add a space between sentences.
Context: ...ub.com//pull/1764) New util.Panic helper function. - [1725](https://gith...


Near line 374: Unpaired symbol: ‘[’ seems to be missing
Context: ...ew util.Panic helper function. - [1725](https://github.com/umee-network/umee/pu...


Near line 374: Possible spelling mistake found.
Context: ...github.com//pull/1725) historacle: average prices. ### Improvements - [...


Near line 378: Unpaired symbol: ‘[’ seems to be missing
Context: ...erage prices. ### Improvements - [1744](https://github.com/umee-network/umee/pu...


Near line 379: Unpaired symbol: ‘[’ seems to be missing
Context: .../1744) docs: testing guidelines. - [1771](https://github.com/umee-network/umee/pu...


Near line 380: Unpaired symbol: ‘[’ seems to be missing
Context: ...ental e2e tests on docker image. - [1788](https://github.com/umee-network/umee/pu...


Near line 380: Possible spelling mistake found.
Context: ...twork/umee/pull/1788) deprecated use of sdkerrors. - [1835](https://github.com/umee-netw...


Near line 381: Unpaired symbol: ‘[’ seems to be missing
Context: ...) deprecated use of sdkerrors. - [1835](https://github.com/umee-network/umee/pu...


Near line 382: Unpaired symbol: ‘[’ seems to be missing
Context: ...perimental for default CI tests. - [1864](https://github.com/umee-network/umee/pu...


Near line 386: Unpaired symbol: ‘[’ seems to be missing
Context: ...ock gen integration. ### Fixes - [1767](https://github.com/umee-network/umee/pu...


Near line 388: Unpaired symbol: ‘[’ seems to be missing
Context: ...e()andGetCandlePrice()`. ## [v4.1.0](https://github.com/umee-network/umee/re...


Near line 392: Unpaired symbol: ‘[’ seems to be missing
Context: ...1.0) - 2023-02-15 ### Features - [1808](https://github.com/umee-network/umee/pu...


Near line 396: Unpaired symbol: ‘[’ seems to be missing
Context: ...t yet been supplied. ### Fixes - [1707](https://github.com/umee-network/umee/pu...


Near line 396: Possible spelling mistake found.
Context: .../1707) Oracle: Enforce voting threshold param in oracle endblocker. - [1736](https://...


Near line 396: Possible spelling mistake found.
Context: ...nforce voting threshold param in oracle endblocker. - [1736](https://github.com/umee-netwo...


Near line 397: Unpaired symbol: ‘[’ seems to be missing
Context: ...hold param in oracle endblocker. - [1736](https://github.com/umee-network/umee/pu...


Near line 398: Unpaired symbol: ‘[’ seems to be missing
Context: ... back to the oracle accept list. - [1807](https://github.com/umee-network/umee/pu...


Near line 398: Possible spelling mistake found.
Context: ...//pull/1807) Fixes BNB ibc denom in 4.1 migration - [1812](https:/...


Near line 398: Possible spelling mistake found.
Context: ...e-network/umee/pull/1807) Fixes BNB ibc denom in 4.1 migration - [1812](https://githu...


Near line 398: Make sure that the singular noun after the number ‘4.1’ is correct.
Context: ...e/pull/1807) Fixes BNB ibc denom in 4.1 migration - [1812](https://github.com/umee-networ...


Near line 399: Unpaired symbol: ‘[’ seems to be missing
Context: ...s BNB ibc denom in 4.1 migration - [1812](https://github.com/umee-network/umee/pu...


Near line 399: Possible spelling mistake found.
Context: ...github.com//pull/1812) MaxCollateralShare now works during partial oracle outages...


Near line 400: Unpaired symbol: ‘[’ seems to be missing
Context: ...hen certain conditions are safe. - [1821](https://github.com/umee-network/umee/pu...


Near line 401: Unpaired symbol: ‘[’ seems to be missing
Context: ...s during partial oracle outages. - [1845](https://github.com/umee-network/umee/pu...


Near line 402: Unpaired symbol: ‘[’ seems to be missing
Context: ...n during oracle ballot counting. - [1851](https://github.com/umee-network/umee/pu...


Near line 403: Unpaired symbol: ‘[’ seems to be missing
Context: ...ll/1851) Oracle: ballot sorting. - [1852](https://github.com/umee-network/umee/pu...


Near line 405: Unpaired symbol: ‘[’ seems to be missing
Context: ...cle: power vote calculation. ## [v4.0.1](https://github.com/umee-network/umee/re...


Near line 409: Unpaired symbol: ‘[’ seems to be missing
Context: ...v4.0.1) - 2023-02-10 ### Fixes - [1800](https://github.com/umee-network/umee/pu...


Near line 409: Possible spelling mistake found.
Context: ...non-capitalized assets when calling the historacle data. ## [v4.0.0](https://github.com/u...


Near line 411: Unpaired symbol: ‘[’ seems to be missing
Context: ...calling the historacle data. ## [v4.0.0](https://github.com/umee-network/umee/re...


Near line 415: Unpaired symbol: ‘[’ seems to be missing
Context: ... - 2023-01-20 ### API Breaking - [1683](https://github.com/umee-network/umee/pu...


Near line 415: Possible spelling mistake found.
Context: ...github.com//pull/1683) MaxWithdraw query now returns sdk.Coins, not `sdk...


Near line 415: Add a space between sentences.
Context: ...ull/1683) MaxWithdraw query now returns sdk.Coins, not sdk.Coin and will be empty (not...


Near line 415: Add a space between sentences.
Context: ...draw query now returns sdk.Coins, not sdk.Coin and will be empty (not zero coin) when...


Near line 415: Possible spelling mistake found.
Context: ...ero coin) when returning a zero amount. Denom field in query is now optional. - [1694...


Near line 416: Unpaired symbol: ‘[’ seems to be missing
Context: ... field in query is now optional. - [1694](https://github.com/umee-network/umee/pu...


Near line 416: Possible spelling mistake found.
Context: ...github.com//pull/1694) MsgMaxWithdraw, MsgMaxBorrow and MsgRepay won't r...


Near line 416: Possible spelling mistake found.
Context: ...twork/umee/pull/1694) MsgMaxWithdraw, MsgMaxBorrow and MsgRepay won't return errors if ...


Near line 416: Possible spelling mistake found.
Context: ...4) MsgMaxWithdraw, MsgMaxBorrow and MsgRepay won't return errors if there is nothin...


Near line 416: In contexts where ‘if’ is followed by ‘or’, using ‘whether’ may be more appropriate (and formal).
Context: ...rowandMsgRepay` won't return errors if there is nothing to withdraw, borrow or...


Near line 416: Possible spelling mistake found.
Context: ... borrow or repay respectively. Leverage ErrMaxWithdrawZero and ErrMaxBorrowZero has been remove...


Near line 416: Possible spelling mistake found.
Context: ...vely. Leverage ErrMaxWithdrawZero and ErrMaxBorrowZero has been removed. ### Fixes - [1680]...


Near line 420: Unpaired symbol: ‘[’ seems to be missing
Context: ...o` has been removed. ### Fixes - [1680](https://github.com/umee-network/umee/pu...


Near line 420: Possible spelling mistake found.
Context: ...k/umee/pull/1680) Add amino support for MsgMaxWithdraw. - [1694](https://github.com/umee-netwo...


Near line 421: Unpaired symbol: ‘[’ seems to be missing
Context: ...mino support for MsgMaxWithdraw. - [1694](https://github.com/umee-network/umee/pu...


Near line 421: Add a space between sentences.
Context: ...github.com//pull/1694) leverage.MaxBorrow return zero instead of failing when th...


Near line 422: Unpaired symbol: ‘[’ seems to be missing
Context: ...when there is no more to borrow. - [1710](https://github.com/umee-network/umee/pu...


Near line 422: Possible spelling mistake found.
Context: ...e/pull/1710) Skip blacklisted tokens in MaxBorrow and MaxWithdraw queries. - [1717](https...


Near line 422: Possible spelling mistake found.
Context: ...kip blacklisted tokens in MaxBorrow and MaxWithdraw queries. - [1717](https://github.com/um...


Near line 423: Unpaired symbol: ‘[’ seems to be missing
Context: ...xBorrow and MaxWithdraw queries. - [1717](https://github.com/umee-network/umee/pu...


Near line 423: Possible spelling mistake found.
Context: ...mee-network/umee/pull/1717) Oracle: Add blockNum to median and median deviation queries....


Near line 427: Unpaired symbol: ‘[’ seems to be missing
Context: ...eviation queries. ### Features - [1548](https://github.com/umee-network/umee/pu...


Near line 427: Possible spelling mistake found.
Context: ...github.com//pull/1548) Historacle prices and medians keeper proof of conc...


Near line 428: Unpaired symbol: ‘[’ seems to be missing
Context: ...medians keeper proof of concept. - [1580](https://github.com/umee-network/umee/pu...


Near line 428: Possible spelling mistake found.
Context: ...ork/umee/pull/1657) Median tracking for historacle pricing. - [1630](https://github.com/um...


Near line 429: Unpaired symbol: ‘[’ seems to be missing
Context: ...tracking for historacle pricing. - [1630](https://github.com/umee-network/umee/pu...


Near line 430: Unpaired symbol: ‘[’ seems to be missing
Context: ...ll/1630) Incentive module proto. - [1588](https://github.com/umee-network/umee/pu...


Near line 430: Possible spelling mistake found.
Context: ...github.com//pull/1588) Historacle proto. - [1653](https://github.com/umee...


Near line 431: Unpaired symbol: ‘[’ seems to be missing
Context: ...mee/pull/1588) Historacle proto. - [1653](https://github.com/umee-network/umee/pu...


Near line 432: Unpaired symbol: ‘[’ seems to be missing
Context: ...Server interface implementation. - [1654](https://github.com/umee-network/umee/pu...


Near line 432: Possible spelling mistake found.
Context: ...m//pull/1654) Leverage historacle integration. - [1685](https://github.co...


Near line 433: Unpaired symbol: ‘[’ seems to be missing
Context: ...Leverage historacle integration. - [1685](https://github.com/umee-network/umee/pu...


Near line 433: Possible spelling mistake found.
Context: ...mee-network/umee/pull/1685) Add medians param to Token registry. - [1683](https://git...


Near line 434: Unpaired symbol: ‘[’ seems to be missing
Context: ...medians param to Token registry. - [1683](https://github.com/umee-network/umee/pu...


Near line 434: Possible spelling mistake found.
Context: ...ub.com//pull/1683) Add MaxBorrow query and allow returning all denoms fr...


Near line 434: Possible spelling mistake found.
Context: ...MaxBorrow query and allow returning all denoms from MaxWithdraw. - [1690](https://gith...


Near line 434: Possible spelling mistake found.
Context: ...ery and allow returning all denoms from MaxWithdraw. - [1690](https://github.com/umee-netwo...


Near line 435: Unpaired symbol: ‘[’ seems to be missing
Context: ...ing all denoms from MaxWithdraw. - [1690](https://github.com/umee-network/umee/pu...


Near line 435: Possible spelling mistake found.
Context: ...ub.com//pull/1690) Add MaxBorrow message type. - [1711](https://github.c...


Near line 436: Unpaired symbol: ‘[’ seems to be missing
Context: ...690) Add MaxBorrow message type. - [1711](https://github.com/umee-network/umee/pu...


Near line 436: Possible spelling mistake found.
Context: ...istoric pricing information to leverage MarketSummary query. - [1723](https://github.com/umee...


Near line 437: Unpaired symbol: ‘[’ seems to be missing
Context: ...to leverage MarketSummary query. - [1723](https://github.com/umee-network/umee/pu...


Near line 438: Unpaired symbol: ‘[’ seems to be missing
Context: ... only fields in account summary. - [1694](https://github.com/umee-network/umee/pu...


Near line 438: Possible spelling mistake found.
Context: ...om//pull/1694) Add new sdkutil package to enhance common Cosmos SDK fu...


Near line 438: Possible spelling mistake found.
Context: ...mon Cosmos SDK functionality. Here, the ZeroCoin helper function. ## [v3.3.0](https://...


Near line 440: Unpaired symbol: ‘[’ seems to be missing
Context: ... ZeroCoin helper function. ## [v3.3.0](https://github.com/umee-network/umee/re...


Near line 444: Unpaired symbol: ‘[’ seems to be missing
Context: ...3.0) - 2022-12-20 ### Features - [1642](https://github.com/umee-network/umee/pu...


Near line 444: Possible spelling mistake found.
Context: ....com//pull/1642) Added QueryMaxWithdraw and MsgMaxWithdraw. - [1633](https://gi...


Near line 444: Possible spelling mistake found.
Context: ...e/pull/1642) Added QueryMaxWithdraw and MsgMaxWithdraw. - [1633](https://github.com/umee-netwo...


Near line 445: Unpaired symbol: ‘[’ seems to be missing
Context: ...yMaxWithdraw and MsgMaxWithdraw. - [1633](https://github.com/umee-network/umee/pu...


Near line 445: Possible spelling mistake found.
Context: ...github.com//pull/1633) MarketSummary query now displays symbol price instead...


Near line 449: Unpaired symbol: ‘[’ seems to be missing
Context: ... readability. ### Improvements - [1659](https://github.com/umee-network/umee/pu...


Near line 453: Unpaired symbol: ‘[’ seems to be missing
Context: ...dependencies (#1659) ### Fixes - [1640](https://github.com/umee-network/umee/pu...


Near line 453: Possible spelling mistake found.
Context: ...verage gov handler proposals to the new MsgGovUpdateRegistry messages. - [1650](https://github.com/...


Near line 454: Unpaired symbol: ‘[’ seems to be missing
Context: ...MsgGovUpdateRegistry messages. - [1650](https://github.com/umee-network/umee/pu...


Near line 454: Possible spelling mistake found.
Context: ...e/pull/1650) Fixes bug with reserves in ExportGenesis. - [1642](https://github.com/umee-netwo...


Near line 455: Unpaired symbol: ‘[’ seems to be missing
Context: ... with reserves in ExportGenesis. - [1642](https://github.com/umee-network/umee/pu...


Near line 455: Possible spelling mistake found.
Context: ...k/umee/pull/1642) Added missing CLI for QueryBadDebts. - [1633](https://github.com/umee-netwo...


Near line 456: Unpaired symbol: ‘[’ seems to be missing
Context: ...d missing CLI for QueryBadDebts. - [1633](https://github.com/umee-network/umee/pu...


Near line 456: This sentence does not start with an uppercase letter.
Context: ...alculation precision for high exponent. assets. - [1645](https://github.com/umee-netwo...


Near line 457: Unpaired symbol: ‘[’ seems to be missing
Context: ...ision for high exponent. assets. - [1645](https://github.com/umee-network/umee/pu...


Near line 458: Unpaired symbol: ‘[’ seems to be missing
Context: ...45) Fix: docker build & release. - [1650](https://github.com/umee-network/umee/pu...


Near line 460: Unpaired symbol: ‘[’ seems to be missing
Context: ...ort genesis tracks reserves. ## [v3.2.0](https://github.com/umee-network/umee/re...


Near line 462: Possible spelling mistake found.
Context: ...eleases/tag/v3.2.0) - 2022-11-25 Since umeed v3.2 there is a new runtime dependency...


Near line 462: Possible spelling mistake found.
Context: ...3.2there is a new runtime dependency:libwasmvm.x86_64.so v1.1.1` is required. Building...


Near line 463: Possible spelling mistake found.
Context: ...from source will automatically link the libwasmvm.x86_64.so created as a part of the bui...


Near line 463: Possible spelling mistake found.
Context: ...host as you run the binary, or copy the libwasmvm.x86_64.so your lib directory). ### Fe...


Near line 467: Unpaired symbol: ‘[’ seems to be missing
Context: ...r lib directory). ### Features - [1555](https://github.com/umee-network/umee/pu...


Near line 467: Possible typo: you repeated a word
Context: ...e/pull/1555) Updates IBC to v5.1.0 that adds adds optional memo field to `FungibleTokenPa...


Near line 467: Possible spelling mistake found.
Context: ...0 that adds adds optional memo field to FungibleTokenPacketData and MsgTransfer. - [1577](https://gi...


Near line 467: Possible spelling mistake found.
Context: ... field to FungibleTokenPacketData and MsgTransfer. - [1577](https://github.com/umee-netw...


Near line 468: Unpaired symbol: ‘[’ seems to be missing
Context: ...enPacketDataandMsgTransfer`. - [1577](https://github.com/umee-network/umee/pu...


Near line 468: Possible spelling mistake found.
Context: ...quidator-queryor-lruntime flag toumeed start`. See README.md file...


Near line 472: Unpaired symbol: ‘[’ seems to be missing
Context: ...ls. ### State Machine Breaking - [1555](https://github.com/umee-network/umee/pu...


Near line 476: Unpaired symbol: ‘[’ seems to be missing
Context: ... GB Slashing. ### API Breaking - [1578](https://github.com/umee-network/umee/pu...


Near line 478: Unpaired symbol: ‘[’ seems to be missing
Context: ...ge/types and x/oracle/types. ## [v3.1.0](https://github.com/umee-network/umee/re...


Near line 482: Unpaired symbol: ‘[’ seems to be missing
Context: ...1.0) - 2022-10-22 ### Features - [1513](https://github.com/umee-network/umee/pu...


Near line 482: Possible spelling mistake found.
Context: ...ain information via new RPC route. See [cosmos-sdk/11582](https://github.com/cosmos/cosmos...


Near line 486: Unpaired symbol: ‘[’ seems to be missing
Context: ...2). ### State Machine Breaking - [1474](https://github.com/umee-network/umee/pu...


Near line 487: Unpaired symbol: ‘[’ seems to be missing
Context: ...abled all Gravity Bridge claims. - [1479](https://github.com/umee-network/umee/pu...


Near line 487: Possible spelling mistake found.
Context: ...ub.com//pull/1479) Add MsgSupplyCollateral. ### Fixes - [1471](https://github.co...


Near line 491: Unpaired symbol: ‘[’ seems to be missing
Context: ...MsgSupplyCollateral. ### Fixes - [1471](https://github.com/umee-network/umee/pu...


Near line 492: Unpaired symbol: ‘[’ seems to be missing
Context: ...Fix slash window progress query. - [1501](https://github.com/umee-network/umee/pu...


Near line 494: Unpaired symbol: ‘[’ seems to be missing
Context: ...1) Cosmos SDK patch release. ## [v3.0.3](https://github.com/umee-network/umee/re...


Near line 498: Unpaired symbol: ‘[’ seems to be missing
Context: ...v3.0.3) - 2022-10-21 ### Fixes - [1511](https://github.com/umee-network/umee/pu...


Near line 498: Possible spelling mistake found.
Context: ...pull/1511) Cosmos SDK patch release for Umee v3.0.3. ## [v3.0.2] - 2022-09-29 ### ...


Near line 504: Unpaired symbol: ‘[’ seems to be missing
Context: ...v3.0.2] - 2022-09-29 ### Fixes - [1460](https://github.com/umee-network/umee/pu...


Near line 510: Unpaired symbol: ‘[’ seems to be missing
Context: ...v3.0.1] - 2022-09-28 ### Fixes - [1450](https://github.com/umee-network/umee/pu...


Near line 512: Unpaired symbol: ‘[’ seems to be missing
Context: ...he which caused v3.0.0 halt. ## [v3.0.0](https://github.com/umee-network/umee/re...


Near line 516: Unpaired symbol: ‘[’ seems to be missing
Context: ...-22 ### State Machine Breaking - [1326](https://github.com/umee-network/umee/pu...


Near line 517: Unpaired symbol: ‘[’ seems to be missing
Context: ...otocol controlled min gas price. - [1401](https://github.com/umee-network/umee/pu...


Near line 517: Possible spelling mistake found.
Context: ...ee/pull/1401) Increased free gas oracle tx limit from 100k to 140k. - [1411](https...


Near line 518: Unpaired symbol: ‘[’ seems to be missing
Context: ...acle tx limit from 100k to 140k. - [1411](https://github.com/umee-network/umee/pu...


Near line 522: Unpaired symbol: ‘[’ seems to be missing
Context: ...or v3 release ### API Breaking - [1029](https://github.com/umee-network/umee/pu...


Near line 522: Put a space after the comma.
Context: ...pull/1029) Removed MsgSetCollateral(addr,denom,bool), and replaced with MsgAddCollater...


Near line 522: Put a space after the comma.
Context: ...029) Removed MsgSetCollateral(addr,denom,bool), and replaced with MsgAddCollateral(ad...


Near line 522: Put a space after the comma.
Context: ... and replaced with MsgAddCollateral(addr,coin) and MsgRemoveCollateral(addr,coin) - [...


Near line 522: Put a space after the comma.
Context: ...(addr,coin) and MsgRemoveCollateral(addr,coin) - [1023](https://github.com/umee-netwo...


Near line 523: Unpaired symbol: ‘[’ seems to be missing
Context: ...d MsgRemoveCollateral(addr,coin) - [1023](https://github.com/umee-network/umee/pu...


Near line 523: Possible spelling mistake found.
Context: ...m//pull/1023) Restrict MsgWithdraw to only uToken input (no base token aut...


Near line 523: Possible spelling mistake found.
Context: ...pull/1023) Restrict MsgWithdraw to only uToken input (no base token auto-convert) - [1...


Near line 524: Unpaired symbol: ‘[’ seems to be missing
Context: ...put (no base token auto-convert) - [1106](https://github.com/umee-network/umee/pu...


Near line 524: Possible spelling mistake found.
Context: .../1106) Rename Lend to Supply, including MsgLendAsset, Token EnableLend, docs, and internal f...


Near line 524: Possible spelling mistake found.
Context: ...o Supply, including MsgLendAsset, Token EnableLend, docs, and internal functions. Also Que...


Near line 524: A comma may be missing after the conjunctive/linking adverb ‘Also’.
Context: ...ableLend, docs, and internal functions. Also QueryLoaned similar queries to QuerySup...


Near line 524: Possible spelling mistake found.
Context: ...end, docs, and internal functions. Also QueryLoaned similar queries to QuerySupplied. - [11...


Near line 524: Possible spelling mistake found.
Context: ...ns. Also QueryLoaned similar queries to QuerySupplied. - [1113](https://github.com/umee-netwo...


Near line 525: Unpaired symbol: ‘[’ seems to be missing
Context: ...imilar queries to QuerySupplied. - [1113](https://github.com/umee-network/umee/pu...


Near line 525: Possible spelling mistake found.
Context: ...1113) Rename Amount field to Asset when sdk.Coin type in Msg proto. - [1122](https:...


Near line 525: Add a space between sentences.
Context: ...) Rename Amount field to Asset when sdk.Coin type in Msg proto. - [1122](https://git...


Near line 526: Unpaired symbol: ‘[’ seems to be missing
Context: ...when sdk.Coin type in Msg proto. - [1122](https://github.com/umee-network/umee/pu...


Near line 526: Possible spelling mistake found.
Context: ...com//pull/1122) Rename MsgWithdrawAsset, MsgBorrowAsset, MsgRepayAsset, MsgAddC...


Near line 526: Possible spelling mistake found.
Context: ...mee/pull/1122) Rename MsgWithdrawAsset, MsgBorrowAsset, MsgRepayAsset, MsgAddCollateral, and M...


Near line 526: Possible spelling mistake found.
Context: ...ename MsgWithdrawAsset, MsgBorrowAsset, MsgRepayAsset, MsgAddCollateral, and MsgRemoveCollate...


Near line 526: Possible spelling mistake found.
Context: ...awAsset, MsgBorrowAsset, MsgRepayAsset, MsgAddCollateral, and MsgRemoveCollateral to MsgWithdraw...


Near line 526: Possible spelling mistake found.
Context: ...t, MsgRepayAsset, MsgAddCollateral, and MsgRemoveCollateral to MsgWithdraw, MsgBorrow, MsgRepay, Ms...


Near line 526: Possible spelling mistake found.
Context: ...dCollateral, and MsgRemoveCollateral to MsgWithdraw, MsgBorrow, MsgRepay, MsgCollateralize,...


Near line 526: Possible spelling mistake found.
Context: ...and MsgRemoveCollateral to MsgWithdraw, MsgBorrow, MsgRepay, MsgCollateralize, MsgDecolla...


Near line 526: Possible spelling mistake found.
Context: ...veCollateral to MsgWithdraw, MsgBorrow, MsgRepay, MsgCollateralize, MsgDecollateralize. ...


Near line 526: Possible spelling mistake found.
Context: ...al to MsgWithdraw, MsgBorrow, MsgRepay, MsgCollateralize, MsgDecollateralize. - [1123](https://g...


Near line 526: Possible spelling mistake found.
Context: ... MsgBorrow, MsgRepay, MsgCollateralize, MsgDecollateralize. - [1123](https://github.com/umee-netwo...


Near line 527: Unpaired symbol: ‘[’ seems to be missing
Context: ...llateralize, MsgDecollateralize. - [1123](https://github.com/umee-network/umee/pu...


Near line 528: Unpaired symbol: ‘[’ seems to be missing
Context: ... by removing the Request suffix. - [1125](https://github.com/umee-network/umee/pu...


Near line 528: This word is normally spelled as one.
Context: ...roto getters in x/leverage and x/oracle proto types. - [1126](https://github.com/umee-netwo...


Near line 529: Unpaired symbol: ‘[’ seems to be missing
Context: ...verage and x/oracle proto types. - [1126](https://github.com/umee-network/umee/pu...


Near line 529: Possible spelling mistake found.
Context: ...ee-network/umee/pull/1126) Update proto json tag from APY to apy. - [1118](https...


Near line 529: Possible spelling mistake found.
Context: ...26) Update proto json tag from APY to apy. - [1118](https://github.com/umee-netw...


Near line 530: Unpaired symbol: ‘[’ seems to be missing
Context: ...to json tag from APY to apy. - [1118](https://github.com/umee-network/umee/pu...


Near line 530: Possible spelling mistake found.
Context: ...github.com//pull/1118) MsgLiquidate now has reward denom instead of full co...


Near line 530: Possible spelling mistake found.
Context: .../pull/1118) MsgLiquidate now has reward denom instead of full coin - [1130](https://g...


Near line 531: Unpaired symbol: ‘[’ seems to be missing
Context: ...eward denom instead of full coin - [1130](https://github.com/umee-network/umee/pu...


Near line 531: Possible spelling mistake found.
Context: ...ee-network/umee/pull/1130) Update proto json tag to lower case. - [1140](https://git...


Near line 532: Unpaired symbol: ‘[’ seems to be missing
Context: ...te proto json tag to lower case. - [1140](https://github.com/umee-network/umee/pu...


Near line 532: Possible spelling mistake found.
Context: ...com//pull/1140) Rename MarketSize query to TotalSuppliedValue, and TokenM...


Near line 532: Possible spelling mistake found.
Context: ...e/pull/1140) Rename MarketSize query to TotalSuppliedValue, and TokenMarketSize to TotalSupplied. ...


Near line 532: Possible spelling mistake found.
Context: ...etSize query to TotalSuppliedValue, and TokenMarketSize to TotalSupplied. - [1188](https://gith...


Near line 532: Possible spelling mistake found.
Context: ...alSuppliedValue, and TokenMarketSize to TotalSupplied. - [1188](https://github.com/umee-netwo...


Near line 533: Unpaired symbol: ‘[’ seems to be missing
Context: ...okenMarketSize to TotalSupplied. - [1188](https://github.com/umee-network/umee/pu...


Near line 534: Unpaired symbol: ‘[’ seems to be missing
Context: ...duplicate market_summary fields. - [1199](https://github.com/umee-network/umee/pu...


Near line 534: Possible spelling mistake found.
Context: ... borrow_limit) into aggregate queries acccount_summary or account_balances. - [1236...


Near line 535: Unpaired symbol: ‘[’ seems to be missing
Context: ..._summaryoraccount_balances`. - [1236](https://github.com/umee-network/umee/pu...


Near line 536: Unpaired symbol: ‘[’ seems to be missing
Context: ...nse fields to leverage messages. - [1222](https://github.com/umee-network/umee/pu...


Near line 536: Possible spelling mistake found.
Context: .../umee/pull/1222) Add leverage parameter DirectLiquidationFee. - [1333](https://github.com/umee-netwo...


Near line 537: Unpaired symbol: ‘[’ seems to be missing
Context: ... parameter DirectLiquidationFee. - [1333](https://github.com/umee-network/umee/pu...


Near line 537: Possible spelling mistake found.
Context: ...e-network/umee/pull/1333) Remove first (addr) argument on all CLI commands, using `-...


Near line 541: Unpaired symbol: ‘[’ seems to be missing
Context: ...om` flag instead. ### Features - [1147](https://github.com/umee-network/umee/pu...


Near line 541: Possible spelling mistake found.
Context: ...ub.com//pull/1147) Add SlashWindow oracle query. - [913](https://github.co...


Near line 542: Unpaired symbol: ‘[’ seems to be missing
Context: ...47) Add SlashWindow oracle query. - [913](https://github.com/umee-network/umee/pu...


Near line 542: Possible spelling mistake found.
Context: ...hub.com//pull/913) Add LendEnabled, BorrowEnabled, and Blacklist to Token ...


Near line 542: Possible spelling mistake found.
Context: ...network/umee/pull/913) Add LendEnabled, BorrowEnabled, and Blacklist to Token struct. - [913]...


Near line 543: Unpaired symbol: ‘[’ seems to be missing
Context: ...d, and Blacklist to Token struct. - [913](https://github.com/umee-network/umee/pu...


Near line 544: Unpaired symbol: ‘[’ seems to be missing
Context: ...te tokens, but never delete them. - [918](https://github.com/umee-network/umee/pu...


Near line 544: Possible spelling mistake found.
Context: ...hub.com//pull/918) Add MarketSummary query to CLI. - [1068](https://github.c...


Near line 545: Unpaired symbol: ‘[’ seems to be missing
Context: ... Add MarketSummary query to CLI. - [1068](https://github.com/umee-network/umee/pu...


Near line 546: Unpaired symbol: ‘[’ seems to be missing
Context: ... cache layer for token registry. - [1096](https://github.com/umee-network/umee/pu...


Near line 547: Unpaired symbol: ‘[’ seems to be missing
Context: ...o the x/leverage token registry. - [1094](https://github.com/umee-network/umee/pu...


Near line 547: Possible spelling mistake found.
Context: ....com//pull/1094) Added TotalCollateral query. - [1099](https://github.com/umee...


Near line 548: Unpaired symbol: ‘[’ seems to be missing
Context: ...94) Added TotalCollateral query. - [1099](https://github.com/umee-network/umee/pu...


Near line 548: Possible spelling mistake found.
Context: ....com//pull/1099) Added TotalBorrowed query. - [1157](https://github.com/umee...


Near line 549: Unpaired symbol: ‘[’ seems to be missing
Context: ...1099) Added TotalBorrowed query. - [1157](https://github.com/umee-network/umee/pu...


Near line 549: Possible spelling mistake found.
Context: ....com//pull/1157) Added PrintOrErr util function optimizing the CLI code ...


Near line 550: Unpaired symbol: ‘[’ seems to be missing
Context: ...on optimizing the CLI code flow. - [1118](https://github.com/umee-network/umee/pu...


Near line 550: Possible spelling mistake found.
Context: ...github.com//pull/1118) MsgLiquidate rewards base assets instead of requirin...


Near line 550: Possible spelling mistake found.
Context: ...sets instead of requiring an additional MsgWithdraw - [1159](https://github.com/umee-networ...


Near line 551: Unpaired symbol: ‘[’ seems to be missing
Context: ...uiring an additional MsgWithdraw - [1159](https://github.com/umee-network/umee/pu...


Near line 552: Unpaired symbol: ‘[’ seems to be missing
Context: ...o the x/leverage token registry. - [1188](https://github.com/umee-network/umee/pu...


Near line 552: Possible spelling mistake found.
Context: ...thdraw, available_collateralize, and utoken_supply` fields to market summary. - [12...


Near line 553: Unpaired symbol: ‘[’ seems to be missing
Context: ...upply` fields to market summary. - [1203](https://github.com/umee-network/umee/pu...


Near line 554: Unpaired symbol: ‘[’ seems to be missing
Context: ...mee/pull/1203) Add Swagger docs. - [1212](https://github.com/umee-network/umee/pu...


Near line 555: Unpaired symbol: ‘[’ seems to be missing
Context: ...on check / validation functions. - [1217](https://github.com/umee-network/umee/pu...


Near line 557: Possible spelling mistake found.
Context: ...s SDK x/group module. - Increased Gov MaxMetadataLen from 255 to 800 characters. - [1220](h...


Near line 558: Unpaired symbol: ‘[’ seems to be missing
Context: ...Len` from 255 to 800 characters. - [1220](https://github.com/umee-network/umee/pu...


Near line 558: Possible spelling mistake found.
Context: ...e-network/umee/pull/1220) Submit oracle prevotes / vote txs via the CLI. - [1222](https:...


Near line 558: Possible spelling mistake found.
Context: ...ull/1220) Submit oracle prevotes / vote txs via the CLI. - [1222](https://github.co...


Near line 559: Unpaired symbol: ‘[’ seems to be missing
Context: ...prevotes / vote txs via the CLI. - [1222](https://github.com/umee-network/umee/pu...


Near line 559: Possible spelling mistake found.
Context: ...work/umee/pull/1222) Liquidation reward_denom can now be either token or uToken. - [1...


Near line 559: Possible spelling mistake found.
Context: ...reward_denom can now be either token or uToken. - [1238](https://github.com/umee-netwo...


Near line 560: Unpaired symbol: ‘[’ seems to be missing
Context: ...n now be either token or uToken. - [1238](https://github.com/umee-network/umee/pu...


Near line 561: Unpaired symbol: ‘[’ seems to be missing
Context: ...ull/1238) Added bad debts query. - [1323](https://github.com/umee-network/umee/pu...


Near line 561: Possible spelling mistake found.
Context: ...com//pull/1323) Oracle cli - Add validator address override option...


Near line 562: Unpaired symbol: ‘[’ seems to be missing
Context: ...lidator address override option. - [1329](https://github.com/umee-network/umee/pu...


Near line 562: Possible spelling mistake found.
Context: ...//pull/1329) Implement MaxCollateralShare. - [1330](https://github.com/umee-netwo...


Near line 563: Unpaired symbol: ‘[’ seems to be missing
Context: ...9) Implement MaxCollateralShare. - [1330](https://github.com/umee-network/umee/pu...


Near line 563: Possible spelling mistake found.
Context: ...mee-network/umee/pull/1330) Implemented MaxSupplyUtilization. - [1319](https://github.com/umee-netwo...


Near line 564: Unpaired symbol: ‘[’ seems to be missing
Context: ...mplemented MaxSupplyUtilization. - [1319](https://github.com/umee-network/umee/pu...


Near line 564: Possible spelling mistake found.
Context: ...mee-network/umee/pull/1319) Implemented MaxSupply. - [1331](https://github.com/umee-netwo...


Near line 565: Unpaired symbol: ‘[’ seems to be missing
Context: ...ull/1319) Implemented MaxSupply. - [1331](https://github.com/umee-network/umee/pu...


Near line 565: Possible spelling mistake found.
Context: ...mee-network/umee/pull/1331) Implemented MinCollateralLiquidity. - [1343](https://github.com/umee-netwo...


Near line 566: Unpaired symbol: ‘[’ seems to be missing
Context: ...lemented MinCollateralLiquidity. - [1343](https://github.com/umee-network/umee/pu...


Near line 566: Possible spelling mistake found.
Context: ...github.com//pull/1343) RepayBadDebt and Liquidate automatically clear black...


Near line 567: Unpaired symbol: ‘[’ seems to be missing
Context: ...ly clear blacklisted collateral. - [1379](https://github.com/umee-network/umee/pu...


Near line 567: Possible spelling mistake found.
Context: ...ub.com//pull/1379) Add mininumCommissionRate update to all validators. - [1395](htt...


Near line 568: Unpaired symbol: ‘[’ seems to be missing
Context: ...nRate` update to all validators. - [1395](https://github.com/umee-network/umee/pu...


Near line 572: Unpaired symbol: ‘[’ seems to be missing
Context: ...targets query. ### Improvements - [935](https://github.com/umee-network/umee/pu...


Near line 572: Possible spelling mistake found.
Context: ...hub.com//pull/935) Fix protobuf linting - [940](https://github.com/umee...


Near line 573: Unpaired symbol: ‘[’ seems to be missing
Context: ...ee/pull/935) Fix protobuf linting - [940](https://github.com/umee-network/umee/pu...


Near line 573: Add a space between sentences.
Context: ...work/umee/pull/940)(x/leverage) Renamed Keeper.DeriveBorrowUtilization to SupplyUtilization (see #926) - [9...


Near line 573: Possible spelling mistake found.
Context: ...med Keeper.DeriveBorrowUtilization to SupplyUtilization (see #926) - [959](https://github.com/...


Near line 574: Unpaired symbol: ‘[’ seems to be missing
Context: ...to SupplyUtilization (see #926) - [959](https://github.com/umee-network/umee/pu...


Near line 574: Possible spelling mistake found.
Context: ...com//pull/959) Improve ModuleBalance calculation - [962](https://github.com/...


Near line 575: Unpaired symbol: ‘[’ seems to be missing
Context: ...Improve ModuleBalance calculation - [962](https://github.com/umee-network/umee/pu...


Near line 575: Possible spelling mistake found.
Context: ...//pull/962) Streamline AccrueAllInterest - [967](https://github.com/umee-network...


Near line 576: Unpaired symbol: ‘[’ seems to be missing
Context: ...962) Streamline AccrueAllInterest - [967](https://github.com/umee-network/umee/pu...


Near line 576: Possible spelling mistake found.
Context: ...hub.com//pull/962) Use taylor series of e^x for more accurate interes...


Near line 577: Unpaired symbol: ‘[’ seems to be missing
Context: ...re accurate interest at high APY. - [987](https://github.com/umee-network/umee/pu...


Near line 578: Unpaired symbol: ‘[’ seems to be missing
Context: ... Streamline x/leverage CLI tests - [1012](https://github.com/umee-network/umee/pu...


Near line 579: Unpaired symbol: ‘[’ seems to be missing
Context: ...ative time elapsed error message - [1236](https://github.com/umee-network/umee/pu...


Near line 580: Unpaired symbol: ‘[’ seems to be missing
Context: ...) Improve leverage event fields. - [1294](https://github.com/umee-network/umee/pu...


Near line 581: Unpaired symbol: ‘[’ seems to be missing
Context: ...lify window progress query math. - [1300](https://github.com/umee-network/umee/pu...


Near line 582: Unpaired symbol: ‘[’ seems to be missing
Context: ...est suite and error specificity. - [1322](https://github.com/umee-network/umee/pu...


Near line 583: Unpaired symbol: ‘[’ seems to be missing
Context: ...tion threshold and close factor. - [1332](https://github.com/umee-network/umee/pu...


Near line 584: Unpaired symbol: ‘[’ seems to be missing
Context: ...xhaustion event and log message. - [1362](https://github.com/umee-network/umee/pu...


Near line 584: Possible spelling mistake found.
Context: ...work/umee/pull/1362) Remove inefficient BorrowAmounts and CollateralAmounts leverage invarian...


Near line 584: Possible spelling mistake found.
Context: ...2) Remove inefficient BorrowAmounts and CollateralAmounts leverage invariants. - [1363](https://g...


Near line 585: Unpaired symbol: ‘[’ seems to be missing
Context: ...eralAmounts leverage invariants. - [1363](https://github.com/umee-network/umee/pu...


Near line 585: Possible spelling mistake found.
Context: ...rk/umee/pull/1332) Standardize leverage KVStore access andincrease validation. - [1385]...


Near line 585: Possible spelling mistake found.
Context: ...32) Standardize leverage KVStore access andincrease validation. - [1385](https://github.com...


Near line 586: Unpaired symbol: ‘[’ seems to be missing
Context: ...e access andincrease validation. - [1385](https://github.com/umee-network/umee/pu...


Near line 590: Unpaired symbol: ‘[’ seems to be missing
Context: ...pgrade plan name ### Bug Fixes - [1018](https://github.com/umee-network/umee/pu...


Near line 591: Unpaired symbol: ‘[’ seems to be missing
Context: ...sed from the last block happens. - [1156](https://github.com/umee-network/umee/pu...


Near line 592: Unpaired symbol: ‘[’ seems to be missing
Context: ...56) Propagate context correctly. - [1288](https://github.com/umee-network/umee/pu...


Near line 592: Possible spelling mistake found.
Context: .../pull/1288) Safeguards LastInterestTime against time reversals and unintended i...


Near line 593: Unpaired symbol: ‘[’ seems to be missing
Context: ...tended interest from hard forks. - [1357](https://github.com/umee-network/umee/pu...


Near line 593: Possible spelling mistake found.
Context: ...github.com//pull/1357) Interptex x/0 collateral liquidity as 100% - [138...


Near line 594: Unpaired symbol: ‘[’ seems to be missing
Context: ...x/0 collateral liquidity as 100% - [1383](https://github.com/umee-network/umee/pu...


Near line 594: Possible spelling mistake found.
Context: ...ull/1383) Remove potential panic during FeeAndPriority error case. - [1405](https://github.com...


Near line 595: Unpaired symbol: ‘[’ seems to be missing
Context: ...uring FeeAndPriority error case. - [1405](https://github.com/umee-network/umee/pu...


Near line 595: Possible spelling mistake found.
Context: ...-network/umee/pull/1405) No longer skip MinCollateralLiquidity < 1 validation. ## [v2.0.2](https://gi...


Near line 597: Unpaired symbol: ‘[’ seems to be missing
Context: ...ralLiquidity < 1 validation. ## [v2.0.2](https://github.com/umee-network/umee/re...


Near line 601: Unpaired symbol: ‘[’ seems to be missing
Context: ....0.2) - 2022-05-13 ### Features - [860](https://github.com/umee-network/umee/pu...


Near line 602: Unpaired symbol: ‘[’ seems to be missing
Context: ...and upgrade-client gov proposals. - [894](https://github.com/umee-network/umee/pu...


Near line 602: Possible spelling mistake found.
Context: ...hub.com//pull/894) Add MarketSummary query ### Improvements - [866](https:...


Near line 606: Unpaired symbol: ‘[’ seems to be missing
Context: ...tSummary query ### Improvements - [866](https://github.com/umee-network/umee/pu...


Near line 606: Possible spelling mistake found.
Context: ...ee/pull/866) Make the x/oracle keeper's GetExchangeRateBase method more efficient. ### API Breakin...


Near line 610: Unpaired symbol: ‘[’ seems to be missing
Context: ...ore efficient. ### API Breaking - [870](https://github.com/umee-network/umee/pu...


Near line 611: Unpaired symbol: ‘[’ seems to be missing
Context: ...ll/870) Move proto v1beta1 to v1. - [903](https://github.com/umee-network/umee/pu...


Near line 611: Add a space between sentences.
Context: ...twork/umee/pull/903) (leverage) Renamed Keeper.CalculateLiquidationLimit to CalculateLiquidationThreshold. #...


Near line 611: Possible spelling mistake found.
Context: ...d Keeper.CalculateLiquidationLimit to CalculateLiquidationThreshold. ## [v2.0.1](https://github.com/umee-...


Near line 613: Unpaired symbol: ‘[’ seems to be missing
Context: ...culateLiquidationThreshold`. ## [v2.0.1](https://github.com/umee-network/umee/re...


Near line 617: Unpaired symbol: ‘[’ seems to be missing
Context: ....0.1) - 2022-04-25 ### Features - [835](https://github.com/umee-network/umee/pu...


Near line 617: Possible spelling mistake found.
Context: ...l/835) Add miss counter query to oracle cli. ### Bug Fixes - [829](https://github...


Near line 621: Unpaired symbol: ‘[’ seems to be missing
Context: ...ry to oracle cli. ### Bug Fixes - [829](https://github.com/umee-network/umee/pu...


Near line 621: Possible spelling mistake found.
Context: ...hub.com//pull/829) Fix umeed tx leverage liquidate command args. #...


Near line 621: Possible spelling mistake found.
Context: ...x umeed tx leverage liquidate command args. ### Improvements - [781](https://git...


Near line 625: Unpaired symbol: ‘[’ seems to be missing
Context: ... command args. ### Improvements - [781](https://github.com/umee-network/umee/pu...


Near line 626: Unpaired symbol: ‘[’ seems to be missing
Context: ... Oracle module unit test cleanup. - [782](https://github.com/umee-network/umee/pu...


Near line 626: Possible spelling mistake found.
Context: ...network/umee/pull/782) Add unit test to x/oracle/types/denom.go and x/oracle/types/keys.go. - [78...


Near line 627: Unpaired symbol: ‘[’ seems to be missing
Context: ...goandx/oracle/types/keys.go`. - [786](https://github.com/umee-network/umee/pu...


Near line 628: Unpaired symbol: ‘[’ seems to be missing
Context: ... Add unit test to x/oracle/.... - [798](https://github.com/umee-network/umee/pu...


Near line 629: Unpaired symbol: ‘[’ seems to be missing
Context: ...se x/oracle unit test coverage. - [803](https://github.com/umee-network/umee/pu...


Near line 629: Possible spelling mistake found.
Context: ...hub.com//pull/803) Add cover-html command to makefile. ## [v2.0.0](http...


Near line 629: Possible spelling mistake found.
Context: ...e/pull/803) Add cover-html command to makefile. ## [v2.0.0](https://github.com/umee-n...


Near line 631: Unpaired symbol: ‘[’ seems to be missing
Context: ...r-html` command to makefile. ## [v2.0.0](https://github.com/umee-network/umee/re...


Near line 635: Unpaired symbol: ‘[’ seems to be missing
Context: ...) - 2022-04-06 ### Improvements - [754](https://github.com/umee-network/umee/pu...


Near line 635: If a new sentence starts here, add a space and start with an uppercase letter.
Context: ...m//pull/754) Update go.mod to use /v2 import path. - [723](https...


Near line 636: Unpaired symbol: ‘[’ seems to be missing
Context: ... go.mod to use /v2 import path. - [723](https://github.com/umee-network/umee/pu...


Near line 636: Possible spelling mistake found.
Context: ...k/umee/pull/723) Add leverage parameter SmallLiquidationSize, which determines the USD value at whic...


Near line 637: Unpaired symbol: ‘[’ seems to be missing
Context: ...quidated in a single transaction. - [711](https://github.com/umee-network/umee/pu...


Near line 643: Unpaired symbol: ‘[’ seems to be missing
Context: ...ures - Convexity upgrade!!! ## [v1.1.0](https://github.com/umee-network/umee/re...


Near line 647: Unpaired symbol: ‘[’ seems to be missing
Context: ...-08 ### State Machine Breaking - [1358](https://github.com/umee-network/umee/pu...


Near line 647: Possible typo: you repeated a word
Context: ...k/umee/pull/1358/files) Disable Gravity Bridge bridge messages. ### Improvements - [#1355](...


Near line 651: Unpaired symbol: ‘[’ seems to be missing
Context: ...ge messages. ### Improvements - [#1355](https://github.com/umee-network/umee/pu...


Near line 653: Unpaired symbol: ‘[’ seems to be missing
Context: ... latest setup (based on v3). ## [v1.0.4](https://github.com/umee-network/umee/re...


Near line 657: Unpaired symbol: ‘[’ seems to be missing
Context: ...- 2022-09-08 ### Improvements - [#1353](https://github.com/umee-network/umee/pu...


Near line 659: Unpaired symbol: ‘[’ seems to be missing
Context: .../1353) Gravity Bridge update ## [v1.0.3](https://github.com/umee-network/umee/re...


Near line 663: Unpaired symbol: ‘[’ seems to be missing
Context: ...-17 ### State Machine Breaking - [#560](https://github.com/umee-network/umee/pu...


Near line 665: Unpaired symbol: ‘[’ seems to be missing
Context: ...isables slashing completely. ## [v1.0.2](https://github.com/umee-network/umee/re...


Near line 669: Unpaired symbol: ‘[’ seems to be missing
Context: ...0.2) - 2022-02-16 ### Features - [#556](https://github.com/umee-network/umee/pu...


Near line 669: Possible spelling mistake found.
Context: ...mee-network/umee/pull/556) Refactor the debug addr command to convert addresses between a...


Near line 671: Unpaired symbol: ‘[’ seems to be missing
Context: ...sses between any Bech32 HRP. ## [v1.0.1](https://github.com/umee-network/umee/re...


Near line 675: Unpaired symbol: ‘[’ seems to be missing
Context: ....1) - 2022-02-07 ### Bug Fixes - [#517](https://github.com/umee-network/umee/pu...


Near line 675: Possible spelling mistake found.
Context: ...hub.com//pull/517) Fix makefile build and install targets to suppor...


Near line 677: Unpaired symbol: ‘[’ seems to be missing
Context: ...s to support Ledger devices. ## [v1.0.0](https://github.com/umee-network/umee/re...

Additional comments not posted (6)
x/leverage/fixtures/params.go (1)

15-15: The addition of RewardsAuctionFactor is correctly implemented and aligns with the PR's objectives.

x/leverage/types/params.go (1)

15-15: The addition of RewardsAuctionFactor is correctly implemented and aligns with the PR's objectives.

x/leverage/keeper/interest_test.go (1)

40-43: The updated calculation of supplyAPY correctly incorporates the new RewardsAuctionFactor, aligning with the PR's objectives.

x/leverage/client/tests/tests.go (1)

135-136: The updated calculation of Supply_APY correctly incorporates the new RewardsAuctionFactor, aligning with the PR's objectives.

x/leverage/keeper/grpc_query_test.go (1)

85-85: The updated Supply_APY field correctly reflects the new calculation incorporating the RewardsAuctionFactor, aligning with the PR's objectives.

CHANGELOG.md (1)

52-52: The changelog entry for PR 2500 correctly documents the introduction of Rewards Auction fees and params.rewards_auction_factor. Good job maintaining clarity and conciseness in the changelog.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger a review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Collaborator

@gsk967 gsk967 left a comment

Choose a reason for hiding this comment

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

utACK

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 3

swagger/swagger.yaml Show resolved Hide resolved
swagger/swagger.yaml Show resolved Hide resolved
swagger/swagger.yaml Show resolved Hide resolved
Copy link

codecov bot commented Apr 19, 2024

Codecov Report

Attention: Patch coverage is 45.45455% with 24 lines in your changes are missing coverage. Please review.

Project coverage is 63.07%. Comparing base (7f05ad4) to head (9772ef1).
Report is 449 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##             main    #2500       +/-   ##
===========================================
- Coverage   75.38%   63.07%   -12.32%     
===========================================
  Files         100      271      +171     
  Lines        8025    15668     +7643     
===========================================
+ Hits         6050     9883     +3833     
- Misses       1589     5029     +3440     
- Partials      386      756      +370     
Files Coverage Δ
x/leverage/client/tests/tests.go 100.00% <100.00%> (ø)
x/leverage/fixtures/params.go 100.00% <100.00%> (ø)
x/leverage/types/params.go 100.00% <100.00%> (+1.78%) ⬆️
x/leverage/keeper/interest.go 70.87% <90.00%> (+7.44%) ⬆️
x/leverage/keeper/oracle.go 58.97% <25.80%> (-8.86%) ⬇️

... and 232 files with indirect coverage changes

@robert-zaremba robert-zaremba added this pull request to the merge queue Apr 19, 2024
Merged via the queue into main with commit f4d9bef Apr 19, 2024
23 of 28 checks passed
@robert-zaremba robert-zaremba deleted the robert/auction-fees branch April 19, 2024 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants