kenny
Results
2
issues of
kenny
**Problem** A trader classically buys `C(q')-C(q)` from the LMSR for current and trader-desired quantity vector `q, q'`, resp. This isn't what's implemented in `LMSRMarketMaker.sol`. **Fix** Documentation explaining how the actual...
bug
P3
documentation
**Issue** Lines 87-100 of `contracts/LMSRMarketMaker.sol` provide an outdated explanation for how `offset` is computed (from back when logarithms/powers were using base-10). **Fix** In brief: `EXP_LIMIT` is actually `184 * ONE`,...
bug
P3
documentation