Change Epoch
System transaction used to change the epoch.
Properties
The total amount of gas charged for computation during the epoch.
Unix timestamp when epoch started.
The non-refundable storage fee.
Returns the field-presence view for this ChangeEpoch instance.
The protocol version in effect in the new epoch.
The total amount of gas charged for storage during the epoch.
The amount of storage rebate refunded to the txn senders.
System packages (specifically framework and Move stdlib) that are written before the new epoch starts. This tracks framework upgrades on chain. When executing the ChangeEpoch txn, the validator must write out the following modules. Modules are provided with the version they will be upgraded to, their modules in serialized form (which include their package ID), and a list of their transitive dependencies.