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: add rpc-types-anvil #526

Merged
merged 4 commits into from
Apr 13, 2024
Merged

feat: add rpc-types-anvil #526

merged 4 commits into from
Apr 13, 2024

Conversation

mattsse
Copy link
Member

@mattsse mattsse commented Apr 13, 2024

adds a crate for rpc types used by anvil

there are only a handful types, it's easier to maintain these in this workspace, and we could also an anvil provider trait for specific dev functions,
and this would also make it possible to define server API traits:

paradigmxyz/reth#7495

@mattsse mattsse added the enhancement New feature or request label Apr 13, 2024
crates/rpc-types-anvil/README.md Outdated Show resolved Hide resolved
crates/rpc-types-anvil/src/lib.rs Outdated Show resolved Hide resolved
clippy::missing_const_for_fn,
rustdoc::all
)]
#![allow(missing_docs)]
Copy link
Member

Choose a reason for hiding this comment

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

add follow up issue to remove this, we want docs, but don't want to block this PR on it since it's a niche-ish crate and it is blocking other work streams

@mattsse mattsse merged commit 8cb0307 into main Apr 13, 2024
18 checks passed
@mattsse mattsse deleted the matt/add-rpc-types-anvil branch April 13, 2024 06:03
ben186 pushed a commit to ben186/alloy that referenced this pull request Jul 27, 2024
* feat: add rpc-types-anvil

* Update crates/rpc-types-anvil/README.md

Co-authored-by: Oliver Nordbjerg <[email protected]>

* Update crates/rpc-types-anvil/src/lib.rs

Co-authored-by: Oliver Nordbjerg <[email protected]>

* add docs

---------

Co-authored-by: Oliver Nordbjerg <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants