Commit 91ab8a9
committed
docs: reconcile port/unimplemented/absolute claims + storage caveats (7.2, 7.5, 7.6, 5.3, 5.6)
7.2 — cli.md notes the port is operator-chosen (loti init suggests 7000, the examples
use it; the sim uses a fixed 666) rather than implying a single canonical port.
7.5 — cli.md flags node start / --reference / config as planned-not-built and marks the
node-start transcript accordingly, so the command reference isn't read as all-implemented.
7.6 — README calls discoveries best-effort (can abort/expire/undetermined); the
'prove bounds for any event' goal is what a *found* chain guarantees, not that one is
always findable.
5.3 — cli.md: only clock-event storage is ring-pruned; published-event content is a
separate, unpruned store (a heavy publisher's disk grows), reported by db stat. Also
fixed the undefined 'a' in the precision formula to 1/C (matching theory.md).
5.6 — embedded.md documents that safe-mode per-commit fsync runs on the single reactor
thread and stalls networking under storage latency; lazy mode moves it off the hot path.1 parent 5385c83 commit 91ab8a9
3 files changed
Lines changed: 25 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
49 | 53 | | |
50 | 54 | | |
51 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
103 | 105 | | |
104 | 106 | | |
105 | | - | |
106 | | - | |
| 107 | + | |
| 108 | + | |
107 | 109 | | |
108 | 110 | | |
109 | 111 | | |
| |||
192 | 194 | | |
193 | 195 | | |
194 | 196 | | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
195 | 203 | | |
196 | 204 | | |
197 | 205 | | |
198 | 206 | | |
199 | | - | |
| 207 | + | |
200 | 208 | | |
201 | 209 | | |
202 | 210 | | |
| |||
433 | 441 | | |
434 | 442 | | |
435 | 443 | | |
436 | | - | |
| 444 | + | |
437 | 445 | | |
438 | 446 | | |
439 | 447 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
163 | 170 | | |
164 | 171 | | |
165 | 172 | | |
| |||
0 commit comments