Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(rpc): decouple op receipt response #8353

Merged
merged 48 commits into from
May 27, 2024

Conversation

emhane
Copy link
Member

@emhane emhane commented May 22, 2024

  • Adds builder for RPC receipt response
  • Moves optimism response body extension logic to optimism crate
  • Removes deps dep:reth-evm-optimism and reth-evm-optimism/optimism from optimism feature in reth-rpc

@emhane emhane added A-rpc Related to the RPC implementation A-op-reth Related to Optimism and op-reth labels May 22, 2024
@emhane emhane added S-blocked This cannot more forward until something else changes C-debt Refactor of code section that is hard to understand or maintain labels May 22, 2024
@emhane
Copy link
Member Author

emhane commented May 22, 2024

blocked by matt/scaffold-ethapi which should be base, but isn't compiling yet, will change base when I got that code with skeleton code for type OpEthApi compiling

Copy link
Collaborator

@mattsse mattsse left a comment

Choose a reason for hiding this comment

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

I like this a lot as an initial step towards rpc abstraction

have a few nits

crates/optimism/rpc/src/lib.rs Outdated Show resolved Hide resolved
crates/optimism/rpc/src/receipts.rs Outdated Show resolved Hide resolved
@emhane emhane requested a review from mattsse May 25, 2024 14:06
@emhane emhane changed the base branch from main to matt/scaffold-ethapi May 27, 2024 12:19
@emhane emhane removed the S-blocked This cannot more forward until something else changes label May 27, 2024
@emhane emhane dismissed mattsse’s stale review May 27, 2024 12:20

merging down to topic branch matt/scaffold-ethapi for further review

@emhane emhane merged commit 8a2379b into matt/scaffold-ethapi May 27, 2024
25 of 31 checks passed
@emhane emhane deleted the emhane/rpc-build-receipts branch May 27, 2024 12:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-op-reth Related to Optimism and op-reth A-rpc Related to the RPC implementation C-debt Refactor of code section that is hard to understand or maintain
Projects
None yet
Development

Successfully merging this pull request may close these issues.