Skip to content

testnet option to handle initial vesting during genesis

Andrzej Lisak requested to merge abw_testnet_vesting into develop

The option should be preferred over debug_node_api.debug_set_vest_price because effects of the latter do not survive replay. Also since vesting happens during genesis, there is no chance for initial block production rewards to distort vesting price in meaningful way (as long as initial vesting is reasonably large in comparison to block rewards).

Edited by Andrzej Lisak

Merge request reports