Skip to content
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

Closed
jorisbontje opened this issue Mar 10, 2015 · 1 comment

Comments

@jorisbontje
Copy link

CLI develop branch build 0db4a0e

Implemented logic block.Time <= parent.Time doesn't match error message Block timestamp not after or equal to prev block:
https://github.com/ethereum/go-ethereum/blob/0db4a0e/core/block_processor.go#L263-L265

2015/03/10 10:28:16 [CHAIN] block #60 process failed (72aa34ba)
2015/03/10 10:28:16 [CHAIN] BLOCK(72aa34bafe1b26514c5034c9897803b9a01e9ae5448f98e1658dfb7580e5f49f): Size: 544.00 B TD: <nil> {
NoNonce: 76ad13de6a4e2be9fd72eb9586620208718a3894c0469246f49a8259f459c98d
Header:
[

    ParentHash:     fa406572c9f924d0919f8707fd9a546c1e21807061f9ab2d511ff4a9d7ded7a1
    UncleHash:      1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347
    Coinbase:       bf14a6020682f67029ce1719ff1f0d148271ccb5
    Root:           a37e8d3a731864e6193c8f0ced4a014cd3e70a6f9278749bed24fedb48e3df29
    TxSha           56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421
    ReceiptSha:     56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421
    Bloom:          00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    Difficulty:     134615
    Number:         60
    GasLimit:       944160
    GasUsed:        0
    Time:           1425979695
    Extra:
    SeedHash:           0000000000000000000000000000000000000000000000000000000000000000
    MixDigest:          2155dc5b6e9e88bd54436a2330df22a5935c94abfb4524ce5a8938dc3587388e
    Nonce:          28b75d8ae6116fbc
]
Transactions:
[]
Uncles:
[]
}

2015/03/10 10:28:16 [CHAIN] Block timestamp not after or equal to prev block (1425979695 - 1425979695)
2015/03/10 10:28:16 [STATE] bf14a6020682f67029ce1719ff1f0d148271ccb5: gas (+ 944160)
@obscuren
Copy link
Contributor

Ah :-) that should be Block timestamp equal or less than previous block

jpeletier pushed a commit to epiclabs-io/go-ethereum that referenced this issue Apr 26, 2018
AusIV pushed a commit to NoteGio/go-ethereum that referenced this issue Jan 18, 2022
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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants