mirror of
https://github.com/logos-blockchain/research.git
synced 2026-08-07 11:43:20 +00:00
The study started as a peering-degree question and grew well past it: propagation, adversary exposure, deanonymization and time-to-link, reliability under uniform and correlated churn, messaging redundancy, and cover traffic. The pd name no longer describes it. tools/simulators/blend/pd/ -> tools/simulators/blend/, package src/pd -> src/blend, and reports/blend/pd/ -> reports/blend/. Moved with git mv so history follows. The text substitutions are deliberately narrow. pd is also the conventional pandas alias, and pandas genuinely has a pd.plotting submodule, so a blanket pd. -> blend. rewrite would have corrupted four files. Only package-unambiguous forms were changed: from pd.X, -m pd.X, pd.<our module>, PD_BYTES_BUDGET, src/pd, and the pyproject name. All four import pandas as pd lines are untouched and verified. Both READMEs reframed: peering degree is now presented as the primary axis that ties the others together rather than as the subject, and the relative links, which lost a directory level in the move, are corrected. Verified after the move: ruff clean, 101 tests, 45 verify anchors, make targets, the script shims, an end-to-end smoke run, and data/report_numbers.py still reproducing the report tables from the checked-in evidence. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
18 lines
804 B
YAML
18 lines
804 B
YAML
# Main study grid (N up to 1e5; both adversary modes; degree is the primary axis).
|
|
n_nodes: [1000, 10000, 100000]
|
|
degree: [3, 4, 6, 8, 12, 16]
|
|
blend_hops: [1, 2, 3, 5]
|
|
max_blend_delay: [3]
|
|
unresponsive_frac: [0.0, 0.05, 0.1, 0.2, 0.3, 0.5]
|
|
f_adv: [0.05, 0.1, 0.2, 0.33, 0.5]
|
|
adversary_mode: [random, worstcase_coverage, worstcase_eclipse]
|
|
seeds: 8
|
|
base:
|
|
# 1000 rounds x 8 topology seeds = 8000 rounds per cell: measured SEM <= 0.009 on the delivery
|
|
# rates and <= 0.04 s on the full-delay means, so the report's rate tables and 0.1-second delay
|
|
# tables are resolved rather than sampling noise. (Coverage at degree 3 / u=0.5 stays noisy at
|
|
# any round count -- it sits on the percolation threshold, where topologies genuinely differ.)
|
|
n_rounds: 1000
|
|
n_placements: 8
|
|
worstcase_max_n: 100000
|