mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 11:41:02 +00:00
* point to branch * update babe API implementations * build * Revert "point to branch" This reverts commit 669fde1e58cac1eef1847d5e6b39520fa4953f33. * update Cargo.lock * bump
This commit is contained in:
committed by
GitHub
parent
bb856698a4
commit
5a0327cc30
Generated
+138
-138
File diff suppressed because it is too large
Load Diff
@@ -1235,6 +1235,10 @@ sp_api::impl_runtime_apis! {
|
||||
Babe::current_epoch_start()
|
||||
}
|
||||
|
||||
fn current_epoch() -> babe_primitives::Epoch {
|
||||
Babe::current_epoch()
|
||||
}
|
||||
|
||||
fn generate_key_ownership_proof(
|
||||
_slot_number: babe_primitives::SlotNumber,
|
||||
authority_id: babe_primitives::AuthorityId,
|
||||
|
||||
@@ -1231,6 +1231,10 @@ sp_api::impl_runtime_apis! {
|
||||
Babe::current_epoch_start()
|
||||
}
|
||||
|
||||
fn current_epoch() -> babe_primitives::Epoch {
|
||||
Babe::current_epoch()
|
||||
}
|
||||
|
||||
fn generate_key_ownership_proof(
|
||||
_slot_number: babe_primitives::SlotNumber,
|
||||
authority_id: babe_primitives::AuthorityId,
|
||||
|
||||
@@ -809,6 +809,10 @@ sp_api::impl_runtime_apis! {
|
||||
Babe::current_epoch_start()
|
||||
}
|
||||
|
||||
fn current_epoch() -> babe_primitives::Epoch {
|
||||
Babe::current_epoch()
|
||||
}
|
||||
|
||||
fn generate_key_ownership_proof(
|
||||
_slot_number: babe_primitives::SlotNumber,
|
||||
authority_id: babe_primitives::AuthorityId,
|
||||
|
||||
@@ -741,6 +741,10 @@ sp_api::impl_runtime_apis! {
|
||||
Babe::current_epoch_start()
|
||||
}
|
||||
|
||||
fn current_epoch() -> babe_primitives::Epoch {
|
||||
Babe::current_epoch()
|
||||
}
|
||||
|
||||
fn generate_key_ownership_proof(
|
||||
_slot_number: babe_primitives::SlotNumber,
|
||||
_authority_id: babe_primitives::AuthorityId,
|
||||
|
||||
@@ -955,6 +955,10 @@ sp_api::impl_runtime_apis! {
|
||||
Babe::current_epoch_start()
|
||||
}
|
||||
|
||||
fn current_epoch() -> babe_primitives::Epoch {
|
||||
Babe::current_epoch()
|
||||
}
|
||||
|
||||
fn generate_key_ownership_proof(
|
||||
_slot_number: babe_primitives::SlotNumber,
|
||||
authority_id: babe_primitives::AuthorityId,
|
||||
|
||||
Reference in New Issue
Block a user