Commit 48d7b4a
Distinguish Soroban from classic state in "Why local disk stays bounded"
State archival is a Soroban-only mechanism — only contract data and
contract code entries carry a rent balance and get evicted. Classic
ledger entries (accounts, trustlines, offers, claimable balances,
liquidity pool shares, data entries) don't expire. The previous text
implied the rent model applied universally, which is wrong.
Split the explanation into two paragraphs: one for Soroban entries
(bounded by archival), one for classic entries (bounded by reserve
requirements as anti-spam friction). Keep the practical bottom line
that the working set still lands in the 30-60 GB range.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 22c6972 commit 48d7b4a
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
92 | 94 | | |
93 | 95 | | |
94 | 96 | | |
| |||
0 commit comments