chore: analysis tooling, research artifacts, and code quality

- Analysis: parameter sweep scripts, adversarial testing, 2D frontier maps
- Research: KRAIKEN_RESEARCH_REPORT, SECURITY_REVIEW, STORAGE_LAYOUT
- FuzzingBase: consolidated fuzzing helper, BackgroundLP simulation
- Sweep results: CSV data for full 4D sweep (1050 combos), bull-bear,
  AS sweep, VWAP fix validation
- Code quality: .gitignore for fuzz CSVs, gas snapshot, updated docs
- Remove dead analysis helpers (CSVHelper, CSVManager, ScenarioRecorder)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
openhands 2026-02-13 18:22:03 +00:00
parent d64b63aff4
commit b7260b2eaf
256 changed files with 30276 additions and 1579 deletions

3
onchain/.gas-snapshot Normal file
View file

@ -0,0 +1,3 @@
LiquidityManagerTest:testRecenterUsesAvailableEthWhenToken0IsWeth() (gas: 24129653)
OptimizerTest:testOtherLiquidityParams() (gas: 69058)
SupplyCorruptionTest:testRecenterDoesNotCorruptSupply() (gas: 1389332)