-
Notifications
You must be signed in to change notification settings - Fork 876
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
Bonsai based reference test worldstate #5686
Merged
garyschulte
merged 13 commits into
hyperledger:main
from
garyschulte:feature/bonsai-reference-tests
Sep 14, 2023
Merged
Changes from 1 commit
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
f7d16f6
create a bonsai based reference test worldstate
garyschulte 4b6c7a6
fix some tests and initialization
garyschulte 4afe52f
interim commit, using Function as interface rather than PreImageStorage
garyschulte d9efe76
move hashing and preImage functions into a PreImageProxy class
garyschulte e689332
a few fixes for preImageProxy usage, account and storage streaming
garyschulte 6659509
reference tests fix and a little cleanup
garyschulte ee7c22c
fix tests collisions
matkt 30d21d2
pass limit into streamFlatAccounts, make ref test preimageproxy synch…
garyschulte 9e6f18b
spotless vs intellij imports
garyschulte 5c18c90
remove commented out Forest worldstate
garyschulte 3ae8398
implement feedback from Karim, isolate BonsaiPreImageProxy, add endKe…
garyschulte 27d1e74
filter inMemory key value storage rather than takeWhile to avoid sort
garyschulte a407318
rebase, javadoc and a bit of cleanup
garyschulte 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
fix tests collisions
Signed-off-by: Karim TAAM <karim.t2am@gmail.com>
- Loading branch information
commit ee7c22ca8b6f591e378b5cec34f2289b1711490e
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we need to fullsync some nodes to be sure we are not adding a consensus issue
(goerli, sepolia, and maybe etc at the minimum)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I snap synced goerli and mainnet nodes a few days ago and it has been going well. I will start a full sync on goerli and another on sepolia and let them run over the weekend
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could you try to run a mainnet snapsync with the heal flat db flag ? I see that this PR is modifying a lot the stream of the flat db datas and it will be nice if can be sure that it's ok