Skip to content

Commit

Permalink
temporarily point dependency to jormungandr branch
Browse files Browse the repository at this point in the history
  • Loading branch information
dkijania committed Jan 26, 2022
1 parent 30a9f24 commit def71bf
Show file tree
Hide file tree
Showing 8 changed files with 146 additions and 134 deletions.
222 changes: 117 additions & 105 deletions Cargo.lock

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions iapyx/Cargo.toml
Expand Up @@ -25,12 +25,12 @@ rand_core = "0.6"
itertools = "0.9.0"
cryptoxide = "0.3.2"
ed25519-bip32 = "^0.3.1"
jormungandr-lib = { git = "https://github.com/input-output-hk/jormungandr.git", branch = "master" }
jormungandr-automation = { git = "https://github.com/input-output-hk/jormungandr.git", branch = "master" }
thor = { git = "https://github.com/input-output-hk/jormungandr.git", branch = "master" }
hersir = { git = "https://github.com/input-output-hk/jormungandr.git", branch = "master" }
jormungandr-lib = { git = "https://github.com/input-output-hk/jormungandr.git", branch = "port_update_proposals_test" }
jormungandr-automation = { git = "https://github.com/input-output-hk/jormungandr.git", branch = "port_update_proposals_test" }
thor = { git = "https://github.com/input-output-hk/jormungandr.git", branch = "port_update_proposals_test" }
hersir = { git = "https://github.com/input-output-hk/jormungandr.git", branch = "port_update_proposals_test" }
jortestkit = { git = "https://github.com/input-output-hk/jortestkit.git", branch = "master" }
catalyst-toolbox = { git = "https://github.com/enzoc4/catalyst-toolbox.git", branch = "update-dependencies"}
catalyst-toolbox = { git = "https://github.com/input-output-hk/catalyst-toolbox.git", branch = "update-dependencies"}
valgrind = { path = "../valgrind"}
hyper = "0.13.6"
thiserror = "1.0"
Expand Down
16 changes: 8 additions & 8 deletions integration-tests/Cargo.toml
Expand Up @@ -7,13 +7,13 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
jormungandr-lib = { git ="https://github.com/input-output-hk/jormungandr.git", branch = "master" }
jormungandr-automation = { git ="https://github.com/input-output-hk/jormungandr.git", branch = "master" }
thor = { git ="https://github.com/input-output-hk/jormungandr.git", branch = "master" }
hersir = { git ="https://github.com/input-output-hk/jormungandr.git", branch = "master" }
jcli = { git ="https://github.com/input-output-hk/jormungandr.git", branch = "master" }
vit-servicing-station-tests = { git = "https://github.com/input-output-hk/vit-servicing-station.git", branch = "master" }
vit-servicing-station-lib = { git = "https://github.com/input-output-hk/vit-servicing-station.git", branch = "master" }
jormungandr-lib = { git ="https://github.com/input-output-hk/jormungandr.git", branch = "port_update_proposals_test" }
jormungandr-automation = { git ="https://github.com/input-output-hk/jormungandr.git", branch = "port_update_proposals_test" }
thor = { git ="https://github.com/input-output-hk/jormungandr.git", branch = "port_update_proposals_test" }
hersir = { git ="https://github.com/input-output-hk/jormungandr.git", branch = "port_update_proposals_test" }
jcli = { git ="https://github.com/input-output-hk/jormungandr.git", branch = "port_update_proposals_test" }
vit-servicing-station-tests = { git = "https://github.com/input-output-hk/vit-servicing-station.git", branch = "port-catalyst-fund7" }
vit-servicing-station-lib = { git = "https://github.com/input-output-hk/vit-servicing-station.git", branch = "port-catalyst-fund7" }
jortestkit = { git = "https://github.com/input-output-hk/jortestkit.git", branch="master" }
chain-addr = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" }
chain-core = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" }
Expand All @@ -27,7 +27,7 @@ registration-service = { path = "../registration-service" }
rand_chacha = "0.2"
tokio = { version = "1.1", features = ["macros","rt","rt-multi-thread"] }
chain-impl-mockchain = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master", features = [ "property-test-api" ] }
catalyst-toolbox = { git = "https://github.com/enzoc4/catalyst-toolbox.git", branch = "update-dependencies" }
catalyst-toolbox = { git = "https://github.com/input-output-hk/catalyst-toolbox.git", branch = "update-dependencies" }
thiserror = "1.0"
rand = "0.8"
libmath = "0.2.1"
Expand Down
4 changes: 2 additions & 2 deletions registration-service/Cargo.toml
Expand Up @@ -12,8 +12,8 @@ chrono = "0.4"
walkdir = "2.3.1"
structopt = "0.3"
jortestkit = { git = "https://github.com/input-output-hk/jortestkit.git", branch= "master" }
jormungandr-integration-tests = { git = "https://github.com/input-output-hk/jormungandr.git", branch = "master" }
jormungandr-automation = { git = "https://github.com/input-output-hk/jormungandr.git", branch = "master" }
jormungandr-integration-tests = { git = "https://github.com/input-output-hk/jormungandr.git", branch = "port_update_proposals_test" }
jormungandr-automation = { git = "https://github.com/input-output-hk/jormungandr.git", branch = "port_update_proposals_test" }

