Skip to content

upgrade LDK version to v0.1.4. #106

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

Draft
wants to merge 6 commits into
base: develop
Choose a base branch
from

Conversation

EthanYuan
Copy link
Collaborator

@EthanYuan EthanYuan commented Jun 11, 2025

This pull request updates the dependencies for various lightning crates across multiple Cargo.toml files to newer versions, improving compatibility and ensuring the use of the latest features and fixes. The changes primarily focus on upgrading the versions of lightning and related libraries.

Dependency Upgrades:

  • Updated all lightning-related crates in Cargo.toml from version wasm-v0.0.125 to wasm-v0.1.4 to ensure compatibility with the latest release. ([Cargo.tomlL18-R23](https://github.com/utxostack/mutiny-node/pull/106/files#diff-2e9d962a08321605940b5a657135052fbcef87b5e360662bb527c96d9a615542L18-R23))
  • Upgraded lightning and related dependencies in mutiny-core/Cargo.toml:
    • lightning from 0.0.125 to 0.1.4.
    • lightning-invoice from 0.32.0 to 0.33.2.
    • lightning-rapid-gossip-sync, lightning-background-processor, and lightning-transaction-sync from 0.0.125 to 0.1.0.
    • lightning-liquidity from 0.1.0-alpha.6 to 0.1.0. ([mutiny-core/Cargo.tomlL41-R51](https://github.com/utxostack/mutiny-node/pull/106/files#diff-dbf18f780ddcbd8cd2dace5b74b22ee2d1f945d307836240d2cbda437e82ba40L41-R51))
  • Updated lightning-net-tokio in mutiny-core/Cargo.toml from 0.0.125 to 0.1.0 for non-WASM targets. ([mutiny-core/Cargo.tomlL101-R100](https://github.com/utxostack/mutiny-node/pull/106/files#diff-dbf18f780ddcbd8cd2dace5b74b22ee2d1f945d307836240d2cbda437e82ba40L101-R100))
  • Upgraded lightning and lightning-invoice in mutiny-wasm/Cargo.toml:
    • lightning from 0.0.125 to 0.1.4.
    • lightning-invoice from 0.32.0 to 0.33.2. ([mutiny-wasm/Cargo.tomlL35-R38](https://github.com/utxostack/mutiny-node/pull/106/files#diff-6b5dca04f2536eeedc58017a518573ae8ad5713a72bd50f626dffc2bfc7e01f6L35-R38))

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.

1 participant