alloy-rs/alloy

[Feature]: support subscription to finalized blocks

Open

#2,640 opened on Jul 1, 2025

 (9 comments) (1 reaction) (1 assignee)Rust (631 forks)github user discovery
enhancementgood first issue

Repository metrics

Stars
 (1,280 stars)
PR merge metrics
 (PR metrics pending)

Description

Component

provider, pubsub

Describe the feature you would like

It would be useful in many scenarios to support a subscription to finalized blocks from a beacon (light) client.

Possible solution: add extra trait like BeaconApi in provider::ext mod

Additional context

No response

Contributor guide