Releases: SizeCredit/size-solidity
Releases · SizeCredit/size-solidity
v1.0.3
v1.0.2
v1.0.0-rc.3
- Spearbit audit fixes, notably:
- Replace repayFee by swapFee
- Update liquidation incentives
- Update matching API and function names
- lendAsLimitOrder -> buyCreditLimit
- borrowAsLimitOrder -> sellCreditLimit
- lendAsMarketOrder / buyMarketCredit -> buyCreditMarket
- borrowAsMarketOrder -> sellCreditMarket
- Allow partial repayments with
compensate
- Rename
maturity
totenor
- Rename
faceValue
tofutureValue
- Change
dueDate
totenor
in matching functions
v1.0.0-rc.2
Deploy from d50adca
v1.0.0-rc.1
Deploy from 934c11f
v1.0.0
old-v2.0-beta.7
- Fix yield curve linear interpolation
old-v2.0-beta.6
- Update events to remove indexed from arrays
- Remove Vault and change to scaled deposits accounting
- Add BuyMarketCredit and SetCreditForSale
old-v2.0-beta.5
- Accept ETH deposits
- Update multicall to payable
- Update liquidation fee split logic and overdue reward
- Update updateConfig key input parameter to string instead of bytes32
old-v2.0-beta.4
- Oak report fixes
- LightChaserV3 audit report fixes
- Remove Variable Pool
- Update liquidate overdue loan logic
- Update Claim event