diff --git a/README.md b/README.md index 5cb2d002..a8d269dd 100644 --- a/README.md +++ b/README.md @@ -396,12 +396,6 @@ Both pitfalls were diagnosed from on-chain state and are now documented as manda - [ ] Volatility-responsive dynamic fee - [ ] Separate vault contract for buffer custody - [ ] Multisig admin -- [ ] **Code style cleanup:** Resolve `forge lint` notes — - SCREAMING_SNAKE_CASE immutables, mixedCase variables/functions - in test harnesses, unused imports, and the `asm-keccak256` - note on `_positionKey()` (minor gas optimization, correctness - unaffected). Zero impact on security; deferred to mainnet - hardening pass. - [ ] **`DemoLPRouter.sol` hardening:** Add ERC20 transfer return-value checks (currently unchecked — acceptable for MockUSDC testnet demo, not production-ready).