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: use reth-rpc-types #89

Merged
merged 10 commits into from
Jan 4, 2024
Merged

Conversation

mattsse
Copy link
Member

@mattsse mattsse commented Dec 18, 2023

move all of reth-rpc-types to alloy-rpc-types.

This moves commonly used types, tracer and eth namespace types from reth.
The transaction types are removed here because they will be added via #83

This likely needs a bunch of followup PRs but should unblock foundry-rs/foundry#6219

this is still a bit messy and I think we want to divide this up further,
perhaps we even want:
rpc-eth-core-types (this is for things like BlockId BlockNumber) etc.
rpc-eth-types (with common namespaces)
rpc-tracer-types
rpc-common (like serde_helpers)
rpc-engine-types
rpc-relay/beacon-types

@mattsse mattsse force-pushed the matt/replace-rpc-types-with-reth-rpc-types branch from 8d7efb9 to f6d8525 Compare December 18, 2023 17:24
@mattsse mattsse force-pushed the matt/replace-rpc-types-with-reth-rpc-types branch from f6d8525 to 34074fe Compare December 18, 2023 17:26
crates/rpc-types/Cargo.toml Show resolved Hide resolved
crates/rpc-types/src/eth/fee.rs Outdated Show resolved Hide resolved
@Evalir Evalir merged commit 5f849d1 into main Jan 4, 2024
17 checks passed
@Evalir Evalir deleted the matt/replace-rpc-types-with-reth-rpc-types branch January 4, 2024 14:23
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.

3 participants