Skip to content

chore(deps): bump SDK dependencies to 0.16.0-rc.11#122

Merged
prestwich merged 2 commits intomainfrom
feat/bump-sdk-rc.11
Feb 16, 2026
Merged

chore(deps): bump SDK dependencies to 0.16.0-rc.11#122
prestwich merged 2 commits intomainfrom
feat/bump-sdk-rc.11

Conversation

@prestwich
Copy link
Member

@prestwich prestwich commented Feb 16, 2026

Summary

Bumps signet-constants and signet-tx-cache from 0.16.0-rc.7 to 0.16.0-rc.11, adapts to the refactored tx-cache API, and bumps the crate version to 0.18.0-rc.10.

Changes

  • Bump crate version to 0.18.0-rc.10
  • Bump signet-constants to 0.16.0-rc.11
  • Bump signet-tx-cache to 0.16.0-rc.11
  • Update tx_cache.rs to use new type names:
    • TxCacheBundleCachedBundle
    • TxCacheBundlesResponseBundleList
    • Added CacheResponse wrapper for pagination
  • Update get_bundles() to return CacheResponse<BundleList> for pagination support
  • Update get_bundle() to directly deserialize CachedBundle since TxCacheBundleResponse wrapper was removed in SDK

Context

The SDK refactored tx-cache types between rc.7 and rc.11 for better naming clarity and pagination support (SDK PR #194). All old type names are preserved as deprecated aliases for backward compatibility, but this PR migrates to the new canonical names.

Test plan

  • All clippy checks pass with --all-features
  • All clippy checks pass with --no-default-features
  • Code formatted with cargo +nightly fmt
  • All tests pass

🤖 Generated with Claude Code

prestwich and others added 2 commits February 16, 2026 14:40
Updates signet-constants and signet-tx-cache from 0.16.0-rc.7 to
0.16.0-rc.11 and adapts to the refactored tx-cache API.

Changes:
- Bump signet-constants to 0.16.0-rc.11
- Bump signet-tx-cache to 0.16.0-rc.11
- Update tx_cache.rs to use new type names (CachedBundle, BundleList,
  CacheResponse)
- Update get_bundles() to return CacheResponse<BundleList> for
  pagination support
- Update get_bundle() to directly deserialize CachedBundle since
  TxCacheBundleResponse wrapper was removed in SDK

The SDK refactored tx-cache types for clarity and better pagination
support. All deprecated type aliases are supported for backward
compatibility, but we've migrated to the new canonical names.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@prestwich prestwich requested review from Evalir and Fraser999 and removed request for Evalir February 16, 2026 19:42
@prestwich prestwich merged commit 78a8b24 into main Feb 16, 2026
6 checks passed
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

Comments