Ws-port argument has been repalced with rpc-port (#2140)

* ws-port argument has been repalced with rpc-port

* fixed paras pallet weight and expose unsigned validation

* add bootnodes to RialtoParachain collators

* another bump + increase block proposal time

* revert RUST_LOG=trace for test network nodes
This commit is contained in:
Svyatoslav Nikolsky
2023-05-18 17:16:07 +03:00
committed by Bastian Köcher
parent 9a8491dec8
commit 1e56593bf2
3 changed files with 51 additions and 5 deletions
@@ -502,8 +502,8 @@ pub async fn start_node(
keystore,
force_authoring,
slot_duration,
// We got around 500ms for proposing
block_proposal_slot_portion: SlotProportion::new(1f32 / 24f32),
// We got around 1000ms for proposing
block_proposal_slot_portion: SlotProportion::new(1f32 / 12f32),
telemetry,
max_block_proposal_slot_portion: None,
},