December 5 - December 12
3 months ago
SUI balance indexing launched, establishing the data foundation for staking history and reward tracking. Curve LP and PancakeSwap liquidity pool integrations went live, and LayerZero omnichain vault support was added.
New Yield Integrations
- Curve LP + PancakeSwap LP: Added Curve and PancakeSwap liquidity pool yield integrations with deposit, withdrawal, and live APY support. LP entries were also restored to the legacy API surface.
- LayerZero Omnichain Vaults: Added LayerZero cross-chain ERC-4626 vault support for yield access across chains.
Integration Improvements
- SUI Balance Indexing: Launched core SUI on-chain balance indexer and deployed historical balance data, providing the infrastructure for accurate reward and position tracking.
- SUI unstaking data: Fixed incorrect parsing of unstaking data in SUI position responses.
- Validator-specific rewards: Optimised reward reporting to return per-validator reward data with improved response performance.
- Vault capacity: Added currentCapacity and supplyCap to the YieldDto, enabling deposit limit visibility across yield positions.
- Curve argument passing: Fixed an issue where token amounts were not correctly forwarded in Curve interactions.
- Withdrawal amount flexibility: Updated ERC-4626 integrations to accept any withdrawal amount rather than enforcing fixed thresholds.
- APY fallback for LP yields: Stabilised APY display for LP yields during data gaps using a fallback strategy.
- Heartbeats for critical crons: Added health heartbeats to important background jobs for improved observability.
- getCapacity method: Added capacity querying capability to YieldModuleCore, supporting vault-level supply cap enforcement.
