Skip to content

Add adaptive issuance vote option.

Phil Saxton requested to merge psaxton-20230904-adaptive-issuance into dev

This adds to the mini-network command, the --adaptive-issuance-vote "on"|"off"|"pass". All bakers will vote with argument passed.

Added to the daemons-upgrade is --adaptive-issuance-vote-fist-baker & --adaptive-issuance-vote-second-baker.

The adaptive_issuance_launch_ema is set to 1 in ensure that an "on" vote will activate adaptive_issuance in cycle 1 and launch in cycle 5. There is one exception with the daemons_upgrade command when doing a Nairobi->Oxford upgrade. In this case the protocol sets the launch_ema to 100_000_000.

Edited by Phil Saxton

Merge request reports