-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Catch ErrOperationAborted of the solidifier * Update the outdated root snapshot indexes even if txs were missing * Do not panic if ErrTransactionNotFound * Do not update root transaction snapshot indexes if not synced * Use stack based DFS in TraverseApprovees This was necessary to get correct ordering for the solidifier and URTS. * Do not add the startTx to the outdatedTransactions in GetTransactionRootSnapshotIndexes * Update scores of the URTS tips * Use stack based BFS in TraverseApprovers * Fix wrong scoreSum in URTS * Set higher default verticesLimit in visualizer * Do not add tips to URTS if the node becomes unsync * Do not traverse approvers in TraverseApprovers if already discovered * Avoid calling condition and onSolidEntryPoint multiple times * Fix nil pointer in removeMessageEventHandlers * Release 0.5.0-rc4
- Loading branch information
Showing
15 changed files
with
279 additions
and
153 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
Oops, something went wrong.