hashgraph / hedera-services

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

EthereumTransaction Zero HAPI Cost On Success #16432

Open stoyanov-st opened 3 weeks ago

stoyanov-st commented 3 weeks ago

Update network logic to not charge successful EthereumTransaction submissions fee, but only charge the regular HAPI fee for badly formed transactions. This way if a user submits a valid ETH TX the relay operator will pay $0 and the user will be charged the appropriate gas fees.

### Tasks
- [ ] https://github.com/hashgraph/hedera-services/issues/16433
- [ ] https://github.com/hashgraph/hedera-services/issues/16482
- [ ] https://github.com/hashgraph/hedera-services/issues/16483
stoyanov-st commented 2 days ago

HIP PR for issue https://github.com/hashgraph/hedera-improvement-proposal/pull/1084

stoyanov-st commented 2 days ago

Remaining planned refactoring when HIP is accepted + testing when previewnet enabled