Commit Graph

3 Commits

Author SHA1 Message Date
Erik Johnston 14d0c84f73 Use empty hashes mk3 2026-05-14 17:54:05 +01:00
Erik Johnston b24e9c310e tests: add missing required event fields in tests that build dicts directly
Some test fixtures construct event/PDU dicts inline rather than via
make_test_event — typically because they then run them through
add_hashes_and_signatures or otherwise depend on the exact dict shape.
Add the format-required fields (depth, hashes, auth_events,
prev_events, ...) inline in those cases so they keep working under
the strict (Rust-bound) constructor.
2026-05-14 13:46:20 +01:00
Quentin Gliech be362429de Refuse requests and events signed by banned signing keys (#19459)
Co-authored-by: Devon Hudson <devonhudson@librem.one>
2026-02-12 16:39:59 +01:00