-
Notifications
You must be signed in to change notification settings - Fork 103
Cut v0.5.0 binary releases #533
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cut v0.5.0 binary releases #533
Conversation
👋 Thanks for assigning @joostjager as a reviewer! |
.. as `lightning-transaction-sync` now requires the `electrum` feature.
c8ff340
to
682ed26
Compare
rustup target add aarch64-apple-ios x86_64-apple-ios --toolchain 1.73.0 | ||
rustup target add aarch64-apple-ios-sim --toolchain 1.73.0 | ||
rustup target add aarch64-apple-darwin x86_64-apple-darwin --toolchain 1.73.0 | ||
rustup upgrade stable |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't this remain deterministic?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Clarified offline. Stable now surpassed 1.73.0
@@ -47,7 +47,7 @@ lightning-liquidity = { version = "0.1.0", features = ["std"] } | |||
#lightning-background-processor = { git = "https://github.com/lightningdevkit/rust-lightning", branch = "main", features = ["futures"] } | |||
#lightning-rapid-gossip-sync = { git = "https://github.com/lightningdevkit/rust-lightning", branch = "main" } | |||
#lightning-block-sync = { git = "https://github.com/lightningdevkit/rust-lightning", branch = "main", features = ["rpc-client", "tokio"] } | |||
#lightning-transaction-sync = { git = "https://github.com/lightningdevkit/rust-lightning", branch = "main", features = ["esplora-async-https", "time"] } | |||
#lightning-transaction-sync = { git = "https://github.com/lightningdevkit/rust-lightning", branch = "main", features = ["esplora-async-https", "electrum", "time"] } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Total nit, but order "electrum, time" is different from uncommented version.
@@ -4,7 +4,7 @@ | |||
import PackageDescription | |||
|
|||
let tag = "v0.5.0" | |||
let checksum = "95ea5307eb3a99203e39cfa21d962bfe3e879e62429e8c7cdf5292cae5dc35cc" | |||
let checksum = "fd9eb84a478402af8f790519a463b6e1bf6ab3987f5951cd8375afb9d39e7a4b" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is this checksum and/or where does it come from? Maybe add a code comment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Clarified offline - this is the checksum of the released binary.
This updates the required files for/post the 0.5.0 binary releases.
Note the actual binary releases include the recent LDK 0.1.3 release, with a backport of lightningdevkit/rust-lightning#3587, i.e., is based on https://github.com/tnull/rust-lightning/tree/2025-02-bump-electrum-client-backport
as the
aws-lc-rs
dependency otherwise fails to build onaarch64-apple-ios
.