Bump substrate version (#120)

* bump substrate

* cargo fmt --all
This commit is contained in:
Svyatoslav Nikolsky
2020-06-03 06:23:32 +03:00
committed by Bastian Köcher
parent 944859319e
commit a7e7c895f6
15 changed files with 277 additions and 217 deletions
+1 -1
View File
@@ -673,7 +673,7 @@ impl<T: Trait> Storage for BridgeStorage<T> {
};
let last_signal_block = header.context.last_signal_block().cloned();
HeadersByNumber::append_or_insert(header.header.number, vec![header.hash]);
HeadersByNumber::append(header.header.number, header.hash);
Headers::<T>::insert(
&header.hash,
StoredHeader {
+1
View File
@@ -59,6 +59,7 @@ impl frame_system::Trait for TestRuntime {
type DbWeight = ();
type BlockExecutionWeight = ();
type ExtrinsicBaseWeight = ();
type MaximumExtrinsicWeight = ();
type AvailableBlockRatio = AvailableBlockRatio;
type MaximumBlockLength = MaximumBlockLength;
type Version = ();