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

refactor: add util/types/provider crates #364

Merged
merged 1 commit into from
Sep 14, 2023
Merged

Conversation

dancoombs
Copy link
Collaborator

Create 3 new crates:

  • utils: for top level utils functions (no dependencies on other rundler crates)
  • types: for common rundler types
  • provider: for data/chain provider traits and implementations. Renamed EntryPointLike to EntryPoint and ProviderLike to Provider to be more inline with Reth's naming here.

Copy link
Collaborator

@0xfourzerofour 0xfourzerofour left a comment

Choose a reason for hiding this comment

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

Looks good, not really any changes apart from imports

@dancoombs dancoombs merged commit 76d25ae into main Sep 14, 2023
5 checks passed
@dancoombs dancoombs deleted the danc/more-crates branch September 14, 2023 18:26
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