git.delta.rocks / unique-network / refs/commits / 9560f3be3055

difftreelog

misc: remive frontier dependency

Trubnikov Sergey2023-01-12parent: #2f30e2f.patch.diff
in: master

2 files changed

modifiedCargo.lockdiffbeforeafterboth
2330 "hex",2330 "hex",
2331 "hex-literal",2331 "hex-literal",
2332 "impl-trait-for-tuples",2332 "impl-trait-for-tuples",
2333 "pallet-evm",
2334 "primitive-types 0.12.1",2333 "primitive-types 0.12.1",
2335 "sha3-const",2334 "sha3-const",
2336 "similar-asserts",2335 "similar-asserts",
modifiedcrates/evm-coder/Cargo.tomldiffbeforeafterboth
--- a/crates/evm-coder/Cargo.toml
+++ b/crates/evm-coder/Cargo.toml
@@ -19,8 +19,6 @@
 # We have tuple-heavy code in solidity.rs
 impl-trait-for-tuples = "0.2.2"
 
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }
-
 [dev-dependencies]
 # We want to assert some large binary blobs equality in tests
 hex = "0.4.3"