Update secp256k1 and remove unrequired usage (#3502)

* Update secp256k1 and remove unrequired usage

* Rename missed old crate names

* Enable required feature
This commit is contained in:
Bastian Köcher
2021-07-20 19:21:27 +02:00
committed by GitHub
parent d3adc575a6
commit b94f294f4d
8 changed files with 92 additions and 46 deletions
-1
View File
@@ -60,7 +60,6 @@ polkadot-runtime-parachains = { path = "../parachains", default-features = false
[dev-dependencies]
hex-literal = "0.3.1"
libsecp256k1 = "0.3.5"
tiny-keccak = "2.0.2"
keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" }
sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" }