Changelog
Index all packages changelogs.
clmm - package version 10
New Features & Mandatory Requirements
Flash loan features
a new methods allow user flash loan asset from clmm pool liquidity. Flash loan
New max rewards amount of pool
extend max rewards amount from 3 to 5.
New Flash Loan Interfaces
Primary Method:
pool.flash_load(CLMM contract)
pool.flash_loan_with_partner(CLMM contract)
pool.repay_flash_loan(CLMM contract)
pool.repay_flash_loan_with_partner(CLMM contract)
Key Mechanism Update
max rewards amount update to 5.
Event System Upgrade
New
FlashLoanEvent
record user flash loan action.
Impact & Required Actions
Vault System
Urgent Actions for All Dependent Protocols:
Migrate to new contract interfaces.
clmm - package version 9
New Features & Mandatory Requirements
Liquidity Initialization Rule
All newly created liquidity pools must be initialized with liquidity at the time of creation. Create Pool
New Pool Creation Interfaces
Primary Method:
pool_creator.create_pool_v2
(CLMM contract)Alternative Method:
pool_creator_v2.create_pool_v2
(Integrate contract)
Deprecated Functions
Immediately Discontinued Methods:
factory.create_pool_with_liquidity
pool_creator.create_pool_v2_by_creation_cap
Replacement: Use
pool_creator.create_pool_v2_with_creation_cap
instead
Key Mechanism Update – PoolCreationCap
Governance & Control:
Token issuers gain control over pool creation by holding TreasuryCap.
Core Rules:
Only one PoolCreationCap can be minted per token.
Restricted pools must register a quote coin and tick spacing (currently supports SUI-200).
Event System Upgrade
New
CollectRewardV2Event
Introduces a new reward type identifier.
Supports precise tracking of liquidity mining rewards.
Impact & Required Actions
Mandatory Upgrades for the Following Systems
Vault System
Stablecoin Liquidity Mining Module
LP Burn Functionality
Urgent Actions for All Dependent Protocols:
Migrate to new contract interfaces.
Adapt to PoolCreationCap governance mechanism.
Update reward event handling logic.
Last updated