Companion PR for warp sync support. (#3382)

* Update for the new GrandpaAPI

* Update substrate

* Update substrate
This commit is contained in:
Arkadiy Paronyan
2021-08-02 11:59:50 +02:00
committed by GitHub
parent 3445cbecd0
commit 30e3012270
8 changed files with 189 additions and 182 deletions
+4
View File
@@ -1274,6 +1274,10 @@ sp_api::impl_runtime_apis! {
Grandpa::grandpa_authorities()
}
fn current_set_id() -> fg_primitives::SetId {
Grandpa::current_set_id()
}
fn submit_report_equivocation_unsigned_extrinsic(
equivocation_proof: fg_primitives::EquivocationProof<
<Block as BlockT>::Hash,