-
Notifications
You must be signed in to change notification settings - Fork 32
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
Upgrade geth to 1.13 #2416
Merged
Merged
Upgrade geth to 1.13 #2416
Changes from 23 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
640951a
Upgrade geth to 1.12
aureliusbtc 6a6304f
Upgrade geth to 1.12
aureliusbtc dcda316
fix ethergo test
aureliusbtc 5454e4f
Upgrade geth to 1.13 (#2419)
aureliusbtc 80b06f9
fix presets (pre merge no longer supported)
aureliusbtc 3cbc555
geth upgrade
trajan0x 6e09afc
cleanup
trajan0x 2a952ba
cleanup
trajan0x 24f5511
attempted fix for https://github.com/ethereum/go-ethereum/issues/17443
trajan0x caf227c
use mock consensus client
trajan0x 1a40752
cleanup
trajan0x c2f3a8b
clique
trajan0x 297dfcd
test fix
trajan0x 29c2d95
version bump
trajan0x 74605c8
version bump
trajan0x 2d1dde4
cleanup
trajan0x 4161ef5
bump again
trajan0x 16ec667
cleanup [goreleaser]
trajan0x 60bd563
build
trajan0x 95c5128
c
trajan0x c802d1a
omplete
trajan0x 65d2116
cleanup
trajan0x f3f4dd6
cleanup
trajan0x 4b954b8
delv
trajan0x 7be51c6
make tracely optional
trajan0x c45c453
cleanup
trajan0x f458ffe
interpolation fix
trajan0x 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
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.
The use of
common.BytesToHash
directly in the test setup could be abstracted to a helper function for better readability and reuse.