Commit 6e17906
chore: remove timestamp hack (#2471)
<!--
Please read and fill out this form before submitting your PR.
Please make sure you have reviewed our contributors guide before
submitting your
first PR.
NOTE: PR titles should follow semantic commits:
https://www.conventionalcommits.org/en/v1.0.0/
-->
## Overview
This pr removes the +1 timestamp in order to avoid clock drift between
lumen and rollkit.
closes #2464
based off of work from evstack/ev-reth#19
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **Refactor**
* Simplified block timestamp handling to use the current block's
timestamp directly, removing previous logic that enforced strictly
increasing timestamps between blocks.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
Co-authored-by: tac0turtle <you@example.com>1 parent eadacf1 commit 6e17906
1 file changed
Lines changed: 2 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
184 | | - | |
| 184 | + | |
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | 189 | | |
195 | 190 | | |
196 | 191 | | |
| |||
203 | 198 | | |
204 | 199 | | |
205 | 200 | | |
206 | | - | |
| 201 | + | |
207 | 202 | | |
208 | 203 | | |
209 | 204 | | |
| |||
0 commit comments