futures = "0.3.8"
serde = { version = "1", features = ["derive"] }
Expand Down
4 changes: 2 additions & 2 deletions registration-verify-service/Cargo.toml
Expand Up @@ -11,8 +11,8 @@ chrono = "0.4"
walkdir = "2.3.1"
structopt = "0.3"
jortestkit = { git = "https://github.com/input-output-hk/jortestkit.git", branch= "master" }
jormungandr-integration-tests = { git = "https://github.com/input-output-hk/jormungandr.git", branch = "master" }
jormungandr-lib = { git = "https://github.com/input-output-hk/jormungandr.git", branch = "master" }
jormungandr-integration-tests = { git = "https://github.com/input-output-hk/jormungandr.git", branch = "port_update_proposals_test" }
jormungandr-lib = { git = "https://github.com/input-output-hk/jormungandr.git", branch = "port_update_proposals_test" }
futures = "0.3.8"
snapshot-trigger-service = { path = "../snapshot-trigger-service" }
serde = { version = "1", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion snapshot-trigger-service/Cargo.toml
Expand Up @@ -12,7 +12,7 @@ chrono = "0.4"
walkdir = "2.3.1"
structopt = "0.3"
jortestkit = { git = "https://github.com/input-output-hk/jortestkit.git", branch= "master" }
jormungandr-lib = { git = "https://github.com/input-output-hk/jormungandr.git", branch = "master" }
jormungandr-lib = { git = "https://github.com/input-output-hk/jormungandr.git", branch = "port_update_proposals_test" }
chain-addr = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" }
futures = "0.3.8"
assert_fs = "1.0"
Expand Down
8 changes: 4 additions & 4 deletions valgrind/Cargo.toml
Expand Up @@ -6,8 +6,8 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
jormungandr-lib = { git = "https://github.com/input-output-hk/jormungandr.git", branch = "master" }
jormungandr-automation = { git = "https://github.com/input-output-hk/jormungandr.git", branch = "master" }
jormungandr-lib = { git = "https://github.com/input-output-hk/jormungandr.git", branch = "port_update_proposals_test" }
jormungandr-automation = { git = "https://github.com/input-output-hk/jormungandr.git", branch = "port_update_proposals_test" }
wallet = { git = "https://github.com/input-output-hk/chain-wallet-libs.git", branch = "master" }
wallet-core = { git = "https://github.com/input-output-hk/chain-wallet-libs.git", branch = "master" }
hex = "0.4"
Expand All @@ -22,8 +22,8 @@ serde_json = "1.0"
warp-reverse-proxy = "0.3.2"
structopt = "0.3"
jortestkit = { git = "https://github.com/input-output-hk/jortestkit.git", branch = "master" }
vit-servicing-station-lib = { git = "https://github.com/input-output-hk/vit-servicing-station.git", branch = "master" }
vit-servicing-station-tests = { git = "https://github.com/input-output-hk/vit-servicing-station.git", branch = "master" }
vit-servicing-station-tests = { git = "https://github.com/input-output-hk/vit-servicing-station.git", branch = "port-catalyst-fund7" }
vit-servicing-station-lib = { git = "https://github.com/input-output-hk/vit-servicing-station.git", branch = "port-catalyst-fund7" }
chain-core = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" }
chain-crypto = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master", features = [ "property-test-api" ] }
chain-impl-mockchain = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master", features = [ "property-test-api" ] }
Expand Down
14 changes: 7 additions & 7 deletions vitup/Cargo.toml
Expand Up @@ -20,14 +20,14 @@ chain-addr = { git = "https://github.com/input-output-hk/chain-libs.gi
chain-impl-mockchain = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master", features = [ "property-test-api" ] }
chain-time = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" }
chain-vote = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" }
jormungandr-lib = { git = "https://github.com/input-output-hk/jormungandr.git", branch = "master" }
jormungandr-automation = { git = "https://github.com/input-output-hk/jormungandr.git", branch = "master" }
thor = { git = "https://github.com/input-output-hk/jormungandr.git", branch = "master" }
hersir = { git = "https://github.com/input-output-hk/jormungandr.git", branch = "master" }
jormungandr-lib = { git = "https://github.com/input-output-hk/jormungandr.git", branch = "port_update_proposals_test" }
jormungandr-automation = { git = "https://github.com/input-output-hk/jormungandr.git", branch = "port_update_proposals_test" }
thor = { git = "https://github.com/input-output-hk/jormungandr.git", branch = "port_update_proposals_test" }
hersir = { git = "https://github.com/input-output-hk/jormungandr.git", branch = "port_update_proposals_test" }
jortestkit = { git = "https://github.com/input-output-hk/jortestkit.git", branch = "master" }
vit-servicing-station-tests = { git = "https://github.com/input-output-hk/vit-servicing-station.git", branch = "master" }
vit-servicing-station-lib = { git = "https://github.com/input-output-hk/vit-servicing-station.git", branch = "master" }
catalyst-toolbox = { git = "https://github.com/enzoc4/catalyst-toolbox.git", branch = "update-dependencies" }
vit-servicing-station-tests = { git = "https://github.com/input-output-hk/vit-servicing-station.git", branch = "port-catalyst-fund7" }
vit-servicing-station-lib = { git = "https://github.com/input-output-hk/vit-servicing-station.git", branch = "port-catalyst-fund7" }
catalyst-toolbox = { git = "https://github.com/input-output-hk/catalyst-toolbox.git", branch = "update-dependencies" }
valgrind = { path = "../valgrind" }
poldercast = { git = "https://github.com/primetype/poldercast.git", rev = "8305f1560392a9d26673ca996e7646c8834533ef" }
rand = "0.8"
Expand Down

0 comments on commit def71bf

Please sign in to comment.