Summary
get_claimable() is a lightweight view function but there is no test verifying it returns 0 immediately after a full withdraw() call with no additional time passing. This is the most common polling pattern for UIs — check claimable, withdraw, check claimable again to confirm zero.
Tasks
Labels: testing, forge-stream