- 2472 un-wire the
crisis
module from umee app. - 2500 (x/leverage): add Rewards Auction fees and
params.rewards_auction_factor
. - 2506 (ics20): support leverage/MsgRepay in Memo
- 2527 (x/leverage):add
accounts_summary
grpc-web api and cli query to leverage module. - 2532 (x/oracle): add slashing event.
- 2474 (proto) add
gogo.messagename_all
option to all messages. - 2494 Use go 1.22
- 2495 (util)
KeyWithUint64
andKeyWithUint32
helper functions for db keys. - 2504 bump
wasmd
to v0.45.0. - 2562 (x/leverage proto): Add
base_denom
andbase_amount
toQueryInspectResponse
.
- 2473 Correct x/ugov Amino registration for x/ugov messages (they don't have MessageName option).
- 2547 Fix the
MissCounters
grpc-web get api result.
- 2551 Restrict length of IBC transfer memo and receiver fields.
- daef10a Update dependencies.
- 2462 (x/leverage) Take
MaxModuleWithdraw
into account when computing userMaxWithdraw
.
- 2408 New
converter
helper app. - 2349, 2437, 2411, 2442, 2443 IBC ICS20 memo handlers.
- 2381 Integrated Packet Forward Middleware.
- 2433 Noop Axelar GMP handler.
- 2328 Add UX and
uux
denom aliases for UMEE. - 2388 Adjust interest rate algorithm and associated token parameter validation rules.
- 2384 Fix
sdkclient
acc sequence setting. - 2417 Fix the ibc inflows storing of registered tokens when sender chain is source chain.
- 2363 Upgrade Cosmos SDK to v0.47.7.
- 2370 Add missing params to
uibc/MsgGovUpdateQuota
. - 2374 Add symbol name to the x/uibc QueryAllOutflowsResponse
outflows
entry. - 2377 Add symbol name to the x/uibc QueryInflowsResponse
inflows
entry.
- 2352 new
oracle/MissCounters
query - 2352 new
uibc/Inflows
query. - 2349 UIBC: adding ICS 20 memo handler (disabled).
- 2369 Add query
leverage/RegisteredTokensWithMarkets
to fetch Registered Tokens and their Market Summaries for frontend in fewer queries.
- 2358 metoken endblocker should be before oracle.
- 2368 Fix inflow amount calculation. Previously, the inflow amount of the token was being overridden by the new inflow amount.
- 2375 Ensure Umee and SDK account sequence setting changes the calling client.
- 2375 Rename Umee and SDK client
WithAccSeq
toSetAccSeq
.
- 2315 Improve reliability of MaxBorrow, MaxWithdraw when special asset pairs present.
- 2346 Fix an issue where metokens were not included in historic data.
- 2365 Add fee to metoken price and balances query.
- 2299 Upgrade Cosmos SDK to v0.47.
- 2301 use gov/v1 MinInitialDepositRatio and set it to 0.1.
- 2341 inspect query also returns a list of accounts whose positions could not be calculated
- 2332 Rename:
TotalOutflowSum
toOutflowSum
,TotalInflowSum
toInflowSum
.
- 2264 Emitting event when IBC Quota is reset.
- 2254 Oracle: added timestamp to prices, added
QueryExgRatesWithTimestamp
method. - 2246 Emergency Group: support metoken index updates.
- 2267
BorrowLimit
field in QueryAccountSummaryResponse can be nil on missing borrow price (behavior now matchesLiquidationThreshold
field). - 2254 Oracle:
DenomExchangeRate
is renamed toExchangeRate
.
- 2256 unify and refactor
client
package. - 2261 Use go 1.21
- 2267 Leverage transactions accept spot prices up to 3 minutes old, and leverage queries use most recent spot price when required.
- 2263 Add spot price fields to account summary.
- 2270 Increase free oracle tx limit to 200k gas.
- 2285 Leveraged liquidate works during low liquidity.
- 2269 Enable x/metoken module.
- 2260 fix(oracle): avg params storage.
v6.0.2 - 2023-09-20
- 2257 fix(oracle): missing avg params.
v6.0.1 - 2023-09-15
- 2245 cli x/ugov: emergency group query.
- 2247
leverage.GovUpdateSpecialAssets
: set missingLiquidationThreshold
attribute.
v6.0.0 - 2023-09-14
- 2128 CW transaction and query handlers for the incentive module.
- 2129 Emergency Group x/ugov proto.
- 2145 UMEE v2 Inflation.
- 2146 Add store
GetTimeMs
andSetTimeMs
. - 2157 Add
x/metoken
module. - 2150, 2178
x/leverage
Special Asset Pairs. - 2145 Add New
Inflation Parms
to x/ugov proto and addedinflation rate
change logic to umint - 2159 Add hard market cap for token emission.
- 2155
bpmath
: basis points math package. - 2166 Basis Points:
MulDec
- 2170 Add
SupplyFromModule
andWithdrawToModule
to leverage keeper. - 2177 metoken queries to cosmwasm and stargate queries.
- 2187 New CMD:
ibc_denom
. It creates ibc denom by base denom and channel-id. - 2188 Emergency Group support for
x/leverage
. - 2191 Emergency Group support for IBC Quota.
- 2242 New
MsgLeveragedLiquidate.MaxRepay
which allows to limit the liquidation size using the leveraged liquidation mechanism.
- 2135 Remove Gravity Bridge module.
- 2209 Move leverage module params from paramspace to regular leverage module state.
- 2185
x/oracle
end_blocker panic.
- 2135 Gravity Bridge API is removed.
- 2140 Renamed ugov EventMinTxFees to EventMinGasPrice.
- 2165 Use underscore for message part in the web gRPC path format:
/umee/ugov/v1/min-gas-price
-->/umee/ugov/v1/min_gas_price
/umee/ugov/v1/emergency-group
-->/umee/ugov/v1/emergency_group
/umee/uibc/v1/all-outflows
-->/umee/uibc/v1/all_outflows
- 2169 Update numeric store getters (
util/store
package) to return bool if value is missing. - 2180 Rename leverage
Keeper.ExchangeToken -> ToUToken
,Keeper.ExchangeUToken -> ToToken
andKeeper.ExchangeUTokens -> ToTokens
. - 2183 Move
ToUTokenDenom
,StripUTokenDenom
andHasUTokenPrefix
fromleverage/keeper
tocoin
package. - 2203 Rework proposal messages. Remove Title from
ugov/MsgGovSetIBCStatus
,ugov/MsgGovUpdateQuota
,leverage/MsgGovUpdateRegistry
- 2234 Remove "Get" prefix from cli/ ref tests.
v5.2.0 - 2023-08-31
- 2197 Allowing duplicate symbols on leverage token registry. Fix the oracle voting miss counter on duplicate symbol denoms.
- 2148 Fix MsgBeginUnbonding counting existing unbondings against max unbond twice.
- 2148 Fix MsgLeverageLiquidate CLI not actually allowing wildcard denoms.
- 2197 Allowing duplicate symbols on leverage token registry. Fix the oracle voting miss counter on duplicate symbol denoms.
- 2212 Fixes an x/oracle RPC endpoint spelling, changing "/umee/oracle/v1/valdiators/{validator_addr}/aggregate_vote" to "/umee/oracle/v1/validators/{validator_addr}/aggregate_vote"
v5.1.0 - 2023-07-07
- 2125 Fix v5.1 upgrade handler.
v5.1.0-rc1 - 2023-06-30
- 2121 Allow
MsgLeveragedLiquidate
to auto-select repay and reward denoms if request fields left blank. - 2114 Add borrow factor to
x/leverage
- 2102 and 2106 Add
MsgLeveragedLiquidate
tox/leverage
- 2085 Add
inspect
query to leverage module, which msut be enabled on a node by running with-l
liquidator query flag. - 1952 Add
x/incentive
module. - 2015, 2050 Add
x/ugov
module. - 2078 Upgrade
ibc-go
to v6.2.
- 2057 Cosmwasm QA tests.
v5.0.0 - 2023-06-07
- 2089 MsgSupplyCollateral no longer fails when market is below MinCollateralLiquidity.
v5.0.0-rc1 - 2023-05-31
- 1888 Created
/sdkclient
and/client
(umee client) packages to easy the E2E tests and external tools. Essentially, you can import that client and broadcast transactions easily. - 1993 Updated our Cosmos SDK fork to 0.46.12 and included an option to disable colored logs.
- 2071 Update GB and enable Valset Burn mechanism.
- 1547, 1997, 2058, 2063 Cosmwasm integration.
- 1989 Leverage: fix the duplicate symbol denoms issue on adding new tokens to registry.
- 1989 Updated go version from 1.19 to 1.20
- 2001 Refactoring CLI integration test suite.
- 2009 Use DavidAnson/markdownlint action for Markdown linting.
- 2010 New
util/store
generic functions to load all values from a store. - 2021
uibc/quota/keeper
unit test refactor. - 2024 New upgrade registration methods.
- 2037 Speedup e2e by removing docker cache.
- 2038 Unify util tsdk and store packages.
- 1982 Fix the build version (
umeed version
). - 2052 Allow liquidation threshold == collateral weight in token validation.
- 2072 Fix an int64 overflow when computing module liquidity for high-exponent assets.
v4.4.2 - 2023-06-08
- 2090 Bump Cosmos SDK to v0.46.13 and CometBFT to v0.34.28 and IAVL to v0.19.6.
v4.4.1 - 2023-05-25
- 2064 Bump
ibc-go
to v6.1.1.
v4.4.0 - 2023-05-05
- 2022 Disable IBC ICS-20 inflow of only x/leverage registered tokens.
v4.3.0 - 2023-04-05
- 1963 ICA Host integration.
- 1953 IBC: accept only inflow of leverage registered tokens
- 1967 Gravity Bridge phase out phase-2: disable Umee -> Ethereum transfers.
- 1967 Gravity Bridge phase out phase-2: disable Umee -> Ethereum transfers.
- 1959 Update IBC to v6.1
- 1962 Increasing unit test coverage for
x/leverage
,x/oracle
andx/uibc
- 1913, 1974 uibc: quota status check.
- 1973 UIBC: handle zero Quota Params.
- 1929 Leverage:
MaxWithdraw
now accounts forMinCollateralLiquidity
- 1957 Leverage: Reserved amount per block now rounds up.
- 1956 Leverage: token liquidation threshold must be bigger than collateral_weight.
- 1954 Leverage:
MaxBorrow
now accounts forMinCollateralLiquidity
andMaxSupplyUtilization
- 1968 Leverage: fix type cast of AdjustedBorrow in ExportGenesis
v4.2.0 - 2023-03-15
- 1867 Allow
/denom
option on registered tokens query to get only a single token bybase_denom
. - 1568 IBC ICS20 transfer quota. New Cosmos SDK module and IBC ICS20 middleware to limit IBC token outflows.
- 1764 New
util.Panic
helper function. - 1725 historacle: average prices.
- 1744 docs: testing guidelines.
- 1771 CI: add experimental e2e tests on docker image.
- 1788 deprecated use of
sdkerrors
. - 1835 CI: use experimental for default CI tests.
- 1864 testing: mock gen integration.
- 1767 Oracle: Fix
GetTickerPrice()
andGetCandlePrice()
.
v4.1.0 - 2023-02-15
- 1808 Blacklisted tokens automatically cleared from token registry if they have not yet been supplied.
- 1707 Oracle: Enforce voting threshold param in oracle endblocker.
- 1736 Blacklisted tokens no longer add themselves back to the oracle accept list.
- 1807 Fixes BNB ibc denom in 4.1 migration
- 1812 MaxCollateralShare now works during partial oracle outages when certain conditions are safe.
- 1821 Allow safe leverage operations during partial oracle outages.
- 1845 Fix validator power calculation during oracle ballot counting.
- 1851 Oracle: ballot sorting.
- 1852 Oracle: power vote calculation.
v4.0.1 - 2023-02-10
- 1800 Handle non-capitalized assets when calling the historacle data.
v4.0.0 - 2023-01-20
- 1683 MaxWithdraw query now returns
sdk.Coins
, notsdk.Coin
and will be empty (not zero coin) when returning a zero amount. Denom field in query is now optional. - 1694
MsgMaxWithdraw
,MsgMaxBorrow
andMsgRepay
won't return errors if there is nothing to withdraw, borrow or repay respectively. LeverageErrMaxWithdrawZero
andErrMaxBorrowZero
has been removed.
- 1680 Add amino support for MsgMaxWithdraw.
- 1694
leverage.MaxBorrow
return zero instead of failing when there is no more to borrow. - 1710 Skip blacklisted tokens in MaxBorrow and MaxWithdraw queries.
- 1717 Oracle: Add blockNum to median and median deviation queries.
- 1548 Historacle prices and medians keeper proof of concept.
- 1580, 1632, 1657 Median tracking for historacle pricing.
- 1630 Incentive module proto.
- 1588 Historacle proto.
- 1653 Incentive Msg Server interface implementation.
- 1654 Leverage historacle integration.
- 1685 Add medians param to Token registry.
- 1683 Add MaxBorrow query and allow returning all denoms from MaxWithdraw.
- 1690 Add MaxBorrow message type.
- 1711 Add historic pricing information to leverage MarketSummary query.
- 1723 Compute borrow limits using the lower of either spot or historic price for each collateral token, and the higher of said prices for borrowed tokens. Remove extra spot/historic only fields in account summary.
- 1694 Add new sdkutil package to enhance common Cosmos SDK functionality. Here, the
ZeroCoin
helper function.
v3.3.0 - 2022-12-20
- 1642 Added QueryMaxWithdraw and MsgMaxWithdraw.
- 1633 MarketSummary query now displays symbol price instead of base price for readability.
- 1659 Update to Cosmos SDK 0.46.7 and related dependencies (#1659)
- 1640 Migrate legacy x/leverage gov handler proposals to the new
MsgGovUpdateRegistry
messages. - 1650 Fixes bug with reserves in ExportGenesis.
- 1642 Added missing CLI for QueryBadDebts.
- 1633 Increases price calculation precision for high exponent. assets.
- 1645 Fix: docker build & release.
- 1650 export genesis tracks reserves.
v3.2.0 - 2022-11-25
Since umeed v3.2
there is a new runtime dependency: libwasmvm.x86_64.so v1.1.1
is required.
Building from source will automatically link the libwasmvm.x86_64.so
created as a part of the build process (you must build on same host as you run the binary, or copy the libwasmvm.x86_64.so
your lib directory).
- 1555 Updates IBC to v5.1.0 that adds adds optional memo field to
FungibleTokenPacketData
andMsgTransfer
. - 1577 Removes LIQUIDATOR build flag and adds
--enable-liquidator-query
or-l
runtime flag toumeed start
. See README.md file for more details.
- 1555 Enable GB Slashing.
- 1578 Reorganize key constructors in x/leverage/types and x/oracle/types.
v3.1.0 - 2022-10-22
- 1513 New query service exposing chain information via new RPC route. See cosmos-sdk/11582.
v3.0.3 - 2022-10-21
- 1511 Cosmos SDK patch release for Umee v3.0.3.
- 1460 Bump Gravity Bridge.
- 1450 fix: token registry cache which caused v3.0.0 halt.
v3.0.0 - 2022-09-22
- 1326 Setting protocol controlled min gas price.
- 1401 Increased free gas oracle tx limit from 100k to 140k.
- 1411 Set min gas price to zero for v3 release
- 1029 Removed MsgSetCollateral(addr,denom,bool), and replaced with MsgAddCollateral(addr,coin) and MsgRemoveCollateral(addr,coin)
- 1023 Restrict MsgWithdraw to only uToken input (no base token auto-convert)
- 1106 Rename Lend to Supply, including MsgLendAsset, Token EnableLend, docs, and internal functions. Also QueryLoaned similar queries to QuerySupplied.
- 1113 Rename Amount field to Asset when sdk.Coin type in Msg proto.
- 1122 Rename MsgWithdrawAsset, MsgBorrowAsset, MsgRepayAsset, MsgAddCollateral, and MsgRemoveCollateral to MsgWithdraw, MsgBorrow, MsgRepay, MsgCollateralize, MsgDecollateralize.
- 1123 Shorten all leverage and oracle query structs by removing the Request suffix.
- 1125 Refactor: remove proto getters in x/leverage and x/oracle proto types.
- 1126 Update proto json tag from
APY
toapy
. - 1118 MsgLiquidate now has reward denom instead of full coin
- 1130 Update proto json tag to lower case.
- 1140 Rename MarketSize query to TotalSuppliedValue, and TokenMarketSize to TotalSupplied.
- 1188 Remove all individual queries which duplicate market_summary fields.
- 1199 Move all queries which require address input (e.g.
supplied
,collateral_value
,borrow_limit
) into aggregate queriesacccount_summary
oraccount_balances
. - 1236 Add more response fields to leverage messages.
- 1222 Add leverage parameter DirectLiquidationFee.
- 1333 Remove first (addr) argument on all CLI commands, using
--from
flag instead.
- 1147 Add SlashWindow oracle query.
- 913 Add LendEnabled, BorrowEnabled, and Blacklist to Token struct.
- 913 Changed update registry gov proposal to add and update tokens, but never delete them.
- 918 Add MarketSummary query to CLI.
- 1068 Add a cache layer for token registry.
- 1096 Add
max_collateral_share
to the x/leverage token registry. - 1094 Added TotalCollateral query.
- 1099 Added TotalBorrowed query.
- 1157 Added
PrintOrErr
util function optimizing the CLI code flow. - 1118 MsgLiquidate rewards base assets instead of requiring an additional MsgWithdraw
- 1159 Add
max_supply_utilization
andmin_collateral_liquidity
to the x/leverage token registry. - 1188 Add
liquidity
,maximum_borrow
,maximum_collateral
,minimum_liquidity
,available_withdraw
,available_collateralize
, andutoken_supply
fields to market summary. - 1203 Add Swagger docs.
- 1212 Add
util/checkers
utility package providing common check / validation functions. - 1217 Integrated Cosmos SDK v0.46
- Adding Cosmos SDK x/group module.
- Increased Gov
MaxMetadataLen
from 255 to 800 characters.
- 1220 Submit oracle prevotes / vote txs via the CLI.
- 1222 Liquidation reward_denom can now be either token or uToken.
- 1238 Added bad debts query.
- 1323 Oracle cli - Add validator address override option.
- 1329 Implement MaxCollateralShare.
- 1330 Implemented MaxSupplyUtilization.
- 1319 Implemented MaxSupply.
- 1331 Implemented MinCollateralLiquidity.
- 1343 RepayBadDebt and Liquidate automatically clear blacklisted collateral.
- 1379 Add
mininumCommissionRate
update to all validators. - 1395 Require compile-time flag to enable liquidation_targets query.
- 935 Fix protobuf linting
- 940(x/leverage) Renamed
Keeper.DeriveBorrowUtilization
toSupplyUtilization
(see #926) - 959 Improve ModuleBalance calculation
- 962 Streamline AccrueAllInterest
- 967 Use taylor series of e^x for more accurate interest at high APY.
- 987 Streamline x/leverage CLI tests
- 1012 Improve negative time elapsed error message
- 1236 Improve leverage event fields.
- 1294 Simplify window progress query math.
- 1300 Improve leverage test suite and error specificity.
- 1322 Improve complete liquidation threshold and close factor.
- 1332 Improve reserve exhaustion event and log message.
- 1362 Remove inefficient BorrowAmounts and CollateralAmounts leverage invariants.
- 1363 Standardize leverage KVStore access andincrease validation.
- 1385 Update v1.1-v3.0 upgrade plan name
- 1018 Return nil if negative time elapsed from the last block happens.
- 1156 Propagate context correctly.
- 1288 Safeguards LastInterestTime against time reversals and unintended interest from hard forks.
- 1357 Interptex x/0 collateral liquidity as 100%
- 1383 Remove potential panic during FeeAndPriority error case.
- 1405 No longer skip MinCollateralLiquidity < 1 validation.
v2.0.2 - 2022-05-13
- 866 Make the x/oracle keeper's GetExchangeRateBase method more efficient.
- 870 Move proto v1beta1 to v1.
- 903 (leverage) Renamed
Keeper.CalculateLiquidationLimit
toCalculateLiquidationThreshold
.
v2.0.1 - 2022-04-25
- 835 Add miss counter query to oracle cli.
- 829 Fix
umeed tx leverage liquidate
command args.
- 781 Oracle module unit test cleanup.
- 782 Add unit test to
x/oracle/types/denom.go
andx/oracle/types/keys.go
. - 786 Add unit test to
x/oracle/...
. - 798 Increase
x/oracle
unit test coverage. - 803 Add
cover-html
command to makefile.
v2.0.0 - 2022-04-06
- 754 Update go.mod to use
/v2
import path. - 723 Add leverage parameter SmallLiquidationSize, which determines the USD value at which a borrow is considered small enough to be liquidated in a single transaction.
- 711 Clarify error message for negative elapsed time case.
- Convexity upgrade!!!
v1.1.0 - 2022-09-08
- 1358 Disable Gravity Bridge bridge messages.
- #1355 Update tooling to go1.19 and CI to the latest setup (based on v3).
v1.0.4 - - 2022-09-08
- #1353 Gravity Bridge update
v1.0.3 - 2022-02-17
- #560 Use Gravity Bridge fork that disables slashing completely.
v1.0.2 - 2022-02-16
- #556 Refactor the
debug addr
command to convert addresses between any Bech32 HRP.
v1.0.1 - 2022-02-07
- #517 Fix makefile
build
andinstall
targets to support Ledger devices.
v1.0.0 - 2022-02-07
- Initial release!!!