hashgraph / hedera-sdk-go

Hedera™ Hashgraph SDK for Go
https://docs.hedera.com/docs/hedera-sdks
Apache License 2.0
89 stars 64 forks source link

`ContractCreateFlow` creates a file for smaller initcode #945

Open 0xivanov opened 3 months ago

0xivanov commented 3 months ago

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