claim_partner_pool_creation_fee to allow partners to withdraw the pool creation fee.claim_protocol_pool_creation_fee to allow protocol to withdraw the pool creation fee.PoolConfig account now stores creator_lp_vesting_info and partner_lp_vesting_info fields. Only applicable to DAMM v2 migration option. It store vesting parameters required for lock_position cpi during DAMM v2 migration.pool_creation_fee when creating a config. The value is in SOL lamport, so when token creator create pool (throught endpoint initialize_virtual_pool_with_spl_token and initialize_virtual_pool_with_token2022), they would need to pay pool_creation_fee in SOL lamport. Later partner would be able to claim that fee (Meteora would take 10% from that fee)partner_lp_vesting_info and creator_lp_vesting_info when creating config key that includes liquidity vesting information if pool is migrated to damm v2 laterinitialize_virtual_pool_with_token2022 endpoint.protocol_fee_percentage and referral_fee_percentage fields from PoolFeesConfig field from PoolConfig account. Will be using defined constant PROTOCOL_FEE_PERCENTAGE and HOST_FEE_PERCENTAGE as replacement.create_config, initialize_virtual_pool_with_spl_token and initialize_virtual_pool_with_token2022 will only allow config that has minimum 10% of locked liquidity in at least 1 daymigration_damm_v2 endpoint require vesting accounts for first_position and second_position if LP vesting was configured.All breaking belows are related to admin/operator functions
withdraw_lamports_from_pool_authorityclaim_pool_creation_fee to new endpoint claim_legacy_pool_creation_feepayer account in admin endpoint create_claim_fee_operator, that allow to payer to pay rent fee, instead of admin