-
Notifications
You must be signed in to change notification settings - Fork 289
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use queue to replace the recursion call in sync progress (#4126)
* add delete sync blocks * fix some test case * remove jacktest * add norecursion when execute dag blocks * add delete sync blocks * add norecusion function to execute the children if the parents are executed * fix fmt and clippy * fix fmt and clippy * add delete sync blocks * fix some test case * remove jacktest * add norecursion when execute dag blocks * add delete sync blocks * add norecusion function to execute the children if the parents are executed * fix fmt and clippy * fix fmt and clippy * add delete sync blocks * fix some test case * remove jacktest * fix fmt and clippy * no returning target error in check_enough_by_info * fix the test_sync_block_in_async_connection: check the dag state not the block info * fix fmt
- Loading branch information
1 parent
8e91a0b
commit 57357e8
Showing
2 changed files
with
86 additions
and
66 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