| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-11-20 | refactor: isolate each grasp-audit lib test with minimal boilerplate | DanConwayDev | |
| - Add isolated_test! macro pattern to nip34_announcements.rs and nip01_compliance.rs - Each test runs with its own fresh relay instance for complete isolation - Make all individual test functions public in grasp-audit library (nip01_smoke.rs, event_acceptance_policy.rs) - Eliminates 122 lines of boilerplate across integration tests - Tests: 15 GRASP-01 event acceptance policy tests + 6 NIP-01 smoke tests - Ensures tests don't interfere with each other, preventing flakiness | |||
| 2025-11-19 | fix some clippy fmt warnings | DanConwayDev | |
| 2025-11-05 | restructure grasp01 audit tests and add event acceptance | DanConwayDev | |