evstack / evstack/ev-reth

Missing early timestamp validation in RollkitEngineValidator method

Open
#95 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
8
Forks
9
Avg merge
2d 13h
Merged PRs (30d)
6

Description

From the audit there was a low priority issue related to

Missing early timestamp validation in RollkitEngineValidator method

This was done on purpose for rollkit specific validations.

If this wants to be supported we need a way of using a custom header. We can get inspired by something like [github.com/tempoxyz/tempo/blob/f9f539a66815625961d38feb99b86dca2609e2f2/crates/primitives/src/header.rs#L30](http://github.com/tempoxyz/tempo/blob/f9f539a66815625961d38feb99b86dca2609e2f2/crates/primitives/src/header.rs#L30)

Contributor guide

Open the contributing guide

Research direction

Start by locating the RollkitEngineValidator method and reviewing why early timestamp validation is intentionally omitted for Rollkit-specific validation. Compare the proposed custom-header approach in the linked Tempo header.rs reference, then define how timestamp validation would be enabled and what successful validation should cover.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
backend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.