Issue 068: Implement dispute resolution voting weight
Area: Contracts
Priority: Medium
Files: contracts/predict-iq/src/modules/disputes.rs
Problem
Dispute voting exists but weight calculation may not account for stake size. Equal-weight voting can be gamed.
Acceptance Criteria
- Vote weight is proportional to stake or reputation\n- Weight calculation is documented\n- Tests verify weighted outcomes\n- Weight manipulation is prevented
Issue 068: Implement dispute resolution voting weight
Area: Contracts
Priority: Medium
Files: contracts/predict-iq/src/modules/disputes.rs
Problem
Dispute voting exists but weight calculation may not account for stake size. Equal-weight voting can be gamed.
Acceptance Criteria