Skip to content

Commit

Permalink
statement-distribution: Add tests for incoming acknowledgements (#2498)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcnski authored Dec 5, 2023
1 parent a310df2 commit f240e02
Show file tree
Hide file tree
Showing 5 changed files with 594 additions and 160 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

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

1 change: 0 additions & 1 deletion polkadot/node/network/statement-distribution/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ sp-keystore = { path = "../../../../substrate/primitives/keystore" }
polkadot-node-subsystem = { path = "../../subsystem" }
polkadot-node-primitives = { path = "../../primitives" }
polkadot-node-subsystem-util = { path = "../../subsystem-util" }
polkadot-node-subsystem-types = { path = "../../subsystem-types" }
polkadot-node-network-protocol = { path = "../protocol" }
arrayvec = "0.7.4"
indexmap = "1.9.1"
Expand Down
2 changes: 1 addition & 1 deletion polkadot/node/network/statement-distribution/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
//! This is responsible for distributing signed statements about candidate
//! validity among validators.

// #![deny(unused_crate_dependencies)]
#![deny(unused_crate_dependencies)]
#![warn(missing_docs)]

use error::{log_error, FatalResult};
Expand Down
Loading

0 comments on commit f240e02

Please sign in to comment.