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
Summary
get_claimable()is a lightweight view function but there is no test verifying it returns0immediately after a fullwithdraw()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
get_claimable()returnsrate * 100withdraw()get_claimable()returns0get_claimable()returnsrate * 50(only newly accrued)get_stream_status().withdrawableLabels:
testing,forge-stream