Skip to content

Releases: Switcheo/carbon-bootstrap

v2.54.0

24 Oct 06:53
c004b40
Compare
Choose a tag to compare

Bug Fixes

  • (x/broker) Fix memstore in virtual orders causing app hash mismatch during restart

v2.53.1

18 Oct 11:16
c004b40
Compare
Choose a tag to compare
v2.53.1 Pre-release
Pre-release
Merge pull request #26 from yan-soon/master

v2.53.0

17 Oct 09:16
c004b40
Compare
Choose a tag to compare
v2.53.0 Pre-release
Pre-release

Bug Fixes

  • Fix possible chain panic

v2.52.1

17 Oct 13:10
c004b40
Compare
Choose a tag to compare
v2.52.1 Pre-release
Pre-release
Merge pull request #26 from yan-soon/master

v2.52.0

16 Oct 08:15
c004b40
Compare
Choose a tag to compare

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 through carbond 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

01 Oct 03:56
Compare
Choose a tag to compare

Bug Fixes

  • (baseapp) #1038 Reordering oracle processes to run after pre-blocker to ensure migrations are completed first.

v2.51.0

30 Sep 03:13
Compare
Choose a tag to compare

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

13 Sep 04:11
Compare
Choose a tag to compare

Feature

  • (x/bridge) #754 Bridge module integrating General Message Passing for cross-chain communication. Integration of Axelar as a bridge to Carbon.

v2.49.2

11 Sep 09:39
850ca24
Compare
Choose a tag to compare

Persistence

  • (db/cdp) #1011 Archiver to delete extraneous position updates to improve persistence position query speed.

v2.49.1

10 Sep 10:43
850ca24
Compare
Choose a tag to compare

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.