-
Notifications
You must be signed in to change notification settings - Fork 152
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
[Tracking] go-ethereum/1.10.2 merge TODOs and tidbits #365
Comments
|
I'm running a This node should be available indefinitely. I'll restart it when upgrading to the forthcoming next release, but should be stable between and after that. On
|
An RC release is being prepared here |
Great stuff guys, thanks for this. Closing, since |
This issue is tracking checklists and TODOs related to the merge of ethereum/go-ethereum 1.10+ series releases and the associated protocol upgrade features. This release series includes features implemented in the Berlin fork, and proposed for Ethereum Classic's tentative Magneto fork.
Overview
PRs are stacked.
master
<- go-ethereum/1.10.1 WIP: merge/foundation release/1.10.2 resolved #348TODOs
tests/testdata
. This gets bumped. ethereum/tests has been refilled and now includes something like 150 new tests for Berlin features. I regenerated the tests based on the commit upstream is using.core/blockchain_af_test.go
. I resolved conflicts from the hip there. Review.nil
checks/validations are in place. IIRC core-geth has this and go-ethereum does not. I believe must be in place since I believe there is a miner test testing nil header cases.panic: invalid number of list elements: 0
X_Override
values (eg.BerlinOverride
and--override.berlin
, etc.), eg. w/r/tSetupGenesisBlockWithOverride
and default config. re Add OverrideMagneto flag #367--debug
is missing. On purpose? :(It becomes
log.debug
. See a7443c0 for related fixes regarding deprecatedpprof
flags.Done with 49bd5e7.
cmd/echaindb
, per Merge/foundation release/1.10.2 resolved #357 (review)Testing Checklist
The text was updated successfully, but these errors were encountered: