-
Notifications
You must be signed in to change notification settings - Fork 290
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* print less info about ghost data * no delete in reset * get the block diligently when calling the rpc method * add sync the specific block * break if succeed to execute the block in waiting list to restart the execution process for those previous blocks that maybe failed to be executed * use heap for execution waiting list * use compact ghostdata * add/remove some info * save the block into the local for cache * close sync * no process for the future block * wait 500ms for fetch the dag block * add use get block * add fetch_blocks * add fet hcblock * use ctx spawn to re execute the dag block * connect the specific block at the last step * use BTreeSet * fix fmt * 1, use event handle 2, sync process will mutex * allow parell sync * remove the dirty tips * check the dag data interity * 1, re insert the reachability data 2, add mutex when dag commiting * fix typo * remove unused if block
- Loading branch information
1 parent
5fbf4e3
commit 34ed48c
Showing
15 changed files
with
643 additions
and
160 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
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
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
Oops, something went wrong.