Closed xgreenx closed 7 months ago
Related https://github.com/FuelLabs/fuel-core/issues/1754 and https://github.com/FuelLabs/fuel-specs/pull/570
The change adds a new Upload transaction that allows uploading huge byte code on chain subsection by subsection.
Upload
The Upload transaction is chargeable and is twice as expensive as the Create transaction. Anyone can submit this transaction.
Create
This one looks good to go, but I left some comments on the spec PR and I'd like to resolve them first.
Related https://github.com/FuelLabs/fuel-core/issues/1754 and https://github.com/FuelLabs/fuel-specs/pull/570
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 theCreate
transaction. Anyone can submit this transaction.Before requesting review