-
Notifications
You must be signed in to change notification settings - Fork 20.1k
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
Block timestamp not after or equal to prev block (1425979695 - 1425979695) #448
Comments
Ah :-) that should be |
Closed
jpeletier
pushed a commit
to epiclabs-io/go-ethereum
that referenced
this issue
Apr 26, 2018
Raise search timeout for NetStore to 30s
AusIV
pushed a commit
to NoteGio/go-ethereum
that referenced
this issue
Jan 18, 2022
Fix/arm releases
tanishqjasoria
pushed a commit
to tanishqjasoria/go-ethereum
that referenced
this issue
Oct 31, 2023
* feat(libzkp): update Cargo.lock * update version --------- Co-authored-by: Your Name <you@example.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
CLI develop branch build 0db4a0e
Implemented logic
block.Time <= parent.Time
doesn't match error messageBlock timestamp not after or equal to prev block
:https://github.com/ethereum/go-ethereum/blob/0db4a0e/core/block_processor.go#L263-L265
The text was updated successfully, but these errors were encountered: