update substrate & polkadot (#472)

* update substrate

* try again
This commit is contained in:
Xiliang Chen
2021-06-05 02:43:29 +12:00
committed by GitHub
parent 23d7afceb4
commit 0a5dbafd53
8 changed files with 282 additions and 249 deletions
@@ -102,6 +102,7 @@ mod tests {
.build_or_panic();
pub BlockLength: limits::BlockLength = limits::BlockLength::max(2 * 1024);
pub const AvailableBlockRatio: Perbill = Perbill::one();
pub const MaxReserves: u32 = 50;
}
impl frame_system::Config for Test {
@@ -138,6 +139,8 @@ mod tests {
type AccountStore = System;
type MaxLocks = ();
type WeightInfo = ();
type MaxReserves = MaxReserves;
type ReserveIdentifier = [u8; 8];
}
pub struct OneAuthor;