Skip to content

SDK missing query additions#624

Merged
feruzm merged 1 commit into
developfrom
missing
Jan 20, 2026
Merged

SDK missing query additions#624
feruzm merged 1 commit into
developfrom
missing

Conversation

@feruzm
Copy link
Copy Markdown
Member

@feruzm feruzm commented Jan 20, 2026

Summary by CodeRabbit

  • New Features

    • Added recurrent transfer query functionality to the SDK. Developers can now retrieve comprehensive recurrent transfer data for blockchain accounts, including transfer IDs, sender and recipient information, scheduled amounts, memo content, recurrence settings, and execution failure tracking.
  • Chores

    • Version bumped to 1.5.13.

✏️ Tip: You can customize this high-level summary in your review settings.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Jan 20, 2026

📝 Walkthrough

Walkthrough

The SDK is enhanced with support for recurrent transfers, introducing a new TypeScript interface, a React Query query hook configuration, and corresponding type exports. The package version is incremented from 1.5.12 to 1.5.13.

Changes

Cohort / File(s) Summary
Version Management
packages/sdk/package.json
Version bumped from 1.5.12 to 1.5.13
Recurrent Transfer Type Definition
packages/sdk/src/modules/wallet/types/recurrent-transfer.ts
New interface RecurrentTransfer with properties: id, from, to, amount, memo, recurrence, remaining_executions, consecutive_failures, and pair_id
Type Exports
packages/sdk/src/modules/wallet/types/index.ts
Exported recurrent-transfer type module to public API
Query Hook Setup
packages/sdk/src/modules/wallet/queries/get-recurrent-transfers-query-options.ts
New function getRecurrentTransfersQueryOptions() that returns a React Query configuration for fetching recurrent transfers via condenser_api.find_recurrent_transfers, with queryKey ["wallet", "recurrent-transfers", username]
Query Exports
packages/sdk/src/modules/wallet/queries/index.ts
Exported recurrent transfers query module to public API

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~12 minutes

Poem

🐰 A new query hops into the SDK so bright,
Recurrent transfers now flowing just right,
Types and exports, all neatly arranged,
The wallet's capabilities have changed!
Version thirteen, our SDK takes flight! ✨

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'SDK missing query additions' directly relates to the main changes, which add new query functionality (getRecurrentTransfersQueryOptions) and supporting types to the SDK.
Docstring Coverage ✅ Passed Docstring coverage is 100.00% which is sufficient. The required threshold is 80.00%.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
  • 📝 Generate docstrings

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@feruzm feruzm merged commit a5fc35b into develop Jan 20, 2026
1 check passed
@feruzm feruzm deleted the missing branch January 20, 2026 07:41
@coderabbitai coderabbitai Bot mentioned this pull request Jan 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant