diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2026-01-23 17:19:48 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2026-01-27 20:38:07 +0000 |
| commit | 26e3f24e491ac0b9a61eaa2831de250b68bd9d96 (patch) | |
| tree | a07a4cd7dffe1dd09f4bc8af9b7cc2e699e6db12 /src | |
| parent | cbb0e768641a6ca0cbd7e7013437cc71b920004d (diff) | |
Fix double-counting bug in parse failures extraction
The script was counting the same invalid announcement twice because:
- Write policy logs use hex event IDs
- Builder logs use note1 (bech32) event IDs
- Deduplication only worked within each format
Fix: Only extract from write policy logs (hex IDs) to avoid the
format mismatch. Builder logs contain the same events, so we don't
lose any data.
Result: 446 entries → 223 unique invalid announcements (correct count)
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions