8000 Releases · Secured-Finance/contracts · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: Secured-Finance/contracts

v1.3.0

13 Jun 09:03
1a1ba06
Compare
Choose a tag to compare

1.3.0 (2025-06-13)

Features

  • add StaticPriceAggregator [SF-1340] (c363d36)
  • add wpFIL [SF-1300] (52ef22a)

Bug Fixes

  • fix deposit bug in Liquidator [SF-1376] (99ce28b)
  • fix gv lazy evaluation bug [SF-1407] (4946c46)
  • fix liduidator bug [SF-1376] (f6983e3)

v1.2.0

13 Jun 09:28
16f4b3d
Compare
Choose a tag to compare

1.2.0 (2024-06-13)

Features

  • add FVM to the dev environment [SF-1112] (a8e72f5)
  • add new task to update pyth price feeds [SF-1112] (cd46f25)
  • integrate FVM built-in msig [SF-1112] (ce44ffe)
  • support Filecoin Mainnet [SF-1157] (a8f49c8)
  • support iFIL as collateral [SF-1112] (f306360)

Bug Fixes

  • add error handling logic into deployment script [SF-1112] (0b23ae7)
  • fix issues in deploy script [SF-1157] (0c4eb4e)

v1.1.0

02 Apr 05:51
Compare
Choose a tag to compare

Changelog

1.1.0 (2024-04-02)

Features

  • add a new event BlockUnitPriceHistoryUpdated [SF-1062] (0a6f66f)
  • add a tokenization functionality [SF-197] (160685c)
  • add full liquidation logic [SF-732] (6c39f49)
  • add Polygon zkEVM in workflows [SF-1049] (eb8371b)
  • make Liquidator upgradeable [SF-1031] (a412886)
  • reduce the zc token decimals [SF-1101] (8d7cb00)
  • remove the order book reuse logic [SF-941] (9ecaa38)
  • support erc2612 [SF-897] (7bb56e8)
  • update deposit flows [SF-897] (12a5d85)
  • update Liquidator to support Uniswap V2 [SF-1031] (99de66f)

Bug Fixes

  • add min debt unit price logic into the order estimation function [SF-1054] (ec0c00f)
  • change the estimation logic for tokenization [SF-197] (e3a3af8)
  • fix a liquidation amount calculation bug [SF-732] (0f17431)
  • fix a liquidation callback function issue [SF-1053] (4e5a153)
  • fix a publish workflow issue [SF-1091] (96c8b42)
  • fix a verify-contracts script issue [SF-1091] (ca84f72)
  • fix a zctoken decimals issue [SF-1101] (0740768)
  • fix a zctoken withdrawal issue [SF-11002] (75be16d)
  • fix auto-roll checking logic [SF-1079] (3dce010)
  • fix deployment issue [SF-732] (87de4c6)
  • fix getLendOrderIds logic issue [SF-1055] (9aebd63)
  • fix gv issues by huge compound factor value [SF-1083] (dcb2ae1)
  • fix lastOrderBookId overflow bug [SF-1079] (2fe15ec)
  • fix QS-11 [SF-1091] (466aec1)
  • fix QS-14 [SF-1091] (6df5354)
  • fix QS-4 [SF-1091] (a50c4b3)
  • fix QS-8 [SF-1091] (7ccb862)
  • fix tokenization bugs [SF-197] (243773a)
  • fix zc token bugs [SF-197] (a40f3e9)
  • fix zc token names & symbols [SF-197] (b76cc4f)
  • update liquidation flow to support non-collateral currency [SF-914] (6f53407)

v1.0.3

01 Apr 06:06
Compare
Choose a tag to compare

1.0.3 (2024-02-07)

Features

Bug Fixes

  • fix a bug in the script to open markets [SF-988] by @biga816 in #319
  • fix order issues [SF-1016] by @biga816 in #320
  • fix a e2e test bug [SF-1016] by @biga816 in #321
  • fix a e2e test bug [SF-1016] by @biga816 in #322
  • fix the e2e test to work with non-WFIL currenceis [SF-1016] by @biga816 in #324
  • remove external contracts from the main deployment flow [SF-1031] by @biga816 in #325
  • fix deployment workflow bugs [SF-1016] by @biga816 in #327
  • fix a deployment workflow bug [SF-1016] by @biga816 in #329
    Finance/contracts/pull/330

Miscellaneous Chores

Continuous Integration

  • add an environment variable to skip tests on a fork [SF-1016] by @biga816 in #330

v1.0.2

01 Apr 06:01
Compare
Choose a tag to compare

1.0.2 (2024-01-16)

Features

  • update configuration to support Avalanche [SF-988] by @biga816 in #316
  • support Avalanche Mainnet [SF-988] by @biga816 in #318

Bug Fixes

Miscellaneous Chores

  • deploy smart contracts to staging-ava [SF-988] by @biga816 in #317

v1.0.1

01 Apr 05:58
Compare
Choose a tag to compare

1.0.1 (2024-01-09)

Features

Bug Fixes

v1.0.0

01 Apr 03:32
Compare
Choose a tag to compare

Initial version release that includes the basic contracts for on-chain order books, including:

  • AddressResolver
  • BeaconProxyController
  • CurrencyController
  • FutureValueVault
  • GenesisValueVault
  • LendingMarket
  • LendingMarketController
  • ProxyController
  • ReserveFund
  • TokenVault
0