commonware-estimator 0.0.60

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

## Propose a block (10KB proposal)
propose{0, size=10240}

## Multicast notarize
wait{0, threshold=1, delay=(0.1,1)}
broadcast{1, size=100}

## Multicast finalize after observing 2f+1 notarize
wait{1, threshold=67%, delay=(0.1,1)}
broadcast{2, size=100}

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