docs: scope sponsor rent recovery to terminal subscriptions#218
Open
dev-jodee wants to merge 1 commit into
Open
docs: scope sponsor rent recovery to terminal subscriptions#218dev-jodee wants to merge 1 commit into
dev-jodee wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Compute Unit Report
🔺 increase · 🔻 decrease · – unchanged · 🆕 new · 🗑 removed (vs Generated: 2026-07-21 |
dev-jodee
force-pushed
the
fix/guard-same-slot-abandoned-recovery
branch
from
July 21, 2026 18:37
5051d43 to
f59d979
Compare
dev-jodee
force-pushed
the
fix/doc-sponsor-subscription-rent-scope
branch
from
July 21, 2026 18:37
60ce239 to
f51e5fe
Compare
dev-jodee
force-pushed
the
fix/doc-sponsor-subscription-rent-scope
branch
from
July 21, 2026 18:43
f51e5fe to
5d752df
Compare
dev-jodee
force-pushed
the
fix/guard-same-slot-abandoned-recovery
branch
from
July 21, 2026 18:43
f59d979 to
e7d2d9c
Compare
dev-jodee
force-pushed
the
fix/guard-same-slot-abandoned-recovery
branch
from
July 21, 2026 18:48
e7d2d9c to
ef5a8db
Compare
dev-jodee
force-pushed
the
fix/doc-sponsor-subscription-rent-scope
branch
from
July 21, 2026 18:48
5d752df to
8f630cb
Compare
The intro claimed rent "stays recoverable" via the abandoned-recovery instructions after any authority close/reinit, but those only fire once the authority is terminal (closed or init_id rotated) or the plan ends. A subscriber who revokes only their ATA delegate leaves the subscription open and uncollectable, and on a perpetual plan the sponsor cannot reclaim its rent until the subscriber cancels or closes the authority. Correct the intro claim and expand the collectability note to spell out the sponsor rent implication and recommend a finite end_ts when sponsoring.
dev-jodee
force-pushed
the
fix/doc-sponsor-subscription-rent-scope
branch
from
July 21, 2026 18:51
8f630cb to
4f830b9
Compare
dev-jodee
force-pushed
the
fix/guard-same-slot-abandoned-recovery
branch
from
July 21, 2026 18:51
ef5a8db to
b7545af
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Stacked on #217.
Summary
Docs-only. The intro claimed rent "stays recoverable" via the abandoned-recovery instructions after any authority close/reinit — but those only fire once the authority is terminal (closed or
init_idrotated) or the plan ends. A subscriber who revokes only their ATA delegate leaves the subscription open and uncollectable; on a perpetual (end_ts == 0) plan the sponsor cannot reclaim its rent until the subscriber cancels or closes the authority.README.md) to scope it to terminal states.end_tswhen sponsoring subscriptions.Test Plan
just fmtclean. No code/ABI/behavior change.