-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(tests): submit withdrawal edge case
If withdrawal is still in queue for a while and rpc submitter holds the mem pool lock, withdrawal may be pushed to mem block. Because produce block fn will refresh mem block by default, withdrawal will be included in block. Provide new `produce_block_and_refresh_mem_pool` fn to skip refresh mem pool when produce new block.
- Loading branch information
Showing
2 changed files
with
21 additions
and
10 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