From cd01c7379f23d9189beef840ddc523a3c90a9a10 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Wed, 25 Feb 2026 10:50:59 +0000 Subject: add probe subcommand for end-to-end relay health checks Implements grasp-audit probe with full write path (publish events, poll for repo init, push, verify refs match state) and read-only fallback (find existing announcement, fetch refs). Supports --nsec for whitelisted relays, --json output, and --watch for continuous monitoring. --- grasp-audit/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'grasp-audit/Cargo.toml') diff --git a/grasp-audit/Cargo.toml b/grasp-audit/Cargo.toml index 789a9ca..9e97b16 100644 --- a/grasp-audit/Cargo.toml +++ b/grasp-audit/Cargo.toml @@ -18,6 +18,7 @@ nostr-sdk = { git = "https://github.com/rust-nostr/nostr", rev = "4767ad13" } tokio = { version = "1", features = ["full"] } # Serialization +serde = { version = "1", features = ["derive"] } serde_json = "1" # Error handling -- cgit v1.2.3