hashgraph / hedera-services

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

Enhance tests around evm equivalence. #14114

Open lukelee-sl opened 2 days ago

lukelee-sl commented 2 days ago

Problem

The current suite of tests cover the majority of test cases for validating evm equivalence. There are however a few use cases that are missing.

Solution

Add coverage for certain missing use cases for evm equivalence to round out the testing.

Alternatives

No response