Releases: comdex-official/comdex
TestNet v2.0.0
This release is the major testnet upgrade, it includes all the modules in rc1.0 release with few minor bug fixes, removing ICA module(will be included in next release) and to tag the release with the intended upgrade name(v2.0.0) . To get more details on modules included in this release check rc1.0 release notes.
Release candidate1.0
Major release for testnet includes below module and changes
Asset Module: The x/asset module includes asset creation and asset pair creation.
Vault Module: The vault module manages and stores the creation of vaults.
Locker Module: The Locker module allows a token holder to earn variable interest on their principal by locking their tokens into the Locker vault within the protocol.
TokenMint Module: This module is used to mint tokens on a platform.
Rewards Module: Enables rewards on Liquidity Pools on AMMs and comodo.
Collector Module: Collector module is where all the fees and income generated from the protocol will get accumulated.
Liquidation Module: This triggers the liquidation of an asset if the Collateralization Ratio goes below the Liquidation ratio.
Band Oracle Module: The band oracle module fetches the prices of assets.
Market Module: A Market acts as a bridge between Real World Data and Blockchains.
Auction Module: This allows the platform to auction off the liquidated assets.
Liquidity Module: This module enables users on Comdex to Swap, transfer, and pool assets.
Lend Module : This module handles the borrowing and lending logic especially for commodo or any lending-borrowing platform if launched on comdex
ESM : This module handles the emergency shutdown mechanism for the applications.
Fee Grant Module: Allows paying fees on behalf of another account.
IBC v3 upgrade: This release includes v1 of the Interchain Accounts application module. It is the first major feature addition since the v1.0.0 release of ibc-go.
ICA
Authz
What's Changed
- update version details by @dhogaivannan in #101
- permission of cosmwasm by @cryptoVrse in #95
- update makefile,build and add release.yml by @dhogaivannan in #108
- upgrade wasmd version to v0.25.0 by @cryptoVrse in #123
- Include authz by @dheerajkd30 in #125
- Upgrade Versions : CosmosSdk 45.4,tendermint 34.19 ,go,bandchain to v… by @dheerajkd30 in #136
- Feature/dev by @dheerajkd30 in #137
- Asset Module Restructured by @cgsingh33 in #150
- Newtestdev by @rajrohit10 in #151
- Feature/permissioned cosmwasm by @cryptoVrse in #154
- add lint go by @dhogaivannan in #156
- liquidity, locking and pool incentives added by @vishnukumavat in #158
- amino codec changes for vault by @dheerajkd30 in #159
- update vault codec msg name by @dheerajkd30 in #160
- Vault codec by @dheerajkd30 in #161
- re generate vault msg.pb by @dheerajkd30 in #162
- lcoker module register changes by @dheerajkd30 in #163
- update locker codec by @dheerajkd30 in #164
- spell check by @dheerajkd30 in #165
- update locker cli by @dheerajkd30 in #166
- update vault tx proto by @dheerajkd30 in #167
- protos corrected by @cgsingh33 in #168
- Testdevproto by @cgsingh33 in #169
- pointers removed by @cgsingh33 in #170
- updating tokenmint bugs by @rajrohit10 in #171
- Testdev wasm by @pratikasr in #172
- Testdev wasm by @cgsingh33 in #173
- Testdev wasm by @cgsingh33 in #174
- msg.proto => tx.proto file rename by @vishnukumavat in #175
- Testdev wasm by @cgsingh33 in #176
- update locker proto , query server and query changes by @dheerajkd30 in #177
- wasm fix by @cgsingh33 in #178
- pagination added by @cgsingh33 in #179
- admin removed by @cgsingh33 in #180
- Swapfee integration by @vishnukumavat in #181
- Dutch tests by @karthik340 in #182
- checks for market price added in liquidation,auction by @cgsingh33 in #184
- fix lint - build.yml by @dhogaivannan in #185
- Update README.md -> testnet version by @dhogaivannan in #183
- added error handling in starting dutch auction by @karthik340 in #186
- Devtestnew by @cgsingh33 in #187
- uncommented token burn in dutch auction by @karthik340 in #188
- Prices integration in liquidity module by @vishnukumavat in #190
- Devtestquery by @cgsingh33 in #191
- adding Amt in logic in unliquidate Vaults by @pratikasr in #193
- updated msg bindings & vault refactor by @pratikasr in #194
- vault query, collector restructure by @cgsingh33 in #196
- lsr update fix by @cgsingh33 in #197
- updated bindings for liquidation & rewards by @pratikasr in #198
- updating message_plugins by @pratikasr in #199
- updating locker & vault bugs by @rajrohit10 in #201
- locker, vault, collector, wasm bug fix by @cgsingh33 in #202
- fixed bugs in surplus , debt , dutch auctions by @karthik340 in #203
- Testwasmfix by @cgsingh33 in #204
- panic issue solved by @cgsingh33 in #205
- bug fixes, field added in pair vault by @cgsingh33 in #206
- stable mint bug fix by @cgsingh33 in #207
- modify gov proposal to add extended proposal from json file by @dheerajkd30 in #208
- Fixed dust calculations and handled errors by @karthik340 in #209
- update gov proposal to pass thru json file by @dheerajkd30 in #210
- update add asset mapping proposal thru json by @dheerajkd30 in #211
- refactoring ext rewards for vault by @Subham2804 in #212
- Upgrade handlers for Testnet release v1.0.1 added by @vishnukumavat in #195
- Testdev auction bindings by @pratikasr in #213
- added conversion of usd to uusd feature by @karthik340 in #214
- testdev locker refactor by @pratikasr in #215
- changed burn mechanism in dutch auction and integrated auction params in auction module by @karthik340 in #216
- collector check added by @cgsingh33 in #217
- minor fix by @cgsingh33 in #218
- auction check added in collector by @cgsingh33 in #219
- Removed params in auction and fixed bug in dutch auction by @karthik340 in #220
- Improved naming convention in AuctionParams by @karthik340 in #221
- hard coded price removed by @cgsingh33 in #222
- update makefile, refactor cmd dir, remove lend and liquidity changes … by @dheerajkd30 in #223
- update cosmwam proposal configs by @dheerajkd30 in #227
- add wasmclient to gov proposal handlers by @dheerajkd30 in #229
- add feegrant to store upgrade by @dheerajkd30 in #230
- update readme.md by @dheerajkd30 in #232
- refactor and modify generate-proto code by @dheerajkd30 in #237
- fixed dust calculation and target required cmst calculation by @karthik340 in #243
- Testdev demo by @cgsingh33 in #244
- refactor app.go ans start sh by @dheerajkd30 in #245
- Liquidity module cha...
TESTNET v1.0.0
This release is only for TESTNET upgrade before we go for full TESTNET upgrade with all the modules. It includes following changes
- Change cosmwasm to permissioned.
- Remove deprecated states asset, oracle, liquidity, vault.
- Include authz.
This upgrade brings the testnet state of custom stores similar to current main net, which will be easier to test the migration when done on main net.
v0.1.1 - MainNet 1st upgrade (comdex-1)
This release will be the first upgrade for comdex-1 chain
What's Changed :
- Tendermint upgrade to v34.15
- CosmosSDK upgrade to 45.1
- IBC upgrade to v2.0.2
- ComsWasm integration enabled v0.22
Testnet (comets-test) upgrade v0.1.0
Changes in the release -
- Tendermint upgrade to v34.15
- CosmosSDK upgrade to 45.1
- IBC upgrade to v2.0.2
- ComsWasm integration enabled v0.22
TestNet (comets-test) - module export issue fix
This is the release for comets-test before the chain upgrade to v0.1.0.
It includes oracle module export genesis fix.
Comdex-launch-1
Comdex first main net launch tag.
Comdex-MainNet-1
Use this release to generate genTX for the main net.
Comdex Testnet Release
Updating dependency versions.
Comdex Testnet Release
v0.0.1 Release Notes
Comdex TestNet Release
Modules:
vault
asset
oracle
Cosmos-SDK version
v0.44.1