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

migrate eip5792 and eip7547 from alloy repo to here #29

Closed
wants to merge 1 commit into from

Conversation

Pana
Copy link

@Pana Pana commented Feb 13, 2025

Move all EIP-related crates to this repository for unified management.

These two crates will be removed from the Alloy repo after this PR is merged.

Motivation

Solution

PR Checklist

  • Added Tests
  • Added Documentation
  • Breaking changes

Copy link
Member

@mattsse mattsse left a comment

Choose a reason for hiding this comment

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

I think we want at least some of those.

however, all crates in this repository can't have any dependencies from alloy-rs/alloy because otherwise we will run into cyclic dep issues eventually.


version.workspace = true
edition.workspace = true
rust-version.workspace = true
Copy link
Member

Choose a reason for hiding this comment

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

this we can't do because now we need to vendor them individually so all of them must be assigned the current alloy version


[dependencies]
alloy-primitives = { workspace = true, features = ["serde", "map"] }
alloy-serde.workspace = true
Copy link
Member

Choose a reason for hiding this comment

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

this we can't do,
or at leat we need extract the serde crate first:

https://github.com/alloy-rs/serde

Copy link
Member

Choose a reason for hiding this comment

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

this is also problematic currently because this depends on alloy- crate as well

@Pana Pana closed this Feb 17, 2025
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