Releases: Switcheo/carbon-bootstrap
v2.64.1
v2.64.0
Features
- (baseapp) #1106 Bump Carbon Testnet Chain Id to "carbon-testnet-42071".
- (x/market) #1073 Pause market trading when market index prices is stale for more than the allowed duration.
- (x/market) #1112 One step message to create new perpetual market with oracle and perpetual token.
Bug Fixes
- (x/cdp) #1108 Clear deprecated CDP reward schemes and account debt that have been claimed during Polynetwork migration.
- (x/pricing) #1109 Reset market settlement count for perpetual markets which should not be settled.
- (x/cdp) #1111 Migrate stuck user funds that has been manually refunded to the user.
- (x/order) #1115 Fix bug where virtual orders retreivale was not keyed with delimiter resulting in possible key collision.
v2.63.0
Features
- (x/order) #1012 Best order flag for users to chase best orderbook prices for maker orders.
Improvements
- (x/market) #1013 Addition of settled market store for finalized markets and optimize searches through markets in Broker processes.
- (x/broker) #1099 Remove blacklist token functionality.
- (x/coin) #1104 Add method for creation of native Perpetual tokens.
Persistence
- (db/archiver) #1103 Fix dangling archived closed position from showing incomplete position information on websocket.
v2.62.0
V2.62.0 - 2025-01-14
Features
- (x/perpspool) #1032 Commission system for fees and profit for Perpetual Liquidity Pools.
- (x/position) #1086 Negative allocated margin system to deduct funding rates from positions with insufficient margin.
- (x/bridge) #1094 Automatic withdrawal from group for withdrawing grouped token to external chains. Remove additional encoding for withdraw and execute.
Improvements
v2.61.0
Features
- (x/lockproxy) #1092 Add messages and methods to add and remove extensions to the lockproxy contracts.
Improvements
- (client/grpc) #1051 Add a hard limit of maximum 1000 results for GRPC queries.
- (api/ws) #1076 Fix duplicated websocket loading of states and connections to node.
- (x/cdp) #1079 Refactor method logic for updating rate strategy.
- (baseapp) #1085 Add new check to ensure proper intialization of module accounts.
Bug Fixes
- (x/broker) #895 Fix bug where reduce-only orders cause incorrect adjustments to existing worse non-reduce-only orders.
v2.60.0
v2.59.0
V2.58.0
#1082 This upgrade focuses on the deprecation of Zilliqa related liquidity pools and markets. The denoms affected are:
axt.1.18.a67f22
dxcad.1.18.9dfb98
fees.1.18.c061fe
gzil.1.18.c11154
huny.1.18.3a5a8b
lunr.1.18.fa4af7
play.1.18.3cf025
port.1.18.b2261e
xsgd.1.18.be52cd
zil.1.18.1a4a06
zusdt.1.18.1cbca1
zwap.1.18.393529
v2.57.0
The purpose of this upgrade is to test additional features to the Polynetwork token migration.
This upgrade will migrate two tokens from the Polynetwork token to the new Axelar tokens. Below are the tokens that will be migrated and their new denominations:
bnb.1.6.773edb -> brdg/1768794901f8a19c2ec795a5402653cef6cbfe6b3ec6398d39fc37de963cb667
usdc.1.17.851a3a -> brdg/d8c3db91ad4ba11fe52971b4c387b0110c8951ec0f5b8f0fb445ef0306a349e1
Improvements
- (baseapp) #1078 Replace all CLI to broadcast transactions using From or Group address when available.