Skip to content

Commit 01a904c

Browse files
committed
commonware@cl/consensus-erasure-coding
1 parent a831c6e commit 01a904c

File tree

16 files changed

+442
-546
lines changed

16 files changed

+442
-546
lines changed

Cargo.lock

Lines changed: 94 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,19 @@ license = "MIT OR Apache-2.0"
1515
[workspace.dependencies]
1616
alto-client = { version = "0.0.14", path = "client" }
1717
alto-types = { version = "0.0.14", path = "types" }
18-
commonware-broadcast = { version = "0.0.62" }
19-
commonware-codec = { version = "0.0.62" }
20-
commonware-consensus = { version = "0.0.62" }
21-
commonware-cryptography = { version = "0.0.62" }
22-
commonware-deployer = { version = "0.0.62", default-features = false }
23-
commonware-macros = { version = "0.0.62" }
24-
commonware-p2p = { version = "0.0.62" }
25-
commonware-resolver = { version = "0.0.62" }
26-
commonware-runtime = { version = "0.0.62" }
27-
commonware-storage = { version = "0.0.62" }
28-
commonware-stream = { version = "0.0.62" }
29-
commonware-utils = { version = "0.0.62" }
18+
commonware-broadcast = { git = "https://github.com/clabby/commonware.git", branch = "cl/consensus-erasure-coding" }
19+
commonware-codec = { git = "https://github.com/clabby/commonware.git", branch = "cl/consensus-erasure-coding" }
20+
commonware-coding = { git = "https://github.com/clabby/commonware.git", branch = "cl/consensus-erasure-coding" }
21+
commonware-consensus = { git = "https://github.com/clabby/commonware.git", branch = "cl/consensus-erasure-coding" }
22+
commonware-cryptography = { git = "https://github.com/clabby/commonware.git", branch = "cl/consensus-erasure-coding" }
23+
commonware-deployer = { git = "https://github.com/clabby/commonware.git", branch = "cl/consensus-erasure-coding", default-features = false }
24+
commonware-macros = { git = "https://github.com/clabby/commonware.git", branch = "cl/consensus-erasure-coding" }
25+
commonware-p2p = { git = "https://github.com/clabby/commonware.git", branch = "cl/consensus-erasure-coding" }
26+
commonware-resolver = { git = "https://github.com/clabby/commonware.git", branch = "cl/consensus-erasure-coding" }
27+
commonware-runtime = { git = "https://github.com/clabby/commonware.git", branch = "cl/consensus-erasure-coding" }
28+
commonware-storage = { git = "https://github.com/clabby/commonware.git", branch = "cl/consensus-erasure-coding" }
29+
commonware-stream = { git = "https://github.com/clabby/commonware.git", branch = "cl/consensus-erasure-coding" }
30+
commonware-utils = { git = "https://github.com/clabby/commonware.git", branch = "cl/consensus-erasure-coding" }
3031
thiserror = "2.0.12"
3132
bytes = "1.7.1"
3233
rand = "0.8.5"

chain/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ commonware-broadcast = { workspace = true }
1717
commonware-codec = { workspace = true }
1818
commonware-consensus = { workspace = true }
1919
commonware-cryptography = { workspace = true }
20+
commonware-coding = { workspace = true }
2021
commonware-deployer = { workspace = true }
2122
commonware-macros = { workspace = true }
2223
commonware-p2p = { workspace = true }

0 commit comments

Comments
 (0)