Commit 272af2b
fix(explorer): use block timestamp for TX time, not per-TX field
Genesis bootstrap TXs (CreateAccount/registration/system) carry a config-time
stamp set hours before the genesis block is minted; the prior "tx-level first"
rule surfaced that as a wrong time on genesis rows. Prefer the consensus-bound,
slot-anchored block timestamp; fall back to the per-TX field only when absent.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 9366fb7 commit 272af2b
1 file changed
Lines changed: 8 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
258 | | - | |
259 | | - | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
260 | 265 | | |
261 | | - | |
262 | | - | |
| 266 | + | |
263 | 267 | | |
264 | 268 | | |
265 | 269 | | |
| |||
0 commit comments