hedera-protobufs icon indicating copy to clipboard operation
hedera-protobufs copied to clipboard

Deprecate unused `FileID` fields in contract operations, fix documentation

Open tinker-michaelj opened this issue 3 years ago • 0 comments

Description

The init code used to create a contract is in the file referenced by the FileID in the ContractCreateTransactionBody.

However, the resulting bytecode is immutable, and not stored at the original FileID (or any FileID).

So we should deprecate the FileID in the ContractGetInfo and ContractUpdateTransactionBody.

tinker-michaelj avatar Oct 15 '21 15:10 tinker-michaelj