|
|
|
|
|
by Drdrdrq
2909 days ago
|
|
Are you sure about that? I was under the impression that there were no checks whatsoever and it's only a goodwill of miners (and lack of incentive to do otherwise) that provides somewhat accurate time. On the flip side, I'm sure there are/will be oracles for approx. block time, so this is still a solveable issue. |
|
https://github.com/ethereum/wiki/blob/c02254611f218f43cbb075...
From the block validation section: "Is block.timestamp <= now + 900 and is block.timestamp >= parent.timestamp?"
(In Solidity, block.timestamp is in seconds, and I think that's a direct translation from the underlying opcode, so I assume it's 900 seconds here.)