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
# Alpenglow (Votor with Coding over 50 Replicas)

## Propose a block (1MB proposal any 2f + 1 of 5f + 1 can recover)
propose{0, size=55190}

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

## Wait for 3f+1 to notarize to multicast finalize (32B digest + 8B view)
wait{1, threshold=61%}
broadcast{2, size=40}

## Wait for n-f or 3f+1 of finalize
wait{1, threshold=81%} || wait{2, threshold=61%}