fuel-specs icon indicating copy to clipboard operation
fuel-specs copied to clipboard

A new `Upload` transaction to upload the huge bytecode on the chain

Open xgreenx opened this issue 10 months ago • 0 comments

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.

xgreenx avatar Apr 09 '24 13:04 xgreenx