Skip to content

Commit

Permalink
Run DDC verification OCW every block on cere
Browse files Browse the repository at this point in the history
  • Loading branch information
khssnv committed Nov 21, 2024
1 parent d094be6 commit f883b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/cere/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1337,7 +1337,7 @@ impl pallet_ddc_verification::Config for Runtime {
type OffchainIdentifierId = ddc_primitives::crypto::OffchainIdentifierId;
type ActivityHasher = BlakeTwo256;
const MAJORITY: u8 = 67;
const BLOCK_TO_START: u16 = 100; // every 100 blocks
const BLOCK_TO_START: u16 = 1; // every block
const DAC_REDUNDANCY_FACTOR: u16 = 3;
type AggregatorsQuorum = MajorityOfAggregators;
const MAX_PAYOUT_BATCH_SIZE: u16 = MAX_PAYOUT_BATCH_SIZE;
Expand Down

0 comments on commit f883b9d

Please sign in to comment.