You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prior to the PBO delegation pool changes, i.e. when validators were initialized via create_initialize_validators_with_commission function in genesis.move, the minting capability is destroyed right after validators are created.
Prior to the PBO delegation pool changes, i.e. when validators were initialized via
create_initialize_validators_with_commission
function ingenesis.move
, the minting capability is destroyed right after validators are created.https://github.com/Entropy-Foundation/aptos-core/blob/integrate_consensus_key/aptos-move/framework/supra-framework/sources/genesis.move#L338
Should we aim to do the same in our current implementation too? How should minting capabilities be handled?
The text was updated successfully, but these errors were encountered: