Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Bitkit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1230,7 +1230,7 @@
repositoryURL = "https://github.com/21-DOT-DEV/swift-secp256k1";
requirement = {
kind = exactVersion;
version = 0.17.0;
version = 0.23.2;

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟠 0.17.0 -> 0.23.2 crosses the 0.20.0 module rename; the app no longer builds

CI fails with Missing package product 'secp256k1' in Bitkit, BitkitTests and BitkitNotification. 0.20.0 renamed secp256k1 -> P256K and secp256k1_bindings -> libsecp256k1, and 0.23.2 no longer re-exports the C bindings. Needed alongside this bump: import P256K (+ P256K.KeyAgreement.*) in Crypto.swift and WatchOnlyAccountService.swift, import libsecp256k1 for the raw secp256k1_* calls in Crypto.swift, and the pbxproj product refs switched to P256K and libsecp256k1 for all three targets. Do this as a manual bump, not a dependabot merge, and re-run WatchOnlyAccountServiceTests plus a push-notification decrypt before shipping.

};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading