mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-08-27 04:11:08 +00:00
The golden-vector harness always set gas_limit == cycles, so `reserve - (f_base + tip)` was structurally always 0 and the reserve/actual split fee_reserve exists for (SPECS.md:132) was never exercised. Give the usage-example test independent gas_limit=60_000 / cycles=50_000 (per SPECS.md Annex A "Usage"), add intermediate release assertions, and add a focused unit test asserting a public fee_reserve value directly. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>