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
lightning
crates across multipleCargo.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 oflightning
and related libraries.Dependency Upgrades:
lightning
-related crates inCargo.toml
from versionwasm-v0.0.125
towasm-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)
)lightning
and related dependencies inmutiny-core/Cargo.toml
:lightning
from0.0.125
to0.1.4
.lightning-invoice
from0.32.0
to0.33.2
.lightning-rapid-gossip-sync
,lightning-background-processor
, andlightning-transaction-sync
from0.0.125
to0.1.0
.lightning-liquidity
from0.1.0-alpha.6
to0.1.0
. ([mutiny-core/Cargo.tomlL41-R51](https://github.com/utxostack/mutiny-node/pull/106/files#diff-dbf18f780ddcbd8cd2dace5b74b22ee2d1f945d307836240d2cbda437e82ba40L41-R51)
)lightning-net-tokio
inmutiny-core/Cargo.toml
from0.0.125
to0.1.0
for non-WASM targets. ([mutiny-core/Cargo.tomlL101-R100](https://github.com/utxostack/mutiny-node/pull/106/files#diff-dbf18f780ddcbd8cd2dace5b74b22ee2d1f945d307836240d2cbda437e82ba40L101-R100)
)lightning
andlightning-invoice
inmutiny-wasm/Cargo.toml
:lightning
from0.0.125
to0.1.4
.lightning-invoice
from0.32.0
to0.33.2
. ([mutiny-wasm/Cargo.tomlL35-R38](https://github.com/utxostack/mutiny-node/pull/106/files#diff-6b5dca04f2536eeedc58017a518573ae8ad5713a72bd50f626dffc2bfc7e01f6L35-R38)
)