fuel-specs
fuel-specs copied to clipboard
A new `Upload` transaction to upload the huge bytecode on the chain
Corresponding implementation: https://github.com/FuelLabs/fuel-vm/pull/720
The change adds a new Upload
transaction that allows uploading huge byte code on chain subsection by subsection.
The Upload
transaction is chargeable and is twice as expensive as the Create
transaction. Anyone can submit this transaction.
The specification contains more description about the flow.