Skip to content

Commit

Permalink
chore(consensus): rewrite run_consensus script from Python to Rust
Browse files Browse the repository at this point in the history
  • Loading branch information
asmaastarkware committed Sep 4, 2024
1 parent 5959e61 commit bd0722d
Show file tree
Hide file tree
Showing 4 changed files with 390 additions and 352 deletions.
2 changes: 2 additions & 0 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions crates/sequencing/papyrus_consensus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ description = "Reach consensus for Starknet"

[dependencies]
async-trait.workspace = true
clap = { workspace = true, features = ["derive"] }
fs2 = "0.4"
futures.workspace = true
lazy_static.workspace = true
lru.workspace = true
Expand Down
352 changes: 0 additions & 352 deletions crates/sequencing/papyrus_consensus/run_consensus.py

This file was deleted.

Loading

0 comments on commit bd0722d

Please sign in to comment.