From f1b3fcc40ab666d8def97096d1942c274da9b279 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Tue, 11 Jun 2024 16:21:44 +0100 Subject: chore: bump rust-nostr to v0.32.0 both nostr and nostr-sdk packages and also in test_utils fix the many breaking changes fix: ignore trailing slash when depuplicate relays for send events. this was picked up as TagStandard::RelayMetadata has started adding a traling slash. refactor cli output test function `expect_send_with_progress` so that relays can succeed / fail in a random order --- tests/list.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/list.rs') diff --git a/tests/list.rs b/tests/list.rs index 61c2201..cd071a9 100644 --- a/tests/list.rs +++ b/tests/list.rs @@ -181,6 +181,7 @@ mod cannot_find_repo_event { event_id: repo_event.id, author: Some(TEST_KEY_1_KEYS.public_key()), relays: vec!["ws://localhost:8056".to_string()], + kind: None, } .to_bech32()?, )?; -- cgit v1.2.3