Skip to content

Commit

Permalink
Merge pull request #1981 from subspace/gemini-3f-faster-archiver-restart
Browse files Browse the repository at this point in the history
Gemini 3f backport: faster archiver restart
  • Loading branch information
nazar-pc committed Sep 20, 2023
2 parents d1da404 + 02a95e0 commit c9546e9
Show file tree
Hide file tree
Showing 4 changed files with 138 additions and 198 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions crates/sc-consensus-subspace/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ parking_lot = "0.12.1"
prometheus-endpoint = { package = "substrate-prometheus-endpoint", git = "https://github.com/subspace/substrate", rev = "55c157cff49b638a59d81a9f971f0f9a66829c71", version = "0.10.0-dev" }
rand = "0.8.5"
rand_chacha = "0.3.1"
rayon = "1.7.0"
schnorrkel = "0.9.1"
sc-client-api = { version = "4.0.0-dev", git = "https://github.com/subspace/substrate", rev = "55c157cff49b638a59d81a9f971f0f9a66829c71" }
sc-consensus = { version = "0.10.0-dev", git = "https://github.com/subspace/substrate", rev = "55c157cff49b638a59d81a9f971f0f9a66829c71" }
Expand Down
Loading

0 comments on commit c9546e9

Please sign in to comment.