-
Notifications
You must be signed in to change notification settings - Fork 659
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(resharding): balance checker for ignored delayed receipts (#12619)
Tinkering with resharding testloop in another PR, I got some errors when creating / removing an account. One of these errors is balance checker failing. For delayed receipt test, we use `call_burn_gas_contract` that does not attach deposit, so balance checker did not fail. But if a delayed receipt has deposit and it is skipped (because it belongs to the sibling shard), then balance checker fails, because it calculated total deposit independently of what delayed receipts were actually processed. --------- Co-authored-by: Andrea <[email protected]>
- Loading branch information
Showing
3 changed files
with
17 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters