hashgraph / hedera-smart-contracts

Contains Hedera Smart Contract Service supporting files
Apache License 2.0
38 stars 53 forks source link

Account nonce discrepancies tests #653

Closed natanasow closed 8 months ago

natanasow commented 8 months ago

Problem

There are no e2e tests for checks that are happening between the ingestion of the transaction and its evm execution.

Solution

Add e2e tests based on these in services and on the current test plan.

Alternatives

No response