Track Dynamic Fee Sharing releases here.
Release summary
| Component | Version | PR |
|---|
| Program | 0.1.1 | dynamic-fee-sharing #8 |
| TypeScript SDK | 1.0.3 | dynamic-fee-sharing-sdk #7 |
What We Shipped
- Direct Fee Funding Support with DAMM v2 and Dynamic Bonding Curve
What To Do
| Integrators | What Changed | What To Do |
|---|
| Partners | - Direct Fee Funding Support with DAMM v2 and Dynamic Bonding Curve
| - Bump your SDK version to
@meteora-ag/dynamic-fee-sharing-sdk@1.0.3 to start testing.
|
Program: dynamic-fee-sharing 0.1.1
Program ID (mainnet and devnet): dfsdo2UqvwfN8DuUVrMRNfQe11VaiNoKcMqLHVvDPzhProgram PR #8Added
- Add new field
fee_vault_type in FeeVault to distinguish between PDA-derived and keypair-derived fee vaults.
- Add new endpoint
fund_by_claiming_fee, that allow share holder in fee vault to claim fees from whitelisted endpoints of DAMM-v2 or Dynamic Bonding Curve
TypeScript SDK: @meteora-ag/dynamic-fee-sharing-sdk 1.0.3
SDK PR #7Added
fundByClaimDammV2Fee function to fund a fee vault by claiming fee from a DAMM v2 pool.
fundByClaimDammV2Reward function to fund a fee vault by claiming reward from a DAMM v2 pool.
fundByClaimDbcCreatorTradingFee function to fund a fee vault by claiming creator trading fee from a DBC pool.
fundByClaimDbcPartnerTradingFee function to fund a fee vault by claiming partner trading fee from a DBC pool.
fundByWithdrawDbcCreatorSurplus function to fund a fee vault by withdrawing creator surplus from a DBC pool.
fundByWithdrawDbcPartnerSurplus function to fund a fee vault by withdrawing partner surplus from a DBC pool.
fundByWithdrawMigrationFee function to fund a fee vault by withdrawing migration fee from a DBC pool.