Releases: IndexCoop/index-coop-smart-contracts
Releases · IndexCoop/index-coop-smart-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
0.0.25
0.0.24
0.0.23
0.0.20
0.0.19
Update ExchangeIssuance
with audit fixes ported from:
0.0.18
Add IndexPowah contract for counting Snapshot votes (#51) * add indexpowah and tests * fix tests * add investor and dex LP votes * fix failed dependency tests * count votes in onsen * add owner that can add new farms and vesting contracts * add clarity in comments for permissioned functions * improve comments * add updateMasterChef function