EthereumFlow
creates a truncated file for a large contract
#2212
Milestone
EthereumFlow
creates a truncated file for a large contract
#2212
When deploying a large contract using
EthereumFlow()
I getINVALID_FILE_ID
. The file uploaded to the network is always truncated at 4096 bytes. The same contract can be successfully deployed usingContractCreateFlow
(the file size is 27034 before it is deleted).The text was updated successfully, but these errors were encountered: