-
Notifications
You must be signed in to change notification settings - Fork 128
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
aristo: fork support via layers/txframes #2960
Merged
Merged
Changes from all commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
0971b72
aristo: fork support via layers/txframes
arnetheduck fe6bee5
fix layer vtop after rollback
arnetheduck f0678f1
engine fix
arnetheduck 64597c2
Merge remote-tracking branch 'origin/master' into forked-layers
arnetheduck 4e5b7eb
Merge remote-tracking branch 'origin/master' into forked-layers
arnetheduck d26b6ff
Merge branch 'master' into fc-forked-layers
jangko e07d5ad
Merge branch 'master' into fc-forked-layers
jangko 296b348
Fix test_txpool
jangko fc059c7
Fix test_rpc
jangko 785a518
Fix copyright year
jangko 315d93e
fix simulator
jangko 9ea4bb8
Fix copyright year
jangko 76646f0
Fix copyright year
jangko 416dc69
Fix tracer
jangko 078e02d
Merge branch 'master' into forked-layers
jangko 11cd560
Fix infinite recursion bug
jangko 16e243a
Remove aristo and kvt empty files
jangko 16ebff9
Merge branch 'master' into forked-layers
jangko 44e08e2
Fic copyright year
jangko 6b8219f
Merge branch 'master' into forked-layers
jangko 026f4c9
Fix fc chain_kvt
jangko 58c997d
ForkedChain refactoring
jangko e9c79ad
Merge branch 'master' into forked-layers
jangko 1e1df66
Fix merge master conflict
jangko 527182a
Merge branch 'master' into forked-layers
jangko 3239041
Fix copyright year
jangko 54f0390
Merge branch 'master' into forked-layers
jangko 1c42092
Merge branch 'master' into forked-layers
jangko 94fdc1f
Reparent txFrame
jangko fc94d68
Fix test
jangko d93db90
Fix txFrame reparent again
jangko 009d905
Cleanup and fix test
jangko 7ce26af
UpdateBase bugfix and fix test
jangko bfedb06
Fixe newPayload bug discovered by hive
jangko ff865a4
Merge branch 'master' into forked-layers
jangko 9eb7f24
Fix engine api fcu
jangko 82dd3b7
Merge branch 'master' into forked-layers
jangko 861f89b
Clean up call template, chain_kvt, andn txguid
jangko f2292d0
Fix copyright year
jangko 3cda3f5
Merge remote-tracking branch 'origin/master' into forked-layers
arnetheduck 9d1dd61
work around base block loading issue
arnetheduck 2b5e3fe
Add test
jangko 1c43270
Fix updateHead bug
jangko 776517f
Merge branch 'master' into forked-layers
jangko 9397960
Fix updateBase bug
jangko 4c67170
Change func commitBase to proc commitBase
jangko a4874a8
Merge branch 'master' into forked-layers
jangko 8dcd09b
Touch up and fix debug mode crash
jangko 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 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
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.
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.
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 there be multiple long branches and the new finalizedBlockHash is on a non-canonical branch? In that case, wouldn't we first have to switch to the new head branch (line 182)?
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.
#3083