From 70cce9ec12eea0ae1891f5c46e31b5393b4f7a40 Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Sun, 17 Dec 2023 00:14:24 -0500 Subject: [PATCH] Remove sp-crypto-ec-utils patch reintroduced in latest rebase --- Cargo.lock | 2 ++ Cargo.toml | 5 ----- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9fa6f06a2..6e245c811 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7581,6 +7581,7 @@ dependencies = [ "frame-support", "frame-system", "frame-system-rpc-runtime-api", + "pallet-authorship", "pallet-babe", "pallet-grandpa", "pallet-timestamp", @@ -7658,6 +7659,7 @@ dependencies = [ "sp-io", "sp-runtime", "sp-session", + "sp-staking", "sp-std", ] diff --git a/Cargo.toml b/Cargo.toml index c61ce6af8..0d71272ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -129,11 +129,6 @@ w3f-bls = { path = "substrate/tree-cleanup/w3f-bls" } [patch."https://github.com/w3f/ring-vrf"] bandersnatch_vrfs = { path = "substrate/tree-cleanup/bandersnatch_vrfs" } -# The external arkworks-substrate repo refers back to the paritytech -# polkadot-sdk repo, hence patching it to point to serai-dex's -[patch."https://github.com/paritytech/polkadot-sdk"] -sp-crypto-ec-utils = { git = "https://github.com/serai-dex/polkadot-sdk", branch = "experimental" } - [workspace.lints.clippy] unwrap_or_default = "allow" borrow_as_ptr = "deny"