-
Notifications
You must be signed in to change notification settings - Fork 146
fix(blockstate): if blocktree fails to search a hash in memory, load it from disk #3059
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
a86dcb3
Fixing descendant search
kishansagathiya b20a8e2
fix lint
kishansagathiya 9e7be4d
parent -> hash
kishansagathiya d0aa5f8
different approach for getting descendants
kishansagathiya 32db55a
different approach for getting descendants
kishansagathiya 532db0e
Merge branch 'development' into kishan/fix/syncing
kishansagathiya 0f76155
fixed the use of bs.GetAllDescendants
kishansagathiya b7f0a8a
Merge branch 'development' into kishan/fix/syncing
kishansagathiya d3cae2a
Merge branch 'development' into kishan/fix/syncing
kishansagathiya d552579
Update dot/state/block.go
kishansagathiya 0a9e2af
Update dot/state/block.go
kishansagathiya 254951a
Update dot/state/block.go
kishansagathiya 0ef5508
Update dot/state/block.go
kishansagathiya a2b1893
Update dot/state/block.go
kishansagathiya 3103de3
Merge branch 'development' into kishan/fix/syncing
kishansagathiya 3529a36
temp
kishansagathiya 57f5eb8
temo
kishansagathiya 382592f
added a test for GetAllDescendants
kishansagathiya 0385de1
Merge branch 'kishan/fix/syncing' of github.com:ChainSafe/gossamer in…
kishansagathiya 15087ec
Merge branch 'development' into kishan/fix/syncing
kishansagathiya 8f0075f
fix lint
kishansagathiya 166d7cf
addressed a review comment
kishansagathiya a50a5f6
Merge branch 'development' into kishan/fix/syncing
kishansagathiya a8c026d
fix copyright
kishansagathiya 5d681e8
Merge branch 'development' into kishan/fix/syncing
kishansagathiya 4bc59c1
tackle the scenario when multiple blocks have same block number
kishansagathiya 47a507e
Merge branch 'development' into kishan/fix/syncing
kishansagathiya 73cb1b3
suppress deepsouce random warning
kishansagathiya c46b8fb
Merge branch 'development' into kishan/fix/syncing
kishansagathiya 0f80ba4
try
kishansagathiya 396f913
Update dot/state/block.go
kishansagathiya 72a758a
Update dot/state/block.go
kishansagathiya 2cf149b
Update lib/blocktree/test_helpers.go
kishansagathiya 8e8756a
rename test_helpers to helpers_test
kishansagathiya 89dce6d
Merge branch 'kishan/fix/syncing' of github.com:ChainSafe/gossamer in…
kishansagathiya File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.