Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

feat(derive): Online ChainProvider#93

Merged
refcell merged 5 commits intomainfrom
cl/online-chain-provider
Apr 8, 2024
Merged

feat(derive): Online ChainProvider#93
refcell merged 5 commits intomainfrom
cl/online-chain-provider

Conversation

@clabby
Copy link
Contributor

@clabby clabby commented Apr 6, 2024

Overview

Note

Blocked by need for TxDeposit variant in TxEnvelope.

Implements an online implementation of the ChainProvider trait, backed by an alloy RPC client. This provider is gated by the alloy-providers feature flag.

@clabby clabby added K-feature Kind: feature A-proof Area: proof crates labels Apr 6, 2024
@clabby clabby self-assigned this Apr 6, 2024
@clabby clabby force-pushed the cl/online-chain-provider branch 7 times, most recently from 86d10c2 to 072309b Compare April 6, 2024 06:39
Copy link
Contributor

@refcell refcell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's keep the lints if possible by adding a new non-default online feature flag?

@clabby clabby force-pushed the cl/online-chain-provider branch from 072309b to a3e9da7 Compare April 8, 2024 17:30
@clabby clabby force-pushed the cl/online-chain-provider branch from a3e9da7 to e78b15b Compare April 8, 2024 17:46
@refcell refcell added this pull request to the merge queue Apr 8, 2024
Merged via the queue into main with commit 74a838a Apr 8, 2024
@github-actions github-actions bot mentioned this pull request Apr 8, 2024
@clabby clabby deleted the cl/online-chain-provider branch April 19, 2024 18:51
This was referenced May 29, 2024
This was referenced Jun 6, 2024
This was referenced Jun 16, 2024
theochap pushed a commit to ethereum-optimism/optimism that referenced this pull request Dec 10, 2025
* feat(derive): Online `ChainProvider` impl

lint

* feat(derive): Add start of `L2SafeBlockProvider`

* feat(derive): Add caching to providers

* chore(derive): Rename `alloy-providers` feature to `online`

* chore(derive): rebase
theochap pushed a commit to ethereum-optimism/optimism that referenced this pull request Jan 14, 2026
* feat(derive): Online `ChainProvider` impl

lint

* feat(derive): Add start of `L2SafeBlockProvider`

* feat(derive): Add caching to providers

* chore(derive): Rename `alloy-providers` feature to `online`

* chore(derive): rebase
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

A-proof Area: proof crates K-feature Kind: feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants