Labels: Soroban, Stellar Wave, contract, gas, performance
Complexity: Medium (150)
Description
A benchmark gate landed in an earlier wave, but budgets are aggregate. A regression in one entrypoint can hide beneath overall headroom, and an entrypoint that quietly grows past the transaction budget only fails on-chain.
Acceptance Criteria
- Each public entrypoint has a recorded CPU and memory budget.
- Tests fail when an entrypoint exceeds its budget beyond a documented tolerance.
- Budget changes require an explicit, reviewable update rather than passing silently.
- The report names the entrypoint and the delta on failure.
Labels: Soroban, Stellar Wave, contract, gas, performance
Complexity: Medium (150)
Description
A benchmark gate landed in an earlier wave, but budgets are aggregate. A regression in one entrypoint can hide beneath overall headroom, and an entrypoint that quietly grows past the transaction budget only fails on-chain.
Acceptance Criteria