Releases: stabilitydao/stability-contracts
Releases · stabilitydao/stability-contracts
v25.01.0-alpha
What's Changed
- GUMF by @a17 in #154
- feat: set, get function for aliasname by @hcrypto7 in #139
- fixes by @a17 in #159
- fix issue templates by @a17 in #160
- Arbitrum by @Interlinker0115 in #151
- Update docs by @a17 in #162
- Ethereum by @Interlinker0115 in #161
- 📜SQMF by @OnlyForward0613 in #126
- Farming strategy upgrade, fmt setup, fix Base lib by @a17 in #171
- feat: GQMF, GUMF "improper ratio" revert fix, fuzz testing by @hcrypto7 in #158
- refactor deploy scripts, fix project setup, fix tests by @a17 in #177
- Real by @a17 in #178
- fix ci; use Swapper for Zap in Real, test by @a17 in #179
- TPF 1.1.0: zero pool price bugfix by @a17 in #184
- SolidlyAdapter by @a17 in #186
- 💥 Sonic by @a17 in #197
New Contributors
- @Interlinker0115 made their first contribution in #151
- @OnlyForward0613 made their first contribution in #126
Full Changelog: v24.06.0-alpha...v25.01.0-alpha
24.06.0-alpha (2024-06-10)
- [enhancement] deploy system update
- [enhancement]
IPlatform.buildingPermitToken()
can be zero address
24.05.0-alpha (2024-05-04)
- [enhancement]
IVault.hardWorkMintFeeCallback
extracting vault fee by minting vault shares - [enhancement]
IFactory.strategyAvailableInitParams
,IFactory.setStrategyAvailableInitParams
strategy init params storage - [enhancement]
IStrategy.autoCompoundingByUnderlyingProtocol
strategy not need to process revenue on HardWorks
24.01.1-alpha (2024-01-17)
- [bug]
ICAmmAdapter.getProportions
error fixed - [enhancement] vault symbol generation improvement
24.01.0-alpha (2024-01-05)
- [bug] QSF:
getRevenue
calculated fees incorrectly - [gas optimization] VaultBase depositAssets
- [enhancement]
IVault.setName
ERC20 name of vault can be changed - [enhancement]
IVault.setSymbol
ERC20 symbol of vault can be changed - [enhancement]
IFactory.setVaultStatus
bulk change
23.12.2-alpha (2023-12-09)
- [security] QSF: try/catch for reward claiming
- [bug] QSF:
getAssetsProportions
used incorrect range - [enhancement]
ICAmmAdapter.getProportions
liquidity proportions in specified range - [enhancement]
IZap.withdraw
slippage byminAmountOut
argument
23.12.1-alpha (2023-12-03)
- [security]
_update
hook inVaultBase
has no exceptions when writing$.withdrawRequests
- [security] only governance and multisig can change vault type config and strategy logic config
- [bug]
Zap
withdraw bugfix, refactoring - [enhancement]
IVault.withdrawAssets
selector withreceiver
andowner
arguments
23.12.0-alpha (2023-12-01)
First deployment of the Stability platform in the Polygon network.