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

feat: generic data primitives PersistenceHandle #12968

Merged
merged 6 commits into from
Nov 30, 2024

Conversation

hoank101
Copy link
Contributor

Closes #12942

emhane
emhane previously requested changes Nov 29, 2024
@hoank101 hoank101 marked this pull request as ready for review November 30, 2024 09:52
@hoank101 hoank101 requested a review from emhane November 30, 2024 09:56
Comment on lines 197 to +198
sender: Sender<PersistenceAction>,
_marker: std::marker::PhantomData<N>,
Copy link
Collaborator

Choose a reason for hiding this comment

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

in a next step, we need to apply the same to PersistenceAction, then we can get rid of the phantomdata

@mattsse mattsse added this pull request to the merge queue Nov 30, 2024
@mattsse mattsse added the A-sdk Related to reth's use as a library label Nov 30, 2024
Merged via the queue into paradigmxyz:main with commit e0cad9f Nov 30, 2024
41 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-sdk Related to reth's use as a library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Generic data primitives PersistenceHandle
3 participants