hedera-mirror-node icon indicating copy to clipboard operation
hedera-mirror-node copied to clipboard

EthereumTransaction acceptance tests

Open steven-sheehy opened this issue 2 years ago • 0 comments

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

steven-sheehy avatar Jan 31 '24 23:01 steven-sheehy