difftreelog
misc: remive frontier dependency
in: master
2 files changed
Cargo.lockdiffbeforeafterboth2330 "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",crates/evm-coder/Cargo.tomldiffbeforeafterboth19# We have tuple-heavy code in solidity.rs19# We have tuple-heavy code in solidity.rs20impl-trait-for-tuples = "0.2.2"20impl-trait-for-tuples = "0.2.2"2122pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }232124[dev-dependencies]22[dev-dependencies]25# We want to assert some large binary blobs equality in tests23# We want to assert some large binary blobs equality in tests