-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: (Reorg Support) Perform Reorg internally with blocktx statuses (#…
…580) * feat: reorg template * feat: query for stale and longest blocks * feat: perform reorg in database and update integration test * feat: update tests to new utils * feat: add one test * feat: comment get_stale_blocks function and fix cammelCase variables * feat: fix indentation * fix: int64 to uint64 in logs * feat: comment explaining the recursive query * feat: change update status to perform one query instead of two * feat: rename index
- Loading branch information
1 parent
2b723dd
commit b51638e
Showing
19 changed files
with
768 additions
and
145 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
Oops, something went wrong.