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
{{ message }}
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.
Rather than managing block rewards (coinbase) implicitly via magic hidden state changes or via block-level coin outputs, we've opted to make a special transaction variant that allows for the creation of assets in special circumstances. The advantage of using a special transaction type for fees, is that it requires virtually no changes to how we manage blockchain state or allow PoA nodes to withdraw fees. It also plays nice with fraud proofs later on.
In addition to Script and Create transaction types, we need to also add a Mint variant as described in the specs: FuelLabs/fuel-specs#406
The text was updated successfully, but these errors were encountered:
Rather than managing block rewards (coinbase) implicitly via magic hidden state changes or via block-level coin outputs, we've opted to make a special transaction variant that allows for the creation of assets in special circumstances. The advantage of using a special transaction type for fees, is that it requires virtually no changes to how we manage blockchain state or allow PoA nodes to withdraw fees. It also plays nice with fraud proofs later on.
In addition to
Script
andCreate
transaction types, we need to also add aMint
variant as described in the specs: FuelLabs/fuel-specs#406The text was updated successfully, but these errors were encountered: