diff --git a/Cargo.lock b/Cargo.lock index 092cbec81..6127ada13 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -864,8 +864,8 @@ checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" [[package]] name = "fedimint-aead" -version = "0.2.2-rc7" -source = "git+https://github.com/fedimint/fedimint?rev=989282cb118c25f6f6dce62d0727f61cfd6ec3d9#989282cb118c25f6f6dce62d0727f61cfd6ec3d9" +version = "0.2.2-rc8" +source = "git+https://github.com/fedimint/fedimint?rev=6a923ee10c3a578cd835044e3fdd94aa5123735a#6a923ee10c3a578cd835044e3fdd94aa5123735a" dependencies = [ "anyhow", "argon2", @@ -876,8 +876,8 @@ dependencies = [ [[package]] name = "fedimint-bip39" -version = "0.2.2-rc7" -source = "git+https://github.com/fedimint/fedimint?rev=989282cb118c25f6f6dce62d0727f61cfd6ec3d9#989282cb118c25f6f6dce62d0727f61cfd6ec3d9" +version = "0.2.2-rc8" +source = "git+https://github.com/fedimint/fedimint?rev=6a923ee10c3a578cd835044e3fdd94aa5123735a#6a923ee10c3a578cd835044e3fdd94aa5123735a" dependencies = [ "bip39", "fedimint-client", @@ -887,8 +887,8 @@ dependencies = [ [[package]] name = "fedimint-bitcoind" -version = "0.2.2-rc7" -source = "git+https://github.com/fedimint/fedimint?rev=989282cb118c25f6f6dce62d0727f61cfd6ec3d9#989282cb118c25f6f6dce62d0727f61cfd6ec3d9" +version = "0.2.2-rc8" +source = "git+https://github.com/fedimint/fedimint?rev=6a923ee10c3a578cd835044e3fdd94aa5123735a#6a923ee10c3a578cd835044e3fdd94aa5123735a" dependencies = [ "anyhow", "async-trait", @@ -907,16 +907,16 @@ dependencies = [ [[package]] name = "fedimint-build" -version = "0.2.2-rc7" -source = "git+https://github.com/fedimint/fedimint?rev=989282cb118c25f6f6dce62d0727f61cfd6ec3d9#989282cb118c25f6f6dce62d0727f61cfd6ec3d9" +version = "0.2.2-rc8" +source = "git+https://github.com/fedimint/fedimint?rev=6a923ee10c3a578cd835044e3fdd94aa5123735a#6a923ee10c3a578cd835044e3fdd94aa5123735a" dependencies = [ "serde_json", ] [[package]] name = "fedimint-client" -version = "0.2.2-rc7" -source = "git+https://github.com/fedimint/fedimint?rev=989282cb118c25f6f6dce62d0727f61cfd6ec3d9#989282cb118c25f6f6dce62d0727f61cfd6ec3d9" +version = "0.2.2-rc8" +source = "git+https://github.com/fedimint/fedimint?rev=6a923ee10c3a578cd835044e3fdd94aa5123735a#6a923ee10c3a578cd835044e3fdd94aa5123735a" dependencies = [ "anyhow", "aquamarine", @@ -945,8 +945,8 @@ dependencies = [ [[package]] name = "fedimint-core" -version = "0.2.2-rc7" -source = "git+https://github.com/fedimint/fedimint?rev=989282cb118c25f6f6dce62d0727f61cfd6ec3d9#989282cb118c25f6f6dce62d0727f61cfd6ec3d9" +version = "0.2.2-rc8" +source = "git+https://github.com/fedimint/fedimint?rev=6a923ee10c3a578cd835044e3fdd94aa5123735a#6a923ee10c3a578cd835044e3fdd94aa5123735a" dependencies = [ "anyhow", "async-lock 2.8.0", @@ -996,8 +996,8 @@ dependencies = [ [[package]] name = "fedimint-derive" -version = "0.2.2-rc7" -source = "git+https://github.com/fedimint/fedimint?rev=989282cb118c25f6f6dce62d0727f61cfd6ec3d9#989282cb118c25f6f6dce62d0727f61cfd6ec3d9" +version = "0.2.2-rc8" +source = "git+https://github.com/fedimint/fedimint?rev=6a923ee10c3a578cd835044e3fdd94aa5123735a#6a923ee10c3a578cd835044e3fdd94aa5123735a" dependencies = [ "itertools 0.11.0", "proc-macro2", @@ -1007,8 +1007,8 @@ dependencies = [ [[package]] name = "fedimint-derive-secret" -version = "0.2.2-rc7" -source = "git+https://github.com/fedimint/fedimint?rev=989282cb118c25f6f6dce62d0727f61cfd6ec3d9#989282cb118c25f6f6dce62d0727f61cfd6ec3d9" +version = "0.2.2-rc8" +source = "git+https://github.com/fedimint/fedimint?rev=6a923ee10c3a578cd835044e3fdd94aa5123735a#6a923ee10c3a578cd835044e3fdd94aa5123735a" dependencies = [ "anyhow", "fedimint-core", @@ -1020,16 +1020,16 @@ dependencies = [ [[package]] name = "fedimint-hkdf" -version = "0.2.2-rc7" -source = "git+https://github.com/fedimint/fedimint?rev=989282cb118c25f6f6dce62d0727f61cfd6ec3d9#989282cb118c25f6f6dce62d0727f61cfd6ec3d9" +version = "0.2.2-rc8" +source = "git+https://github.com/fedimint/fedimint?rev=6a923ee10c3a578cd835044e3fdd94aa5123735a#6a923ee10c3a578cd835044e3fdd94aa5123735a" dependencies = [ "bitcoin_hashes 0.11.0", ] [[package]] name = "fedimint-ln-client" -version = "0.2.2-rc7" -source = "git+https://github.com/fedimint/fedimint?rev=989282cb118c25f6f6dce62d0727f61cfd6ec3d9#989282cb118c25f6f6dce62d0727f61cfd6ec3d9" +version = "0.2.2-rc8" +source = "git+https://github.com/fedimint/fedimint?rev=6a923ee10c3a578cd835044e3fdd94aa5123735a#6a923ee10c3a578cd835044e3fdd94aa5123735a" dependencies = [ "anyhow", "aquamarine", @@ -1062,8 +1062,8 @@ dependencies = [ [[package]] name = "fedimint-ln-common" -version = "0.2.2-rc7" -source = "git+https://github.com/fedimint/fedimint?rev=989282cb118c25f6f6dce62d0727f61cfd6ec3d9#989282cb118c25f6f6dce62d0727f61cfd6ec3d9" +version = "0.2.2-rc8" +source = "git+https://github.com/fedimint/fedimint?rev=6a923ee10c3a578cd835044e3fdd94aa5123735a#6a923ee10c3a578cd835044e3fdd94aa5123735a" dependencies = [ "anyhow", "aquamarine", @@ -1092,8 +1092,8 @@ dependencies = [ [[package]] name = "fedimint-logging" -version = "0.2.2-rc7" -source = "git+https://github.com/fedimint/fedimint?rev=989282cb118c25f6f6dce62d0727f61cfd6ec3d9#989282cb118c25f6f6dce62d0727f61cfd6ec3d9" +version = "0.2.2-rc8" +source = "git+https://github.com/fedimint/fedimint?rev=6a923ee10c3a578cd835044e3fdd94aa5123735a#6a923ee10c3a578cd835044e3fdd94aa5123735a" dependencies = [ "anyhow", "tracing-subscriber", @@ -1101,8 +1101,8 @@ dependencies = [ [[package]] name = "fedimint-mint-client" -version = "0.2.2-rc7" -source = "git+https://github.com/fedimint/fedimint?rev=989282cb118c25f6f6dce62d0727f61cfd6ec3d9#989282cb118c25f6f6dce62d0727f61cfd6ec3d9" +version = "0.2.2-rc8" +source = "git+https://github.com/fedimint/fedimint?rev=6a923ee10c3a578cd835044e3fdd94aa5123735a#6a923ee10c3a578cd835044e3fdd94aa5123735a" dependencies = [ "anyhow", "aquamarine", @@ -1136,8 +1136,8 @@ dependencies = [ [[package]] name = "fedimint-mint-common" -version = "0.2.2-rc7" -source = "git+https://github.com/fedimint/fedimint?rev=989282cb118c25f6f6dce62d0727f61cfd6ec3d9#989282cb118c25f6f6dce62d0727f61cfd6ec3d9" +version = "0.2.2-rc8" +source = "git+https://github.com/fedimint/fedimint?rev=6a923ee10c3a578cd835044e3fdd94aa5123735a#6a923ee10c3a578cd835044e3fdd94aa5123735a" dependencies = [ "anyhow", "async-trait", @@ -1160,8 +1160,8 @@ dependencies = [ [[package]] name = "fedimint-tbs" -version = "0.2.2-rc7" -source = "git+https://github.com/fedimint/fedimint?rev=989282cb118c25f6f6dce62d0727f61cfd6ec3d9#989282cb118c25f6f6dce62d0727f61cfd6ec3d9" +version = "0.2.2-rc8" +source = "git+https://github.com/fedimint/fedimint?rev=6a923ee10c3a578cd835044e3fdd94aa5123735a#6a923ee10c3a578cd835044e3fdd94aa5123735a" dependencies = [ "bitcoin_hashes 0.11.0", "bls12_381", @@ -1197,8 +1197,8 @@ dependencies = [ [[package]] name = "fedimint-wallet-client" -version = "0.2.2-rc7" -source = "git+https://github.com/fedimint/fedimint?rev=989282cb118c25f6f6dce62d0727f61cfd6ec3d9#989282cb118c25f6f6dce62d0727f61cfd6ec3d9" +version = "0.2.2-rc8" +source = "git+https://github.com/fedimint/fedimint?rev=6a923ee10c3a578cd835044e3fdd94aa5123735a#6a923ee10c3a578cd835044e3fdd94aa5123735a" dependencies = [ "anyhow", "aquamarine", @@ -1228,8 +1228,8 @@ dependencies = [ [[package]] name = "fedimint-wallet-common" -version = "0.2.2-rc7" -source = "git+https://github.com/fedimint/fedimint?rev=989282cb118c25f6f6dce62d0727f61cfd6ec3d9#989282cb118c25f6f6dce62d0727f61cfd6ec3d9" +version = "0.2.2-rc8" +source = "git+https://github.com/fedimint/fedimint?rev=6a923ee10c3a578cd835044e3fdd94aa5123735a#6a923ee10c3a578cd835044e3fdd94aa5123735a" dependencies = [ "anyhow", "async-trait", diff --git a/mutiny-core/Cargo.toml b/mutiny-core/Cargo.toml index f1b27184b..d2b9f51e5 100644 --- a/mutiny-core/Cargo.toml +++ b/mutiny-core/Cargo.toml @@ -49,13 +49,13 @@ bincode = "1.3.3" hex = "0.4.3" async-lock = "3.2.0" -fedimint-client = { git = "https://github.com/fedimint/fedimint", rev = "989282cb118c25f6f6dce62d0727f61cfd6ec3d9" } -fedimint-core = { git = "https://github.com/fedimint/fedimint", rev = "989282cb118c25f6f6dce62d0727f61cfd6ec3d9" } -fedimint-wallet-client = { git = "https://github.com/fedimint/fedimint", rev = "989282cb118c25f6f6dce62d0727f61cfd6ec3d9" } -fedimint-mint-client = { git = "https://github.com/fedimint/fedimint", rev = "989282cb118c25f6f6dce62d0727f61cfd6ec3d9" } -fedimint-ln-client = { git = "https://github.com/fedimint/fedimint", rev = "989282cb118c25f6f6dce62d0727f61cfd6ec3d9" } -fedimint-bip39 = { git = "https://github.com/fedimint/fedimint", rev = "989282cb118c25f6f6dce62d0727f61cfd6ec3d9" } -fedimint-ln-common = { git = "https://github.com/fedimint/fedimint", rev = "989282cb118c25f6f6dce62d0727f61cfd6ec3d9" } +fedimint-client = { git = "https://github.com/fedimint/fedimint", rev = "6a923ee10c3a578cd835044e3fdd94aa5123735a" } +fedimint-core = { git = "https://github.com/fedimint/fedimint", rev = "6a923ee10c3a578cd835044e3fdd94aa5123735a" } +fedimint-wallet-client = { git = "https://github.com/fedimint/fedimint", rev = "6a923ee10c3a578cd835044e3fdd94aa5123735a" } +fedimint-mint-client = { git = "https://github.com/fedimint/fedimint", rev = "6a923ee10c3a578cd835044e3fdd94aa5123735a" } +fedimint-ln-client = { git = "https://github.com/fedimint/fedimint", rev = "6a923ee10c3a578cd835044e3fdd94aa5123735a" } +fedimint-bip39 = { git = "https://github.com/fedimint/fedimint", rev = "6a923ee10c3a578cd835044e3fdd94aa5123735a" } +fedimint-ln-common = { git = "https://github.com/fedimint/fedimint", rev = "6a923ee10c3a578cd835044e3fdd94aa5123735a" } base64 = "0.13.0" pbkdf2 = "0.11" diff --git a/mutiny-wasm/Cargo.toml b/mutiny-wasm/Cargo.toml index e8e0875c7..f025cafa9 100644 --- a/mutiny-wasm/Cargo.toml +++ b/mutiny-wasm/Cargo.toml @@ -42,7 +42,7 @@ futures = "0.3.25" urlencoding = "2.1.2" once_cell = "1.18.0" payjoin = { version = "0.13.0", features = ["send", "base64"] } -fedimint-core = { git = "https://github.com/fedimint/fedimint", rev = "989282cb118c25f6f6dce62d0727f61cfd6ec3d9" } +fedimint-core = { git = "https://github.com/fedimint/fedimint", rev = "6a923ee10c3a578cd835044e3fdd94aa5123735a" } # The `console_error_panic_hook` crate provides better debugging of panics by # logging them with `console.error`. This is great for development, but requires