Skip to content

Commit

Permalink
remove overdraft import to prevent ci errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dangush committed Jul 26, 2024
1 parent cf266d2 commit afc41f3
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 242 deletions.
73 changes: 0 additions & 73 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions apps/mtcs/scripts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ path = "src/bin/handshake.rs"
name = "deploy"
path = "src/bin/deploy.rs"

[[bin]]
name = "mc"
path = "src/bin/deploy-mc.rs"

[dependencies]
clap.workspace = true
color-eyre.workspace = true
Expand Down Expand Up @@ -58,6 +54,5 @@ cycles-sync = { workspace = true}
tm-prover = { workspace = true}
quartz-common = { workspace = true, features=["contract"]}
quartz-tee-ra = { workspace = true}
mtcs-overdraft = { path = "../../../../cycles-protocol/contracts/overdraft"}
mtcs-enclave = { path = "../enclave", optional = false}
regex = "1.10.5"
163 changes: 0 additions & 163 deletions apps/mtcs/scripts/src/bin/deploy-mc.rs

This file was deleted.

1 change: 0 additions & 1 deletion apps/mtcs/scripts/src/bin/listen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ use cw_tee_mtcs::{
use cycles_sync::wasmd_client::{CliWasmdClient, QueryResult, WasmdClient};
use futures_util::stream::StreamExt;
use mtcs_enclave::proto::{clearing_client::ClearingClient, RunClearingRequest};
use mtcs_overdraft::msg::{QueryMembersResp, QueryMsg::DumpMembers};
use quartz_common::contract::msg::execute::attested::{
EpidAttestation, RawAttested, RawAttestedMsgSansHandler,
};
Expand Down

0 comments on commit afc41f3

Please sign in to comment.