From 952edeb701469b6f1dfabfdf5ee30b17bf3a3f02 Mon Sep 17 00:00:00 2001 From: Tony Giorgio Date: Tue, 14 Nov 2023 12:25:45 -0600 Subject: [PATCH] Bump LDK patch and version to v0.4.34 --- Cargo.lock | 10 +++++----- Cargo.toml | 6 +++--- mutiny-core/Cargo.toml | 2 +- mutiny-wasm/Cargo.toml | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b00f69c1b..e1a09243d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1089,7 +1089,7 @@ checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c" [[package]] name = "lightning" version = "0.0.118" -source = "git+https://github.com/MutinyWallet/rust-lightning.git?rev=22247dd4abf974349ae91ebaf2ba7b180ff10a48#22247dd4abf974349ae91ebaf2ba7b180ff10a48" +source = "git+https://github.com/MutinyWallet/rust-lightning.git?rev=b6e1aad283f8c5551465fbd260b90757859e418d#b6e1aad283f8c5551465fbd260b90757859e418d" dependencies = [ "bitcoin 0.29.2", "core2", @@ -1100,7 +1100,7 @@ dependencies = [ [[package]] name = "lightning-invoice" version = "0.26.0" -source = "git+https://github.com/MutinyWallet/rust-lightning.git?rev=22247dd4abf974349ae91ebaf2ba7b180ff10a48#22247dd4abf974349ae91ebaf2ba7b180ff10a48" +source = "git+https://github.com/MutinyWallet/rust-lightning.git?rev=b6e1aad283f8c5551465fbd260b90757859e418d#b6e1aad283f8c5551465fbd260b90757859e418d" dependencies = [ "bech32", "bitcoin 0.29.2", @@ -1115,7 +1115,7 @@ dependencies = [ [[package]] name = "lightning-rapid-gossip-sync" version = "0.0.118" -source = "git+https://github.com/MutinyWallet/rust-lightning.git?rev=22247dd4abf974349ae91ebaf2ba7b180ff10a48#22247dd4abf974349ae91ebaf2ba7b180ff10a48" +source = "git+https://github.com/MutinyWallet/rust-lightning.git?rev=b6e1aad283f8c5551465fbd260b90757859e418d#b6e1aad283f8c5551465fbd260b90757859e418d" dependencies = [ "bitcoin 0.29.2", "lightning", @@ -1230,7 +1230,7 @@ dependencies = [ [[package]] name = "mutiny-core" -version = "0.4.33" +version = "0.4.34" dependencies = [ "aes", "aes-gcm", @@ -1283,7 +1283,7 @@ dependencies = [ [[package]] name = "mutiny-wasm" -version = "0.4.33" +version = "0.4.34" dependencies = [ "anyhow", "bip39", diff --git a/Cargo.toml b/Cargo.toml index b888936c1..151d57417 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,6 +15,6 @@ opt-level = "z" opt-level = "z" [patch.crates-io] -lightning = { git = 'https://github.com/MutinyWallet/rust-lightning.git', rev = "22247dd4abf974349ae91ebaf2ba7b180ff10a48" } -lightning-invoice = { git = 'https://github.com/MutinyWallet/rust-lightning.git', rev = "22247dd4abf974349ae91ebaf2ba7b180ff10a48" } -lightning-rapid-gossip-sync = { git = 'https://github.com/MutinyWallet/rust-lightning.git', rev = "22247dd4abf974349ae91ebaf2ba7b180ff10a48" } +lightning = { git = 'https://github.com/MutinyWallet/rust-lightning.git', rev = "b6e1aad283f8c5551465fbd260b90757859e418d" } +lightning-invoice = { git = 'https://github.com/MutinyWallet/rust-lightning.git', rev = "b6e1aad283f8c5551465fbd260b90757859e418d" } +lightning-rapid-gossip-sync = { git = 'https://github.com/MutinyWallet/rust-lightning.git', rev = "b6e1aad283f8c5551465fbd260b90757859e418d" } diff --git a/mutiny-core/Cargo.toml b/mutiny-core/Cargo.toml index 08fb7d08c..4600c4747 100644 --- a/mutiny-core/Cargo.toml +++ b/mutiny-core/Cargo.toml @@ -2,7 +2,7 @@ cargo-features = ["per-package-target"] [package] name = "mutiny-core" -version = "0.4.33" +version = "0.4.34" edition = "2021" authors = ["Tony Giorgio ", "benthecarman "] description = "The core SDK for the mutiny node" diff --git a/mutiny-wasm/Cargo.toml b/mutiny-wasm/Cargo.toml index 3d842bab7..ca8f53ee8 100644 --- a/mutiny-wasm/Cargo.toml +++ b/mutiny-wasm/Cargo.toml @@ -2,7 +2,7 @@ cargo-features = ["per-package-target"] [package] name = "mutiny-wasm" -version = "0.4.33" +version = "0.4.34" edition = "2021" authors = ["Tony Giorgio ", "benthecarman "] forced-target = "wasm32-unknown-unknown"