error rework, for polkadot convenience (#7446)

Co-authored-by: Bernhard Schuster <bernhard@parity.io>
Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
This commit is contained in:
Bernhard Schuster
2020-10-28 15:04:56 +01:00
committed by GitHub
parent 1679919830
commit 9687759774
17 changed files with 152 additions and 128 deletions
+5 -3
View File
@@ -8086,7 +8086,6 @@ dependencies = [
name = "sp-blockchain"
version = "2.0.0"
dependencies = [
"derive_more",
"log",
"lru 0.4.3",
"parity-scale-codec",
@@ -8096,6 +8095,7 @@ dependencies = [
"sp-database",
"sp-runtime",
"sp-state-machine",
"thiserror",
]
[[package]]
@@ -8110,7 +8110,6 @@ dependencies = [
name = "sp-consensus"
version = "0.8.0"
dependencies = [
"derive_more",
"futures 0.3.5",
"futures-timer 3.0.2",
"libp2p",
@@ -8129,6 +8128,7 @@ dependencies = [
"sp-utils",
"sp-version",
"substrate-prometheus-endpoint",
"thiserror",
"wasm-timer",
]
@@ -8235,6 +8235,7 @@ dependencies = [
"sp-std",
"sp-storage",
"substrate-bip39",
"thiserror",
"tiny-bip39",
"tiny-keccak",
"twox-hash",
@@ -8289,11 +8290,11 @@ dependencies = [
name = "sp-inherents"
version = "2.0.0"
dependencies = [
"derive_more",
"parity-scale-codec",
"parking_lot 0.10.2",
"sp-core",
"sp-std",
"thiserror",
]
[[package]]
@@ -8564,6 +8565,7 @@ dependencies = [
"sp-runtime",
"sp-std",
"sp-trie",
"thiserror",
"trie-db",
"trie-root",
]