Skip to content

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

Merged
merged 4 commits into from
May 5, 2025

Conversation

tnull
Copy link
Collaborator

@tnull tnull commented Apr 29, 2025

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 on aarch64-apple-ios.

@ldk-reviews-bot
Copy link

ldk-reviews-bot commented Apr 29, 2025

👋 Thanks for assigning @joostjager as a reviewer!
I'll wait for their review and will help manage the review process.
Once they submit their review, I'll check if a second reviewer would be helpful.

@tnull tnull marked this pull request as draft April 29, 2025 08:20
@tnull tnull force-pushed the 2025-04-cut-0.5.0-binaries branch from c8ff340 to 682ed26 Compare May 5, 2025 07:58
@tnull tnull marked this pull request as ready for review May 5, 2025 08:04
@tnull tnull requested a review from joostjager May 5, 2025 08:04
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
Copy link
Contributor

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?

Copy link
Contributor

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"] }
Copy link
Contributor

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"
Copy link
Contributor

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.

Copy link
Contributor

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.

@tnull tnull merged commit c0314d6 into lightningdevkit:release/0.5 May 5, 2025
5 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants