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: make import_transactions use network generics #13110

Merged
merged 1 commit into from
Dec 3, 2024

Conversation

Rjected
Copy link
Member

@Rjected Rjected commented Dec 3, 2024

This makes import_transactions not use default types, also makes transaction_events generic.

@Rjected Rjected added C-enhancement New feature or request A-networking Related to networking in general A-sdk Related to reth's use as a library labels Dec 3, 2024
@Rjected Rjected removed this pull request from the merge queue due to a manual request Dec 3, 2024
@Rjected Rjected added this pull request to the merge queue Dec 3, 2024
@@ -697,13 +700,15 @@ where

impl<Pool, N> TransactionsManager<Pool, N>
where
Pool: TransactionPool,
Pool: TransactionPool + 'static,
Copy link
Collaborator

Choose a reason for hiding this comment

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

I see, we have autom_impl for & so we need to add these

Merged via the queue into main with commit 35cfd41 Dec 3, 2024
42 checks passed
@Rjected Rjected deleted the dan/import-transactions-network-primitives branch December 3, 2024 21:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-networking Related to networking in general A-sdk Related to reth's use as a library C-enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants