fix_pool_params and fix_config_fee_params endpointsAllows the operator to fix invalid scheduler parameters that were causing blocking operations on the update_pool_fees endpoint.
Context:
Accounts:
operator authoritylock_inner_position endpointAllows liquidity to be vested directly using the InnerVesting on the Position account, without needing to create a separate external Vesting account.
Context:
Vesting account. This added overhead for integrators and limited composability. The new lock_inner_position endpoint embeds vesting directly into the position, simplifying the flow for protocols building on top of DAMM v2.split_position and split_position2 now split InnerVestingWhen splitting a position, the InnerVesting associated with the Position account is now also split proportionally across the resulting positions.
Impact:
split_position or split_position2 should be aware that inner vesting state is now carried over to the split positions. If your integration tracks vesting state, ensure you handle the split vesting correctly.📣 Changes have been deployed in DEVNET for you to test with