January 16 - January 23

Aptos native staking launched. SUI reward data is now fully exposed in earn and rewards summary. ETH validator exit tracking went live, and several transaction reliability improvements were deployed.

New Yield Integrations

  • Aptos Native Staking: Added native staking support for Aptos, expanding coverage to the Move ecosystem.
  • Summer.fi Vaults: Integrated Summer.fi yield vaults with full deposit, withdrawal, and APY support.

Integration Improvements

  • SUI rewards: SUI epoch rewards are now fully exposed in earn and rewards summary endpoints.
  • ETH validator exits: Deployed a cron to index and track exited Ethereum validators, improving the accuracy of historical reward backfill.
  • ETH validator deposits: Added isBls flag to the validator deposit table for improved deposit classification.
  • DEX abstraction: Added support for enabling DEX abstraction transactions.
  • SOL rent check: The API now returns a clear, descriptive error when a Solana wallet lacks sufficient SOL to cover account rent.

Bug Fixes

  • ERC-4626 vault withdrawal fallback: Improved the withdrawal amount check to correctly fall back to maxRedeem when the requested amount exceeds the available position, preventing underpayment errors.
  • Cosmos transaction signing: Fixed a signing regression causing intermittent broadcast failures on Cosmos.
  • Missing Drift provider: Added missing provider reference that was causing entry failures on Drift.
  • Transaction DTO: Corrected a parsing bug that silently dropped passthrough fields in the Transaction DTO.
  • Tron entry validation: Improved error messaging when no validator addresses are provided on Tron staking entry.