delegate_selection
The selection strategy for delegates (in the committee) at each level
and round. By default random
, which follows what is implemented in
the Tezos node.
Either :
"random"
: the default. Which follows what is implemented in the Tezos node. Delegates are chosen at random depending on their stake and a sampling strategy. Use this if you want to be as close as possible to a mainnet Tezos node and if your scenario does not depend on the delegates and the committee."round_robin"
: delegates are chosen in a round robin manner over the list of delegates listed as bakers in the proxies field.[["b1", "b2", "b3"], ["b3", "b1", "b2"]]
The explicit list of who is in the committee and who is the baker for each level and round. The last item of the list is iterated over in a round robin manner for the latter levels.