FuelLabs / fuel-specs

📝 Specifications for the Fuel protocol and the FuelVM, a blazingly fast blockchain VM.
https://fuellabs.github.io/fuel-specs/master
Apache License 2.0
1.78k stars 710 forks source link

Removed `bytecodeLength` field since this information is available from the witness #563

Closed xgreenx closed 5 months ago

xgreenx commented 5 months ago

Corresponding change on VM side https://github.com/FuelLabs/fuel-vm/pull/709.

Removed the bytecodeLength field since this information is available from the witness. The transaction still will be unique and unchanged because of the contract_id from Output::ContractCreated.