Skip to content

Commit

Permalink
Apply local patch to evm for quick iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
MOZGIII committed Dec 17, 2024
1 parent 2e6cc7d commit c21b518
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Cargo.lock

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

6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,12 @@ pallet-evm-precompile-simple = { git = "https://github.com/humanode-network/fron
pallet-evm-system = { git = "https://github.com/humanode-network/frontier", branch = "debug-opcodes-v0.9.42", default-features = false }
pallet-evm-test-vector-support = { git = "https://github.com/humanode-network/frontier", branch = "debug-opcodes-v0.9.42", default-features = false }

[patch."https://github.com/humanode-network/evm"]
evm = { path = "../evm" }
evm-core = { path = "../evm/core" }
evm-gasometer = { path = "../evm/gasometer" }
evm-runtime = { path = "../evm/runtime" }

[profile.release]
debug = "line-tables-only"

Expand Down

0 comments on commit c21b518

Please sign in to comment.