fix: Red-team: replace ethPerToken with exact total-LM-ETH metric (#539)
Replace the ethPerToken metric (free balance / adjusted supply) with total LM ETH (free + WETH + position-locked) using a forge script with exact Uni V3 integer math. Collapses 4+ RPC calls and Python float approximation into a single forge script call using LiquidityAmounts + TickMath. Also updates red-team prompt, report format, memory extraction, and adds roadmap items for #536-#538 (backtesting pipeline, Push3 evolution). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
9832b454df
commit
0ddc1ccd80
3 changed files with 242 additions and 100 deletions
|
|
@ -52,6 +52,9 @@ when the protocol changes — not the marketing copy.
|
|||
- Staker governance for optimizer upgrades (vote with stake weight)
|
||||
- On-chain training data → new optimizer contracts via Push3 transpiler
|
||||
- Remove admin key in favor of staker voting
|
||||
- Adversarial backtesting: replay red-team attack sequences against optimizer candidates (#536)
|
||||
- Push3 optimizer evolution: mutate, score against attacks, select survivors (#537)
|
||||
- Unified Push3 → deploy pipeline: transpile, compile, UUPS upgrade in one command (#538)
|
||||
|
||||
## Fee Destination
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue