mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-19 10:01:02 +00:00
babe: restore epoch changes migration code (#5487)
This was removed in https://github.com/paritytech/substrate/pull/5291 but is still too early to do it as it requires nodes still on Polkadot v0.7.26 to resync from scratch.
This commit is contained in:
@@ -16,6 +16,8 @@
|
||||
|
||||
//! Generic utilities for epoch-based consensus engines.
|
||||
|
||||
pub mod migration;
|
||||
|
||||
use std::{sync::Arc, ops::Add, collections::BTreeMap, borrow::{Borrow, BorrowMut}};
|
||||
use parking_lot::Mutex;
|
||||
use codec::{Encode, Decode};
|
||||
|
||||
Reference in New Issue
Block a user