fix: fix: FitnessEvaluator.t.sol broken on Base mainnet fork (#780)

Address review feedback:
- Add comment on FEE_DEST explaining why it differs from DeployBaseMainnet.sol:
  on a Base mainnet fork, 0xf6a3...D9011 has contract code which triggers
  feeDestinationLocked=true; keccak-derived address is a guaranteed EOA
- Expand bytecodes.txt EOF guard with a pipeline-mismatch warning log
- Fix STATE.md entry to use imperative verb form per project convention

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
openhands 2026-03-15 02:13:04 +00:00
parent b3007e8f11
commit cef4c3038b
2 changed files with 10 additions and 2 deletions

View file

@ -36,4 +36,4 @@
- [2026-03-14] remove MAX_ANCHOR_WIDTH clamp in ThreePositionStrategy (#783)
- [2026-03-14] increase CALCULATE_PARAMS_GAS_LIMIT from 200k to 500k (#782)
- [2026-03-15] add evolution run 8 champion to seed pool (#781)
- [2026-03-15] FitnessEvaluator.t.sol broken on Base mainnet fork (#780)
- [2026-03-15] fix FitnessEvaluator.t.sol broken on Base mainnet fork (#780)