You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ContractCreateFlow does not take advantage of newer features of HAPI to reduce the number and cost of transactions. Same issue in all SDKs.
Solution
The initcode file is created unconditionally instead of directly using ContractCreateTransaction.bytecode if it fits within a single transaction. File append and delete would likewise not be needed if bytecode is populated.
FileCreateTransaction partial bytecode is limited to 2048 instead of a larger size closer to max HAPI size 6 KiB
FileAppendTransaction sets chunk size to 2048 instead of a size closer to max HAPI size 6 KiB
Alternatives
No response
The text was updated successfully, but these errors were encountered:
Problem
The ContractCreateFlow does not take advantage of newer features of HAPI to reduce the number and cost of transactions. Same issue in all SDKs.
Solution
Alternatives
No response
The text was updated successfully, but these errors were encountered: