hashgraph / hedera-services

Crypto, token, consensus, file, and smart contract services for the Hedera public ledger
Apache License 2.0
266 stars 119 forks source link

Refactor smart contract service's handling of gas and fees #13970

Open lukelee-sl opened 2 weeks ago

lukelee-sl commented 2 weeks ago

Problem

Currently, the code path for handling gas charges in exception scenarios is complex and difficult to maintain. Refactor and simplify.

Solution

Alternatives

No response