Implement proper checking of inherents

This commit is contained in:
Luke Parker
2022-11-01 16:37:50 -04:00
parent 19154cf8e1
commit aa0a4cf106
8 changed files with 89 additions and 41 deletions

2
Cargo.lock generated
View File

@@ -7328,6 +7328,7 @@ dependencies = [
"async-trait",
"futures",
"log",
"sc-block-builder",
"sc-client-api",
"sc-consensus",
"sc-executor",
@@ -8884,6 +8885,7 @@ dependencies = [
"async-trait",
"parity-scale-codec",
"sp-runtime",
"thiserror",
"tokio",
]