pub fn read_ledger_notes(path: &Path) -> Vec<LedgerNote>Expand description
Read notes from a edda log --json-style JSONL file (row-per-event).
Malformed lines skipped; missing file ⇒ empty. Kept as a testable path
alongside notes_from_events (which reads structured Events directly).