Skip to content

Commit

Permalink
because CHC became a feature remove certain lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Connoropolous committed Sep 15, 2023
1 parent 371ad11 commit 4f377f8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@ futures = "0.3"
human-panic = "1.0.3"
tracing = "0.1.26"
one_err = "0.0.8"
sodoken = "=0.0.9"
sodoken = "0.0.9"
tokio = { version = "1.28", features = ["full"] }
observability = "0.1.3"
either = "1.5.0"
holochain_util = "=0.2.2"
holochain_p2p = "=0.2.2"
holochain_types = "=0.2.2"
holochain_zome_types = "=0.2.2"
holochain_keystore = "=0.2.2"
holochain = "=0.2.2"
hdk = "=0.2.2"
contrafact = "=0.2.0-rc.1"
holochain_util = "0.2.2"
holochain_p2p = "0.2.2"
holochain_types = "0.2.2"
holochain_zome_types = "0.2.2"
holochain_keystore = "0.2.2"
holochain = "0.2.2"
hdk = "0.2.2"
contrafact = "0.2.0-rc.1"
# termination feature enables handling of SIGTERM events as well on unix
ctrlc = { version = "3.2.0", features = ["termination"] }

Expand Down
1 change: 0 additions & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,5 @@ pub fn conductor_config(
}]),
network: Some(network_config),
tracing_override: None,
chc_url: None,
}
}
1 change: 0 additions & 1 deletion src/install_enable.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ pub async fn install_app(
installed_app_id: Some(app_id),
membrane_proofs: HashMap::new(),
network_seed,
ignore_genesis_failure: false,
};
conductor_handle
.clone()
Expand Down

0 comments on commit 4f377f8

Please sign in to comment.