Adding a basic test-loop test for resharding v3 and delayed receipts splitting.
During the test I'm burning more gas than the chain capacity at every block height before resharding and one block after. Thus, in the resharding block height there are delayed receipts to be split.
A couple of blocks later I verify the transaction outcomes.
The test passes if the target account is not in the parent shard. It fails if the account belongs to either future child.
Adding a basic test-loop test for resharding v3 and delayed receipts splitting.
During the test I'm burning more gas than the chain capacity at every block height before resharding and one block after. Thus, in the resharding block height there are delayed receipts to be split. A couple of blocks later I verify the transaction outcomes.
The test passes if the target account is not in the parent shard. It fails if the account belongs to either future child.