Skip to content

Commit

Permalink
feat: use EIP3074 instructions from external repo (#78)
Browse files Browse the repository at this point in the history
* feat: use eip3074 instructions from external repo

* fix instructions reference

* add rev to eip3074-instructions dep
  • Loading branch information
fgimenez committed May 30, 2024
1 parent 6109a79 commit 9458e32
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 923 deletions.
19 changes: 9 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace]
members = ["bin/alphanet/", "crates/instructions", "crates/node", "crates/precompile", "crates/testing"]
members = ["bin/alphanet/", "crates/node", "crates/precompile", "crates/testing"]
default-members = ["bin/alphanet/"]
resolver = "2"

Expand Down Expand Up @@ -41,7 +41,6 @@ incremental = false

[workspace.dependencies]
# alphanet
alphanet-instructions = { path = "crates/instructions" }
alphanet-node = { path = "crates/node" }
alphanet-precompile = { path = "crates/precompile" }

Expand Down Expand Up @@ -69,6 +68,7 @@ reth-tracing = { git = "https://github.com/paradigmxyz/reth.git", rev = "76b32c8
clap = "4"
eyre = "0.6.12"
tracing = "0.1.0"
eip3074-instructions = { git = "https://github.com/paradigmxyz/eip3074-instructions.git", rev = "a9022e4" }

# misc-testing
rstest = "0.18.2"
Expand Down
31 changes: 0 additions & 31 deletions crates/instructions/Cargo.toml

This file was deleted.

117 changes: 0 additions & 117 deletions crates/instructions/src/context.rs

This file was deleted.

Loading

0 comments on commit 9458e32

Please sign in to comment.