chore(deps): bump SDK dependencies to 0.16.0-rc.11#122
Merged
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
signet-constantsto 0.16.0-rc.11signet-tx-cacheto 0.16.0-rc.11tx_cache.rsto use new type names:TxCacheBundle→CachedBundleTxCacheBundlesResponse→BundleListCacheResponsewrapper for paginationget_bundles()to returnCacheResponse<BundleList>for pagination supportget_bundle()to directly deserializeCachedBundlesinceTxCacheBundleResponsewrapper was removed in SDKContext
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-features--no-default-featurescargo +nightly fmt🤖 Generated with Claude Code