Releases: Switcheo/carbon-bootstrap
Releases · Switcheo/carbon-bootstrap
v2.54.0
v2.53.1
Merge pull request #26 from yan-soon/master
v2.53.0
Bug Fixes
- Fix possible chain panic
v2.52.1
Merge pull request #26 from yan-soon/master
v2.52.0
Features
- (x/liquidation) #977 Limit the maximum usage of insurance fund by each market within a interval period to prevent insurance fund draining.
- (config) #1037 Override
config/oracle.json
with recommended values throughcarbond start
. Allows gradual tweaking of configs on behalf of validators through software upgrades to improve block time and liveliness.
Improvements
- (app) #981 Refactor keepers in
app.go
as pointers to reduce the need to order keeper initialisations. - (services/oracle) #1041 Improve oracle responsiveness and accuracy.
v2.51.1
Bug Fixes
- (baseapp) #1038 Reordering oracle processes to run after pre-blocker to ensure migrations are completed first.
v2.51.0
Features
- (x/otc) #951 Over The Counter (OTC) module for the OTC trading and dust conversion for users and distribution keeper.
- (baseapp) #966 Allow users to sign Carbon transactions without switching wallet network by enabling cross-chain signature verification for EIP712 signature.
Improvements
- (x/oracle) #991 Change handling of oracle data to round using significant figures.
- (x/subaccount) #998 Refactor key of subaccount store for better iteration for oracle delegates.
- (x/cdp) #1000 Refactor of CDP methods with additional validation.
- (x/cdp) #11027 Addition of token name to CDP asset params query.
v2.50.0
v2.49.2
Persistence
- (db/cdp) #1011 Archiver to delete extraneous position updates to improve persistence position query speed.
v2.49.1
Persistence
- (db/positions) #1008 Fix positions all query using the incorrect pagination causing null return.
- (db/cdp) #1007 Fix CDP positions all query incorrect filtering causing unpredictable number of rows returned.