git.delta.rocks / unique-network / refs/commits / 333b2b4b7046

difftreelog

Increase total block weight.

Joshy Orndorff2020-03-06parent: #390af9f.patch.diff
in: master

1 file changed

modifiedruntime/src/lib.rsdiffbeforeafterboth
120120
121parameter_types! {121parameter_types! {
122 pub const BlockHashCount: BlockNumber = 250;122 pub const BlockHashCount: BlockNumber = 250;
123 pub const MaximumBlockWeight: Weight = 1_000_000;123 pub const MaximumBlockWeight: Weight = 1_000_000_000;
124 pub const AvailableBlockRatio: Perbill = Perbill::from_percent(75);124 pub const AvailableBlockRatio: Perbill = Perbill::from_percent(75);
125 pub const MaximumBlockLength: u32 = 5 * 1024 * 1024;125 pub const MaximumBlockLength: u32 = 5 * 1024 * 1024;
126 pub const Version: RuntimeVersion = VERSION;126 pub const Version: RuntimeVersion = VERSION;