Releases: IndexCoop/index-coop-smart-contracts
Releases · IndexCoop/index-coop-smart-contracts
v0.4.0
0.4.0 (2022-03-24)
Features
v0.3.1
0.3.1 (2022-03-14)
Bug Fixes
- Sync aave leverage module upon leveraged issuance / redemption (#99) (712675c)
v0.3.0
0.3.0 (2022-03-06)
Features
- Exchange Issuance for Leveraged Tokens (#97) (2845261)
v0.2.0
0.2.0 (2022-02-18)
Features
- add exchange issuance via ZeroEx (8b7c580)
v0.1.1
0.1.1 (2022-02-13)
Bug Fixes
- Update package.json version and description and regenerate yarn (#96) (5d0175f)
0.0.31
Add DebtIssuanceModuleV2 to external contracts
0.0.27
BaseManager IIP-64/72 Internal audit fixes (#74)
- Prohibit calling SetToken with #interactManager / add #transferTokens
- Fix javadoc for BaseManagerV2#emergencyReplaceProtectedModule
- Remove unused param in FeeSplitExtension#initializeIssuanceModule
- Add BaseMangerV2 EmergencyResolved event
- Add missing parameter documentation for FeeSplitExtension / StreamingFeeSplitExtension
- Add explanatory notes about timelocking in extension methods
0.0.26
- Adds BaseManagerV2 to implement IIP-64
- Updates StreamingFeeSplitExtension to implement IIP-64 and IIP-72
- Updates FeeSplitExtension (formerly 'adapter') to implement IIP-64 and IIP-72
- Applies
extension
naming convention to all remaining adapters