From 7bf30d973a9c456eb755c36b821d35a2d916770d Mon Sep 17 00:00:00 2001 From: Shoaib Ahmed Date: Tue, 7 May 2024 15:20:11 -0700 Subject: [PATCH] Update bisenzone git deps (#71) --- Cargo.lock | 6 +++--- enclaves/quartz/Cargo.toml | 6 +++--- utils/quartz-relayer/Cargo.toml | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ff6b1a4..2b90797 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -875,7 +875,7 @@ dependencies = [ [[package]] name = "cw-tee-mtcs" version = "0.1.0" -source = "git+ssh://git@github.com/informalsystems/bisenzone-cw-mvp.git?branch=hu55a1n1/ljubljana-retreat#77d1f741b90c5f18019e8498edecaeeb16dfadda" +source = "git+ssh://git@github.com/informalsystems/bisenzone-cw-mvp.git#c22ad69496e3c07a21a7e3a2e698d17693567b4a" dependencies = [ "cosmwasm-schema", "cosmwasm-std", @@ -2710,7 +2710,7 @@ dependencies = [ [[package]] name = "quartz-cw" version = "0.1.0" -source = "git+ssh://git@github.com/informalsystems/bisenzone-cw-mvp.git?branch=hu55a1n1/ljubljana-retreat#77d1f741b90c5f18019e8498edecaeeb16dfadda" +source = "git+ssh://git@github.com/informalsystems/bisenzone-cw-mvp.git#c22ad69496e3c07a21a7e3a2e698d17693567b4a" dependencies = [ "cosmwasm-schema", "cosmwasm-std", @@ -2790,7 +2790,7 @@ dependencies = [ [[package]] name = "quartz-tee-ra" version = "0.1.0" -source = "git+ssh://git@github.com/informalsystems/bisenzone-cw-mvp.git?branch=hu55a1n1/ljubljana-retreat#77d1f741b90c5f18019e8498edecaeeb16dfadda" +source = "git+ssh://git@github.com/informalsystems/bisenzone-cw-mvp.git#c22ad69496e3c07a21a7e3a2e698d17693567b4a" dependencies = [ "cosmwasm-schema", "cosmwasm-std", diff --git a/enclaves/quartz/Cargo.toml b/enclaves/quartz/Cargo.toml index d5598f3..217d661 100644 --- a/enclaves/quartz/Cargo.toml +++ b/enclaves/quartz/Cargo.toml @@ -20,13 +20,13 @@ tonic = "0.11" tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } cw-proof = { path = "../../utils/cw-proof" } -cw-tee-mtcs = { git = "ssh://git@github.com/informalsystems/bisenzone-cw-mvp.git", branch = "hu55a1n1/ljubljana-retreat" } +cw-tee-mtcs = { git = "ssh://git@github.com/informalsystems/bisenzone-cw-mvp.git" } cycles-sync = { path = "../../utils/cycles-sync" } mtcs = { git = "ssh://git@github.com/informalsystems/mtcs.git" } -quartz-cw = { git = "ssh://git@github.com/informalsystems/bisenzone-cw-mvp.git", branch = "hu55a1n1/ljubljana-retreat" } +quartz-cw = { git = "ssh://git@github.com/informalsystems/bisenzone-cw-mvp.git" } quartz-proto = { path = "../../utils/quartz-proto" } quartz-relayer = { path = "../../utils/quartz-relayer" } -quartz-tee-ra = { git = "ssh://git@github.com/informalsystems/bisenzone-cw-mvp.git", branch = "hu55a1n1/ljubljana-retreat" } +quartz-tee-ra = { git = "ssh://git@github.com/informalsystems/bisenzone-cw-mvp.git" } tm-stateless-verifier = { path = "../../utils/tm-stateless-verifier" } hex = "0.4.3" diff --git a/utils/quartz-relayer/Cargo.toml b/utils/quartz-relayer/Cargo.toml index dc55798..44cd2f4 100644 --- a/utils/quartz-relayer/Cargo.toml +++ b/utils/quartz-relayer/Cargo.toml @@ -20,6 +20,6 @@ thiserror = "1.0.38" tonic = "=0.8.3" tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } -quartz-cw = { git = "ssh://git@github.com/informalsystems/bisenzone-cw-mvp.git", branch = "hu55a1n1/ljubljana-retreat" } -quartz-tee-ra = { git = "ssh://git@github.com/informalsystems/bisenzone-cw-mvp.git", branch = "hu55a1n1/ljubljana-retreat" } +quartz-cw = { git = "ssh://git@github.com/informalsystems/bisenzone-cw-mvp.git" } +quartz-tee-ra = { git = "ssh://git@github.com/informalsystems/bisenzone-cw-mvp.git" } quartz-proto = { path = "../../utils/quartz-proto" }