Skip to content

Commit

Permalink
fix: remove sync store and set max-missing-blocks-depth (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
stringhandler authored Dec 9, 2024
1 parent 503249c commit 28ad99e
Show file tree
Hide file tree
Showing 6 changed files with 178 additions and 237 deletions.
106 changes: 67 additions & 39 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ human_format = "1.1.0"
humantime = "2.1.0"
itertools = "0.13.0"
lazy_static = "1.5.0"
libp2p = { git = "https://github.com/tari-project/rust-libp2p.git", rev = "3d918ccbf5ae1cbec0815a2156079b0fba4ba558", features = [
libp2p = { version = "0.54.1", features = [
"dns",
"identify",
"macros",
Expand Down
1 change: 1 addition & 0 deletions src/server/grpc/p2pool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ where S: ShareChain
impl<S> ShaP2PoolGrpc<S>
where S: ShareChain
{
#[allow(clippy::too_many_arguments)]
pub async fn new(
local_peer_id: PeerId,
base_node_address: String,
Expand Down
Loading

0 comments on commit 28ad99e

Please sign in to comment.