- getLiquidityParams() now reverts with "OptimizerV3Push3: not for production use" instead of silently returning zeroed bear-mode defaults; LiquidityManager.recenter() already has a try/catch fallback so backtesting is unaffected - Added @custom:experimental NatSpec annotation to the contract marking it as a transpiler harness / backtesting stub only - DeployBase.sol now validates any pre-existing optimizer address by calling getLiquidityParams() and reverting if it fails, blocking accidental wiring of OptimizerV3Push3 as a live optimizer Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| backtesting | ||
| BaseDeploy.sol | ||
| BootstrapVWAPPhase2.s.sol | ||
| DeployBase.sol | ||
| DeployBaseMainnet.sol | ||
| DeployBaseSepolia.sol | ||
| DeployCommon.sol | ||
| DeployLocal.sol | ||
| LmTotalEth.s.sol | ||
| UpgradeOptimizer.sol | ||