You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: node/consensus/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,5 +6,5 @@
6
6
7
7
The `snarkos-node-consensus` crate provides the consensus layer for the snarkOS node.
8
8
9
-
It builds on top of the `snarkos-node-bft` crate, which provides an abstract implementationv of the AleoBFT.
10
-
More concretely, this crate provides the communication logic that allows multiple AleoBFT nodes to interact with each other.
9
+
The crate builds on top of the `snarkos-node-bft`, which implements AleoBFT.
10
+
It manages a ratelimiter/mempool for incoming transmissions, and manages construction of blcoks from batches that have been confirmed by the BFT layer.
0 commit comments