Skip to content

Commit

Permalink
added malachite v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
varun-doshi committed Dec 23, 2024
1 parent 03ebb7b commit 36178ee
Show file tree
Hide file tree
Showing 9 changed files with 407 additions and 252 deletions.
221 changes: 129 additions & 92 deletions Cargo.lock

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

9 changes: 4 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,10 @@ async-trait = "0.1.68"
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "fmt", "json"] }
hex = "0.4.3"
ractor = "0.11.2"
malachite-consensus = { path = "../malachite/code/crates/consensus" }
malachite-common = { path = "../malachite/code/crates/common" }
malachite-config = { path = "../malachite/code/crates/config" }
malachite-node = { path = "../malachite/code/crates/node" }
malachite-metrics = { path = "../malachite/code/crates/metrics" }
informalsystems-malachitebft-core-consensus = { version = "0.0.1" }
informalsystems-malachitebft-core-types = { version = "0.0.1"}
informalsystems-malachitebft-config = { version = "0.0.1"}
informalsystems-malachitebft-metrics = { version = "0.0.1" }
blake3 = "1.4.1"
tracing = "0.1.40"
thiserror = "1.0.66"
Expand Down
Loading

0 comments on commit 36178ee

Please sign in to comment.