Skip to content

Commit d237b00

Browse files
peachbitsclaude
andcommitted
Bump SDK to 2.6.0-alpha.6
First hardfork-era prerelease: new Voting/PIR module, expanded libzcashlc FFI, updated checkpoints. Pin changes only -- the bridge needs no changes (the SDK's bridge-facing API surface is source-compatible with 2.5.2) and the dependency graph pins are identical, so the vendored deps binary is unchanged. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 36b4907 commit d237b00

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

scripts/updateSources.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ async function main(): Promise<void> {
2929

3030
// The Swift SDK version to vendor. The matching libzcashlc.xcframework is
3131
// downloaded from this release's assets (see rebuildXcframework).
32-
const ZCASH_SWIFT_SDK_VERSION = '2.5.2'
32+
const ZCASH_SWIFT_SDK_VERSION = '2.6.0-alpha.6'
3333

3434
// SHA-256 of the libzcashlc.xcframework.zip release asset for the version
3535
// above. The download is verified against this pin before it is unpacked, so a
@@ -38,14 +38,14 @@ const ZCASH_SWIFT_SDK_VERSION = '2.5.2'
3838
// curl -fL https://github.com/zcash/zcash-swift-wallet-sdk/releases/download/<ver>/libzcashlc.xcframework.zip | shasum -a 256
3939
// (matches the `checksum:` in the SDK tag's own Package.swift binaryTarget)
4040
const LIBZCASHLC_XCFRAMEWORK_SHA256 =
41-
'27089796e15eacd0e5a90e7ea01884ea5c40806cf25a6fa9a6aca933dad65813'
41+
'c58c1714440f8fd40bed33eefa3be325896e58eb568ed8747c05a27dae3a74b2'
4242

4343
function downloadSources(): void {
4444
getRepo(
4545
'ZcashLightClientKit',
4646
'https://github.com/zcash/zcash-swift-wallet-sdk.git',
47-
// 2.5.2:
48-
'e725a2482dced83afda91bcebe881bd0791aa359'
47+
// 2.6.0-alpha.6:
48+
'4303068e9282bb8b03bd94807b7d8ad268de75bf'
4949
)
5050
// libzcashlc is no longer a separate package as of SDK 2.5.x — it ships as a
5151
// binaryTarget zip on the SDK's GitHub release, downloaded in rebuildXcframework().

0 commit comments

Comments
 (0)