mirror of
https://github.com/logos-blockchain/research.git
synced 2026-08-08 20:23:28 +00:00
Audited the report against this session's artifacts. All 37 figures are referenced and none is orphaned, sec 8.3 items 1-19 are contiguous, and no internal anchor is dead. Two knobs were measured but undocumented, and the simulator README had drifted behind the code: - sec 7 now documents f_precision alongside fixed_point, with the three measured arms (0.99997 exact / 1.01026 at the spec's 1e3 / 0.99990 at 1e6) rather than just the closed form, and says plainly that the default is the DESIGN choice while a spec-faithful arm needs both flipped. - sec 7 gains deep_orphan_share, with its three regimes: 0.25% honestly, 3.3% at 8 slots of per-recipient jitter, 19-41% under a private chain. It is the quantity p_ref conflates with "eligible but never picked up", which is the distinction that answered item 5. - The simulator README lists the four new scripts and the new configs, describes all three adversary strategies (the selfish one was undocumented there), adds the new fork-structure metrics, and carries a short "modelling the DEPLOYED chain rather than the mechanism" table -- the two defaults that are deliberately not spec-faithful, and when to flip them. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Logos Blockchain Research
Languages
Python
90.8%
C
3.2%
Shell
3%
Rust
1.9%
Makefile
0.9%
Other
0.2%