This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
Block timestamp drift on dev chain with --reseal-min-period 0 #7694
Labels
F2-bug 🐞
The client fails to follow expected behavior.
M4-core ⛓
Core client code / Rust.
P5-sometimesoon 🌲
Issue is worth doing soon.
Milestone
Before filing a new issue, please provide the following information.
Your issue description goes here below. Try to include actual vs. expected behavior and steps to reproduce the issue.
Hello,
today we noticed very strange behavior (at least it's really suprising to me) that when we're using
--reseal-min-period 0
(with other small values as well) flag while running our parity node with development chain, block.timestamp is quickly drifting to the future e.g. after running some transactions, it's 15 mins in the future compared to the time on dev machine and container running Parity.Is that an expected behavior or it's an unexpected side-effect of forcing really small
reseal-min-period
?Regards,
Piotr
The text was updated successfully, but these errors were encountered: