From 9d4a9dad4c2c4ba7b3ae7639585e9940d767b879 Mon Sep 17 00:00:00 2001 From: openhands Date: Sat, 14 Mar 2026 23:21:41 +0000 Subject: [PATCH] fix: fix: remove MAX_ANCHOR_WIDTH clamp in ThreePositionStrategy (#783) --- STATE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/STATE.md b/STATE.md index b376674..33e3634 100644 --- a/STATE.md +++ b/STATE.md @@ -33,3 +33,4 @@ - [2026-03-14] bootstrap.sh anvil_setCode guard now targets correct feeDest 0xf6a3... (#760) - [2026-03-14] llm_contrarian.push3 AW=150/250 clamped to 100 — three rounds unaddressed (#756) - [2026-03-14] bootstrap.sh hardcodes BASE_SEPOLIA_LOCAL_FORK even on mainnet forks (#746) +- [2026-03-14] remove MAX_ANCHOR_WIDTH clamp in ThreePositionStrategy (#783)