Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
DO NOT PUSH
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandru Gheorghe <[email protected]>
  • Loading branch information
alexggh committed Aug 17, 2023
1 parent 1aa937d commit 973af25
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion node/network/approval-distribution/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1112,7 +1112,12 @@ impl State {
return
},
};

for candidate_index in claimed_candidate_indices.iter_ones() {
gum::error!(
target: LOG_TARGET, ?block_hash, ?candidate_index, ?validator_index,
peer_id = ?source.peer_id(), "Received assignment"
);
}
// Compute metadata on the assignment.
let (message_subject, message_kind) = (
MessageSubject(block_hash, claimed_candidate_indices.clone(), validator_index),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ chain_spec_command = "polkadot build-spec --chain rococo-local --disable-default

[relaychain.genesis.runtime.runtime_genesis_config.configuration.config]
needed_approvals = 8
relay_vrf_modulo_samples = 3
relay_vrf_modulo_samples = {{RELAY_VRF_MODULO_SAMPLES}}

[relaychain.genesis.runtime.runtime_genesis_config.configuration.config.approval_voting_params]
max_approval_coalesce_count = {{MAX_APPROVAL_COALESCE_COUNT}}
Expand Down

0 comments on commit 973af25

Please sign in to comment.