magicblock-labs/magicblock-validator

Add a base-layer blockhash registry

Closed

#1,258 opened on May 28, 2026

 (2 comments) (0 reactions) (1 assignee)Rust (49 forks)github user discovery
enhancementgood first issue

Repository metrics

Stars
 (49 stars)
PR merge metrics
 (Avg merge 2d 19h) (82 merged PRs in 30d)

Description

Goal

Add a base-layer blockhash registry.

Why

The current behavior or architecture does not provide this outcome.

Scope

Problem Many services make Base layer request for latest blockhash, that result in too many requests

Proposed Solution Create a singleton that would serve a purpose of providing consumers a valid blockhash, thus minimizing RPC usage

Contributor guide