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

Add blanket impl of Transaction, TxReceipt and BlockHeader references #1657

Merged
merged 1 commit into from
Nov 18, 2024

Conversation

emhane
Copy link
Contributor

@emhane emhane commented Nov 17, 2024

Motivation

Improve usability of abstraction of data primitives. Ref paradigmxyz/reth#12613.

Solution

Add blanket implementations of Transaction and BlockHeader for &T and Arc<T>.

PR Checklist

  • Added Tests
  • Added Documentation
  • Breaking changes

@klkvr klkvr merged commit d771192 into main Nov 18, 2024
26 checks passed
@klkvr klkvr deleted the emhane/auto-impl-prim-traits branch November 18, 2024 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants