Update the wasm builder to substrate master (#1029)

* chore: update the wasm builder to substrate master
* Bump Substrate
* Update weight of sending remarks

ref https://github.com/paritytech/polkadot/pull/3354

Co-authored-by: Hernando Castano <hernando@hcastano.com>
This commit is contained in:
Chevdor
2021-06-25 09:26:06 +02:00
committed by Bastian Köcher
parent 655901250d
commit c8aeb11b26
9 changed files with 10 additions and 8 deletions
+1
View File
@@ -304,6 +304,7 @@ pub fn new_full(mut config: Configuration) -> Result<TaskManager, ServiceError>
sync_oracle: network.clone(),
justification_sync_link: network.clone(),
block_proposal_slot_portion: SlotProportion::new(2f32 / 3f32),
max_block_proposal_slot_portion: None,
telemetry: telemetry.as_ref().map(|x| x.handle()),
})?;