diff --git a/explorer/Cargo.toml b/explorer/Cargo.toml index e75f69953d..587a8be897 100644 --- a/explorer/Cargo.toml +++ b/explorer/Cargo.toml @@ -41,16 +41,16 @@ http-zipkin = "0.3.0" jormungandr-lib = {path = "../jormungandr-lib"} -cardano-legacy-address = {git = "https://github.com/input-output-hk/chain-libs.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"} -chain-crypto = {git = "https://github.com/input-output-hk/chain-libs.git", branch = "master"} -chain-impl-mockchain = {git = "https://github.com/input-output-hk/chain-libs.git", branch = "master"} -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"} -chain-ser = {git = "https://github.com/input-output-hk/chain-libs.git", branch = "master"} -chain-network = {git = "https://github.com/input-output-hk/chain-libs.git", branch = "master"} -imhamt = {git = "https://github.com/input-output-hk/chain-libs.git", branch = "master"} +cardano-legacy-address = {git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9"} +chain-addr = {git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9"} +chain-core = {git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9"} +chain-crypto = {git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9"} +chain-impl-mockchain = {git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9"} +chain-time = {git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9"} +chain-vote = {git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9"} +chain-ser = {git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9"} +chain-network = {git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9"} +imhamt = {git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9"} [features] default = [] diff --git a/jcli/Cargo.toml b/jcli/Cargo.toml index 102e4b6a27..7ebce6910c 100644 --- a/jcli/Cargo.toml +++ b/jcli/Cargo.toml @@ -24,13 +24,13 @@ bech32 = "0.8" hex = "0.4.2" rayon = "1.5" base64 = "0.13.0" -chain-core = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" } -chain-impl-mockchain = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" } -chain-addr = { 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" } -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" } -chain-evm = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master", optional = true } +chain-core = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" } +chain-impl-mockchain = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" } +chain-addr = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" } +chain-crypto = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" } +chain-time = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" } +chain-vote = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" } +chain-evm = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9", optional = true } jormungandr-lib = { path = "../jormungandr-lib" } gtmpl = "0.6.0" ed25519-bip32 = "0.4.1" @@ -53,7 +53,7 @@ predicates = "2.0" quickcheck = "0.9" # FIXME required to work with quickcheck 0.9. Remove after migrating another crate or newer quickcheck rand07 = { package = "rand", version = "0.7" } -chain-impl-mockchain = { 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 = "catalyst-fund9", features = [ "property-test-api" ] } [build-dependencies] versionisator = "1.0.2" diff --git a/jormungandr-lib/Cargo.toml b/jormungandr-lib/Cargo.toml index a23e6db7fe..dd3a424ef4 100644 --- a/jormungandr-lib/Cargo.toml +++ b/jormungandr-lib/Cargo.toml @@ -9,14 +9,14 @@ description = "Data structures and formats used by Jormungandr node API and conf [dependencies] serde = { version = "1.0", features = ["derive"] } serde_with = { version = "1.12", features = ["macros"] } -chain-impl-mockchain = { git = "https://github.com/input-output-hk/chain-libs.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" } -chain-crypto = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" } -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" } -cardano-legacy-address = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" } -typed-bytes = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" } +chain-impl-mockchain = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" } +chain-addr = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" } +chain-core = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" } +chain-crypto = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" } +chain-time = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9"} +chain-vote = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" } +cardano-legacy-address = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" } +typed-bytes = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" } rand = "0.8" rand_core = "0.6" rand_chacha = "0.3" @@ -35,9 +35,9 @@ quickcheck = "0.9" quickcheck_macros = "0.9" # FIXME required to work with quickcheck 0.9. Remove after migrating another crate or newer quickcheck rand07 = { package = "rand", version = "0.7" } -chain-impl-mockchain = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master", features = [ "property-test-api" ] } -chain-addr = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master", features = [ "property-test-api" ] } -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 = "catalyst-fund9", features = [ "property-test-api" ] } +chain-addr = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9", features = [ "property-test-api" ] } +chain-crypto = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9", features = [ "property-test-api" ] } ed25519-bip32 = "0.4.1" serde_yaml = "0.8" serde_json = "1.0" diff --git a/jormungandr/Cargo.toml b/jormungandr/Cargo.toml index 6b172059d9..47c366ea6e 100644 --- a/jormungandr/Cargo.toml +++ b/jormungandr/Cargo.toml @@ -12,17 +12,17 @@ Midgard Serpent edition = "2021" [dependencies] -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" } -chain-crypto = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" } -chain-impl-mockchain = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" } -chain-network = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" } -chain-storage = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" } -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" } -chain-evm = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master", optional = true } -cardano-legacy-address = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" } -imhamt = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" } +chain-addr = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" } +chain-core = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" } +chain-crypto = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" } +chain-impl-mockchain = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" } +chain-network = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" } +chain-storage = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" } +chain-time = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" } +chain-vote = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" } +chain-evm = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9", optional = true } +cardano-legacy-address = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" } +imhamt = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" } arc-swap = "^1.5.0" async-trait = "0.1.51" @@ -69,9 +69,9 @@ reqwest = { version = "0.11", default-features = false, features = ["rustls-tls tokio = { version = "^1.15", features = ["full"] } quickcheck = "0.9" quickcheck_macros = "0.9" -chain-impl-mockchain = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master", features = [ "property-test-api" ] } -chain-addr = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master", features = [ "property-test-api" ] } -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 = "catalyst-fund9", features = [ "property-test-api" ] } +chain-addr = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9", features = [ "property-test-api" ] } +chain-crypto = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9", features = [ "property-test-api" ] } criterion = { version = "0.3", features = ["html_reports", "async_tokio"] } [[bench]] diff --git a/modules/blockchain/Cargo.toml b/modules/blockchain/Cargo.toml index 8055e8a43e..d1f0b9bfa1 100644 --- a/modules/blockchain/Cargo.toml +++ b/modules/blockchain/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Nicolas Di Prima "] edition = "2021" [dependencies] -chain-impl-mockchain = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" } -chain-time = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master"} +chain-impl-mockchain = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" } +chain-time = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9"} thiserror = "1.0.30" lru = "0.7" diff --git a/testing/hersir/Cargo.toml b/testing/hersir/Cargo.toml index f1b578ee6f..70b838532b 100644 --- a/testing/hersir/Cargo.toml +++ b/testing/hersir/Cargo.toml @@ -10,10 +10,10 @@ edition = "2021" assert_fs = "1.0" custom_debug = "0.5" ctrlc = "3.2.1" -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-addr = { 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" } +chain-core = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" } +chain-crypto = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9", features = [ "property-test-api" ] } +chain-addr = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9", features = [ "property-test-api" ] } +chain-impl-mockchain = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" } indicatif = "0.15" jormungandr-automation = { path = "../jormungandr-automation" } jormungandr-lib = { path = "../../jormungandr-lib" } diff --git a/testing/jormungandr-automation/Cargo.toml b/testing/jormungandr-automation/Cargo.toml index c3b79ff3e2..82819186ff 100644 --- a/testing/jormungandr-automation/Cargo.toml +++ b/testing/jormungandr-automation/Cargo.toml @@ -17,15 +17,15 @@ bech32 = "0.8" bytesize = "1.1.0" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -chain-impl-mockchain = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master", features = [ "property-test-api" ] } -chain-addr = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master", features = [ "property-test-api" ] } -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-time = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" } -chain-storage = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master", features = ["with-bench"] } -chain-vote = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" } -cardano-legacy-address = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" } -typed-bytes = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" } +chain-impl-mockchain = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9", features = [ "property-test-api" ] } +chain-addr = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9", features = [ "property-test-api" ] } +chain-core = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" } +chain-crypto = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9", features = [ "property-test-api" ] } +chain-time = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" } +chain-storage = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9", features = ["with-bench"] } +chain-vote = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" } +cardano-legacy-address = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" } +typed-bytes = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" } jormungandr-lib = { path = "../../jormungandr-lib" } jortestkit = { git = "https://github.com/input-output-hk/jortestkit.git", branch = "master" } rand = "0.8" diff --git a/testing/jormungandr-integration-tests/Cargo.toml b/testing/jormungandr-integration-tests/Cargo.toml index a46308413a..127287348a 100644 --- a/testing/jormungandr-integration-tests/Cargo.toml +++ b/testing/jormungandr-integration-tests/Cargo.toml @@ -12,12 +12,12 @@ tokio = { version = "1.15", features = ["macros", "time"] } futures = "0.3.21" base64 = "0.13" hex = "0.4.2" -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" } -chain-crypto = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" } -chain-impl-mockchain = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" } -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" } +chain-addr = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" } +chain-core = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" } +chain-crypto = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" } +chain-impl-mockchain = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" } +chain-time = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" } +chain-vote = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" } jormungandr-lib = { path = "../../jormungandr-lib" } hersir = { path = "../hersir" } loki = { path = "../loki" } diff --git a/testing/loki/Cargo.toml b/testing/loki/Cargo.toml index 2920aceda4..c1b84db191 100644 --- a/testing/loki/Cargo.toml +++ b/testing/loki/Cargo.toml @@ -7,10 +7,10 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -chain-addr = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master", features = [ "property-test-api" ] } -chain-crypto = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master", features = [ "property-test-api" ] } -chain-core = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" } -chain-impl-mockchain = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" } +chain-addr = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9", features = [ "property-test-api" ] } +chain-crypto = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9", features = [ "property-test-api" ] } +chain-core = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" } +chain-impl-mockchain = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" } jormungandr-automation = { path = "../jormungandr-automation" } jormungandr-lib = { path = "../../jormungandr-lib" } thor = {path = "../thor"} diff --git a/testing/mjolnir/Cargo.toml b/testing/mjolnir/Cargo.toml index b02ee46e99..1b4cf857a8 100644 --- a/testing/mjolnir/Cargo.toml +++ b/testing/mjolnir/Cargo.toml @@ -16,13 +16,13 @@ thiserror = "1.0" structopt = "^0.3" assert_fs = "1.0" indicatif = "0.15" -chain-impl-mockchain = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master", features = [ "property-test-api" ] } -chain-addr = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master", features = [ "property-test-api" ] } -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-time = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" } -chain-storage = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master", features = ["with-bench"] } -chain-vote = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" } +chain-impl-mockchain = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9", features = [ "property-test-api" ] } +chain-addr = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9", features = [ "property-test-api" ] } +chain-core = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" } +chain-crypto = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9", features = [ "property-test-api" ] } +chain-time = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" } +chain-storage = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9", features = ["with-bench"] } +chain-vote = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" } tokio = { version = "1.15", features = ["macros"] } thor = { path = "../thor" } loki = { path = "../loki" } diff --git a/testing/thor/Cargo.toml b/testing/thor/Cargo.toml index 0197e022bd..d0f06272e7 100644 --- a/testing/thor/Cargo.toml +++ b/testing/thor/Cargo.toml @@ -10,12 +10,12 @@ jcli = { path = "../../jcli" } jormungandr-lib = { path = "../../jormungandr-lib" } jormungandr-automation = { path = "../jormungandr-automation" } jortestkit = { git = "https://github.com/input-output-hk/jortestkit.git", branch = "master" } -chain-impl-mockchain = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master", features = [ "property-test-api" ] } -chain-addr = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master", features = [ "property-test-api" ] } -chain-crypto = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master", features = [ "property-test-api" ] } -chain-core = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" } +chain-impl-mockchain = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9", features = [ "property-test-api" ] } +chain-addr = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9", features = [ "property-test-api" ] } +chain-crypto = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9", features = [ "property-test-api" ] } +chain-core = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" } assert_fs = "1.0" -chain-vote = { 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 = "catalyst-fund9" } serde = { version = "1.0", features = ["derive"] } cocoon = { git = "https://github.com/dkijania/cocoon.git" } dirs = "4.0.0"