commonware-estimator 0.0.63

Simulate mechanism performance under realistic network conditions.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Simplex

## Propose a block (1MB proposal)
propose{0, size=1048576}

## Multicast notarize (32B digest + 8B view)
wait{0, threshold=1}
broadcast{1, size=40}

## Multicast finalize after observing 2f+1 notarize (32B digest + 8B view)
wait{1, threshold=67%}
broadcast{2, size=40}

## Wait for 2f+1 finalize
wait{2, threshold=67%}