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.
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
cmd/geth: implement dev mode for post-merge #27327
cmd/geth: implement dev mode for post-merge #27327
Changes from all commits
667a585
b4d5583
e5ca14a
59850ce
797494a
a33ad4a
3d7dc00
fe5db72
c32fc8d
fa9267d
8d91eaa
5f04806
650374a
92441a1
942a841
a0938fb
434cc20
b7408af
c8c920d
59df562
9c91d84
cca59ec
06213ac
12b410a
7d4d5cf
30ca6f5
f59982e
7c98200
f687ee4
1bb92db
be5e29e
c8d9ef3
bb7b0cd
402ac2e
27f0bb0
8d3330a
e21dc29
e3ab2db
714bf98
4fd9197
5eac860
1340352
c6b50e9
e83d22d
68608ca
3a16d22
c592736
a504a80
ba286e5
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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 find it a bit weird that the genesis block has a non-zero difficulty:
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.
it was very difficult genecizing this genesis block
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 difficulty formula is undefined for difficulties
<131072
. There is a minimum difficulty, and below that, the spec can be interpreted in two different ways, depending on at what exact step one decides to apply the minimum threshold.