hedera-mirror-node
hedera-mirror-node copied to clipboard
Change acceptance tests to use `ContractCreateFlow`
Problem
The acceptance tests currently create a Hedera File then perform a contract create. This should change to use the newer ContractCreateFlow that hides this complexity behind a higher level API.
Solution
Change any places that create a contract to use ContractCreateFlow.
Alternatives
No response