Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
Loading