Skip to content

Commit 6da11eb

Browse files
committed
Merge branch 'fund9-release' into catalyst-fund9
2 parents eda3ddf + 14dcc12 commit 6da11eb

File tree

11 files changed

+80
-80
lines changed

11 files changed

+80
-80
lines changed

explorer/Cargo.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,16 @@ http-zipkin = "0.3.0"
4141

4242
jormungandr-lib = {path = "../jormungandr-lib"}
4343

44-
cardano-legacy-address = {git = "https://github.com/input-output-hk/chain-libs.git", branch = "master"}
45-
chain-addr = {git = "https://github.com/input-output-hk/chain-libs.git", branch = "master"}
46-
chain-core = {git = "https://github.com/input-output-hk/chain-libs.git", branch = "master"}
47-
chain-crypto = {git = "https://github.com/input-output-hk/chain-libs.git", branch = "master"}
48-
chain-impl-mockchain = {git = "https://github.com/input-output-hk/chain-libs.git", branch = "master"}
49-
chain-time = {git = "https://github.com/input-output-hk/chain-libs.git", branch = "master"}
50-
chain-vote = {git = "https://github.com/input-output-hk/chain-libs.git", branch = "master"}
51-
chain-ser = {git = "https://github.com/input-output-hk/chain-libs.git", branch = "master"}
52-
chain-network = {git = "https://github.com/input-output-hk/chain-libs.git", branch = "master"}
53-
imhamt = {git = "https://github.com/input-output-hk/chain-libs.git", branch = "master"}
44+
cardano-legacy-address = {git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9"}
45+
chain-addr = {git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9"}
46+
chain-core = {git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9"}
47+
chain-crypto = {git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9"}
48+
chain-impl-mockchain = {git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9"}
49+
chain-time = {git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9"}
50+
chain-vote = {git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9"}
51+
chain-ser = {git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9"}
52+
chain-network = {git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9"}
53+
imhamt = {git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9"}
5454

5555
[features]
5656
default = []

jcli/Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ bech32 = "0.8"
2424
hex = "0.4.2"
2525
rayon = "1.5"
2626
base64 = "0.13.0"
27-
chain-core = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" }
28-
chain-impl-mockchain = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" }
29-
chain-addr = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" }
30-
chain-crypto = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" }
31-
chain-time = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" }
32-
chain-vote = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" }
33-
chain-evm = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master", optional = true }
27+
chain-core = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" }
28+
chain-impl-mockchain = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" }
29+
chain-addr = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" }
30+
chain-crypto = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" }
31+
chain-time = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" }
32+
chain-vote = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" }
33+
chain-evm = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9", optional = true }
3434
jormungandr-lib = { path = "../jormungandr-lib" }
3535
gtmpl = "0.6.0"
3636
ed25519-bip32 = "0.4.1"
@@ -53,7 +53,7 @@ predicates = "2.0"
5353
quickcheck = "0.9"
5454
# FIXME required to work with quickcheck 0.9. Remove after migrating another crate or newer quickcheck
5555
rand07 = { package = "rand", version = "0.7" }
56-
chain-impl-mockchain = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master", features = [ "property-test-api" ] }
56+
chain-impl-mockchain = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9", features = [ "property-test-api" ] }
5757

5858
[build-dependencies]
5959
versionisator = "1.0.2"

jormungandr-lib/Cargo.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ description = "Data structures and formats used by Jormungandr node API and conf
99
[dependencies]
1010
serde = { version = "1.0", features = ["derive"] }
1111
serde_with = { version = "1.12", features = ["macros"] }
12-
chain-impl-mockchain = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" }
13-
chain-addr = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" }
14-
chain-core = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" }
15-
chain-crypto = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" }
16-
chain-time = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master"}
17-
chain-vote = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" }
18-
cardano-legacy-address = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" }
19-
typed-bytes = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" }
12+
chain-impl-mockchain = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" }
13+
chain-addr = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" }
14+
chain-core = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" }
15+
chain-crypto = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" }
16+
chain-time = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9"}
17+
chain-vote = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" }
18+
cardano-legacy-address = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" }
19+
typed-bytes = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" }
2020
rand = "0.8"
2121
rand_core = "0.6"
2222
rand_chacha = "0.3"
@@ -35,9 +35,9 @@ quickcheck = "0.9"
3535
quickcheck_macros = "0.9"
3636
# FIXME required to work with quickcheck 0.9. Remove after migrating another crate or newer quickcheck
3737
rand07 = { package = "rand", version = "0.7" }
38-
chain-impl-mockchain = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master", features = [ "property-test-api" ] }
39-
chain-addr = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master", features = [ "property-test-api" ] }
40-
chain-crypto = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master", features = [ "property-test-api" ] }
38+
chain-impl-mockchain = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9", features = [ "property-test-api" ] }
39+
chain-addr = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9", features = [ "property-test-api" ] }
40+
chain-crypto = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9", features = [ "property-test-api" ] }
4141
ed25519-bip32 = "0.4.1"
4242
serde_yaml = "0.8"
4343
serde_json = "1.0"

jormungandr/Cargo.toml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ Midgard Serpent
1212
edition = "2021"
1313

1414
[dependencies]
15-
chain-addr = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" }
16-
chain-core = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" }
17-
chain-crypto = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" }
18-
chain-impl-mockchain = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" }
19-
chain-network = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" }
20-
chain-storage = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" }
21-
chain-time = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" }
22-
chain-vote = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" }
23-
chain-evm = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master", optional = true }
24-
cardano-legacy-address = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" }
25-
imhamt = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" }
15+
chain-addr = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" }
16+
chain-core = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" }
17+
chain-crypto = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" }
18+
chain-impl-mockchain = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" }
19+
chain-network = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" }
20+
chain-storage = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" }
21+
chain-time = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" }
22+
chain-vote = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" }
23+
chain-evm = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9", optional = true }
24+
cardano-legacy-address = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" }
25+
imhamt = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" }
2626

2727
arc-swap = "^1.5.0"
2828
async-trait = "0.1.51"
@@ -69,9 +69,9 @@ reqwest = { version = "0.11", default-features = false, features = ["rustls-tls
6969
tokio = { version = "^1.15", features = ["full"] }
7070
quickcheck = "0.9"
7171
quickcheck_macros = "0.9"
72-
chain-impl-mockchain = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master", features = [ "property-test-api" ] }
73-
chain-addr = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master", features = [ "property-test-api" ] }
74-
chain-crypto = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master", features = [ "property-test-api" ] }
72+
chain-impl-mockchain = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9", features = [ "property-test-api" ] }
73+
chain-addr = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9", features = [ "property-test-api" ] }
74+
chain-crypto = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9", features = [ "property-test-api" ] }
7575
criterion = { version = "0.3", features = ["html_reports", "async_tokio"] }
7676

7777
[[bench]]

modules/blockchain/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Nicolas Di Prima <[email protected]>"]
55
edition = "2021"
66

77
[dependencies]
8-
chain-impl-mockchain = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" }
9-
chain-time = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master"}
8+
chain-impl-mockchain = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" }
9+
chain-time = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9"}
1010
thiserror = "1.0.30"
1111
lru = "0.7"

testing/hersir/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ edition = "2021"
1010
assert_fs = "1.0"
1111
custom_debug = "0.5"
1212
ctrlc = "3.2.1"
13-
chain-core = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" }
14-
chain-crypto = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master", features = [ "property-test-api" ] }
15-
chain-addr = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master", features = [ "property-test-api" ] }
16-
chain-impl-mockchain = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" }
13+
chain-core = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" }
14+
chain-crypto = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9", features = [ "property-test-api" ] }
15+
chain-addr = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9", features = [ "property-test-api" ] }
16+
chain-impl-mockchain = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" }
1717
indicatif = "0.15"
1818
jormungandr-automation = { path = "../jormungandr-automation" }
1919
jormungandr-lib = { path = "../../jormungandr-lib" }

testing/jormungandr-automation/Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ bech32 = "0.8"
1717
bytesize = "1.1.0"
1818
serde = { version = "1.0", features = ["derive"] }
1919
serde_json = "1.0"
20-
chain-impl-mockchain = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master", features = [ "property-test-api" ] }
21-
chain-addr = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master", features = [ "property-test-api" ] }
22-
chain-core = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" }
23-
chain-crypto = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master", features = [ "property-test-api" ] }
24-
chain-time = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" }
25-
chain-storage = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master", features = ["with-bench"] }
26-
chain-vote = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" }
27-
cardano-legacy-address = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" }
28-
typed-bytes = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" }
20+
chain-impl-mockchain = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9", features = [ "property-test-api" ] }
21+
chain-addr = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9", features = [ "property-test-api" ] }
22+
chain-core = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" }
23+
chain-crypto = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9", features = [ "property-test-api" ] }
24+
chain-time = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" }
25+
chain-storage = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9", features = ["with-bench"] }
26+
chain-vote = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" }
27+
cardano-legacy-address = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" }
28+
typed-bytes = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" }
2929
jormungandr-lib = { path = "../../jormungandr-lib" }
3030
jortestkit = { git = "https://github.com/input-output-hk/jortestkit.git", branch = "master" }
3131
rand = "0.8"

testing/jormungandr-integration-tests/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ tokio = { version = "1.15", features = ["macros", "time"] }
1212
futures = "0.3.21"
1313
base64 = "0.13"
1414
hex = "0.4.2"
15-
chain-addr = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" }
16-
chain-core = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" }
17-
chain-crypto = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" }
18-
chain-impl-mockchain = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" }
19-
chain-time = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" }
20-
chain-vote = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" }
15+
chain-addr = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" }
16+
chain-core = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" }
17+
chain-crypto = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" }
18+
chain-impl-mockchain = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" }
19+
chain-time = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" }
20+
chain-vote = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" }
2121
jormungandr-lib = { path = "../../jormungandr-lib" }
2222
hersir = { path = "../hersir" }
2323
loki = { path = "../loki" }

testing/loki/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ edition = "2021"
77
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
88

99
[dependencies]
10-
chain-addr = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master", features = [ "property-test-api" ] }
11-
chain-crypto = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master", features = [ "property-test-api" ] }
12-
chain-core = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" }
13-
chain-impl-mockchain = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" }
10+
chain-addr = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9", features = [ "property-test-api" ] }
11+
chain-crypto = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9", features = [ "property-test-api" ] }
12+
chain-core = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" }
13+
chain-impl-mockchain = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" }
1414
jormungandr-automation = { path = "../jormungandr-automation" }
1515
jormungandr-lib = { path = "../../jormungandr-lib" }
1616
thor = {path = "../thor"}

testing/mjolnir/Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ thiserror = "1.0"
1616
structopt = "^0.3"
1717
assert_fs = "1.0"
1818
indicatif = "0.15"
19-
chain-impl-mockchain = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master", features = [ "property-test-api" ] }
20-
chain-addr = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master", features = [ "property-test-api" ] }
21-
chain-core = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" }
22-
chain-crypto = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master", features = [ "property-test-api" ] }
23-
chain-time = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" }
24-
chain-storage = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master", features = ["with-bench"] }
25-
chain-vote = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" }
19+
chain-impl-mockchain = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9", features = [ "property-test-api" ] }
20+
chain-addr = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9", features = [ "property-test-api" ] }
21+
chain-core = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" }
22+
chain-crypto = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9", features = [ "property-test-api" ] }
23+
chain-time = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" }
24+
chain-storage = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9", features = ["with-bench"] }
25+
chain-vote = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "catalyst-fund9" }
2626
tokio = { version = "1.15", features = ["macros"] }
2727
thor = { path = "../thor" }
2828
loki = { path = "../loki" }

0 commit comments

Comments
 (0)