upgrade LDK version to v0.1.4. #106
Draft
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request updates the dependencies for various
lightningcrates across multipleCargo.tomlfiles to newer versions, improving compatibility and ensuring the use of the latest features and fixes. The changes primarily focus on upgrading the versions oflightningand related libraries.Dependency Upgrades:
lightning-related crates inCargo.tomlfrom versionwasm-v0.0.125towasm-v0.1.4to ensure compatibility with the latest release. ([Cargo.tomlL18-R23](https://github.com/utxostack/mutiny-node/pull/106/files#diff-2e9d962a08321605940b5a657135052fbcef87b5e360662bb527c96d9a615542L18-R23))lightningand related dependencies inmutiny-core/Cargo.toml:lightningfrom0.0.125to0.1.4.lightning-invoicefrom0.32.0to0.33.2.lightning-rapid-gossip-sync,lightning-background-processor, andlightning-transaction-syncfrom0.0.125to0.1.0.lightning-liquidityfrom0.1.0-alpha.6to0.1.0. ([mutiny-core/Cargo.tomlL41-R51](https://github.com/utxostack/mutiny-node/pull/106/files#diff-dbf18f780ddcbd8cd2dace5b74b22ee2d1f945d307836240d2cbda437e82ba40L41-R51))lightning-net-tokioinmutiny-core/Cargo.tomlfrom0.0.125to0.1.0for non-WASM targets. ([mutiny-core/Cargo.tomlL101-R100](https://github.com/utxostack/mutiny-node/pull/106/files#diff-dbf18f780ddcbd8cd2dace5b74b22ee2d1f945d307836240d2cbda437e82ba40L101-R100))lightningandlightning-invoiceinmutiny-wasm/Cargo.toml:lightningfrom0.0.125to0.1.4.lightning-invoicefrom0.32.0to0.33.2. ([mutiny-wasm/Cargo.tomlL35-R38](https://github.com/utxostack/mutiny-node/pull/106/files#diff-6b5dca04f2536eeedc58017a518573ae8ad5713a72bd50f626dffc2bfc7e01f6L35-R38))