The LikeRegistry::matchRewards()
function deploys MultiSig wallets and sends funds to them, but there is no way to track which MultiSig wallets were deployed for which matches. This makes it impossible to:
Verify where user funds were sent which puts user funds at risk
Look up the MultiSig wallet address for a given match
To track MultiSig wallet deployments, we can add an event that emits the addresses of both matched users and the deployed MultiSig wallet address. This provides several benefits:
Transparency - Users can verify which MultiSig wallet was created for their match by looking up events
Auditability - The full history of MultiSig deployments is recorded on-chain
Frontend Integration - dApps can easily fetch and display MultiSig wallet addresses for users
Debugging - Makes it easier to track down issues by having a clear record of deployments
Please read the CodeHawks documentation to know which submissions are valid. If you disagree, provide a coded PoC and explain the real likelyhood and the detailed impact on the mainnet without any supposition (if, it could, etc) to prove your point.
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.