upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/test_utils/src
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2024-07-02 08:54:55 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2024-07-02 08:54:55 +0100
commit58cc0a9662e1bd087c2910eb15aa7568f088bba5 (patch)
tree051b00c33d283da35c58d70622f7f679b24d7c8f /test_utils/src
parent9ba3dc08e60906cef6c82a375d3c427d2b2f4733 (diff)
feat(send): tag each maintainer's repo event
instead of just tagging the first maintainer's repo event and each maintainer with a p tag This allows for easier discoverability of the proposal when: * the first maintainer hasn't issued a repo event * the maintainers change over time and the single tagged repo event is no listed as a maintainer in anyone elses repo event
Diffstat (limited to 'test_utils/src')
-rw-r--r--test_utils/src/lib.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/test_utils/src/lib.rs b/test_utils/src/lib.rs
index ba9d30c..2825eaa 100644
--- a/test_utils/src/lib.rs
+++ b/test_utils/src/lib.rs
@@ -101,7 +101,8 @@ pub static TEST_KEY_2_NSEC: &str =
101 "nsec1ypglg6nj6ep0g2qmyfqcv2al502gje3jvpwye6mthmkvj93tqkesknv6qm"; 101 "nsec1ypglg6nj6ep0g2qmyfqcv2al502gje3jvpwye6mthmkvj93tqkesknv6qm";
102pub static TEST_KEY_2_NPUB: &str = 102pub static TEST_KEY_2_NPUB: &str =
103 "npub1h2yz2eh0798nh25hvypenrz995nla9dktfuk565ljf3ghnkhdljsul834e"; 103 "npub1h2yz2eh0798nh25hvypenrz995nla9dktfuk565ljf3ghnkhdljsul834e";
104 104pub static TEST_KEY_2_PUBKEY_HEX: &str =
105 "ba882566eff14f3baa976103998c452d27fe95b65a796a6a9f92628bced76fe5";
105pub static TEST_KEY_2_DISPLAY_NAME: &str = "carole"; 106pub static TEST_KEY_2_DISPLAY_NAME: &str = "carole";
106pub static TEST_KEY_2_ENCRYPTED: &str = "...2"; 107pub static TEST_KEY_2_ENCRYPTED: &str = "...2";
107pub static TEST_KEY_2_KEYS: Lazy<nostr::Keys> = 108pub static TEST_KEY_2_KEYS: Lazy<nostr::Keys> =