pbft-consensus icon indicating copy to clipboard operation
pbft-consensus copied to clipboard

Fuzz/flow map

Open 0xSasaPrsic opened this issue 2 years ago • 1 comments

Implementation of flow map for the communication between nodes in the cluster. Flow map is represented as a map of sender and list of receivers e.g {A_0 : [A_1, A_2, A_3]} which means that node A_0 is connected and all messages can be sent to nodes A_1, A_2 and A_3. Flow map is generated randomly in a way that there is enough connected nodes so that there is a consensus. Cluster validation is also changed to be more generic so that supports partition actions and flow map actions as well as dropping a node.

0xSasaPrsic avatar Mar 02 '22 09:03 0xSasaPrsic

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 7 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

sonarqubecloud[bot] avatar Oct 26 '23 09:10 sonarqubecloud[bot]