Update to latest Substrate & Polkadot (#131)

* Switch to latest Substrate & Polkadot

* Update again
This commit is contained in:
Bastian Köcher
2020-07-01 10:38:26 +02:00
committed by GitHub
parent 95ffb06f77
commit 30ad930159
12 changed files with 779 additions and 479 deletions
@@ -191,6 +191,7 @@ impl frame_system::Trait for Runtime {
type ExtrinsicBaseWeight = ExtrinsicBaseWeight;
type BlockExecutionWeight = ();
type MaximumExtrinsicWeight = MaximumExtrinsicWeight;
type BaseCallFilter = ();
}
parameter_types! {