hedera-mirror-node
hedera-mirror-node copied to clipboard
EthereumTransaction acceptance tests
Problem
Acceptance tests are lacking coverage for EthereumTransaction.
Solution
We already create a lot of contracts and execute contract calls against HAPI in scenarios where we're not really testing those transactions. We should just replace a few of those with an ethereumtransaction that does it. We should test one each of the 3 possible types:
- Legacy
- EIP-2930
- EIP-1559
Alternatives
No response