Commit 78a8b24
chore(deps): bump SDK dependencies to 0.16.0-rc.11 (#122)
* chore(deps): bump SDK dependencies to 0.16.0-rc.11
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>
* chore: bump version to 0.18.0-rc.10
---------
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 85a75c5 commit 78a8b24
2 files changed
+20
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
| 18 | + | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
143 | | - | |
| 142 | + | |
| 143 | + | |
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
155 | | - | |
156 | | - | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
157 | 167 | | |
158 | | - | |
| 168 | + | |
159 | 169 | | |
160 | 170 | | |
0 commit comments