In the MomentumUpdateRule, kappa serves as a measure of aggressiveness. With a scale of [-1, 1], scenarios may arise where the kappa vector has values that sum to 0 despite containing both positive and negative values.
Example with 4 kappa values:
[-0.5e18, 0.25e18, 0.2e18, 0.05e18]
While each value individually satisfies the expected range, a sum of 0 introduces calculation errors in the system.
A kappa vector summing to 0 causes broken calculations in the MomentumUpdateRule.
Manual review.
Use the absolute value for kappa to avoid summation issues:
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.