Why Nostr? What is Njump?
2024-07-03 00:54:01

npub1mn…ss4gq on Nostr: commit 659a966ce49fb619f0440607c548cc32358b1c8b Author: @RandyMcMillan ...

commit 659a966ce49fb619f0440607c548cc32358b1c8b
Author: @RandyMcMillan <[email protected]>
Date: Mon Jan 15 19:49:40 2024 -0500

.gitmodules:bits:gnostr-bits:v0.0.0

make bits

diff --git a/.gitmodules b/.gitmodules
index 42f7995fb..085402b83 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -134,3 +134,6 @@
url = https://github.com/gnostr-org/gnostr-modal
ignore = dirty
depth = shallow
+[submodule "gnostr-bits"]
+ path = bits
+ url = https://github.com/gnostr-org/gnostr-bits.git
diff --git a/bits b/bits
new file mode 160000
index 000000000..d6f8ac246
--- /dev/null
+++ b/bits
@@ -0,0 +1 @@
+Subproject commit d6f8ac246ecb8707b10531e2d34b6824230befbe
diff --git a/gnostr.mk b/gnostr.mk
index bc84d4421..5fee76515 100644
--- a/gnostr.mk
+++ b/gnostr.mk
@@ -285,6 +285,11 @@ bins-test-fetch-by-id:
gnostr-fetch-by-id wss://relay.damus.io fbf73a17a4e0fe390aba1808a8d55f1b50717d5dd765b2904bf39eba18c51f7c | jq || true
#gnostr-fetch-by-id wss://relay.damus.io fbf73a17a4e0fe390aba1808a8d55f1b50717d5dd765b2904bf39eba18c51f7c | jq .content || true

+.PHONY:bits gnostr-bits
+gnostr-bits:bits
+bits:
+ @devtools/refresh-submodules.sh bits
+ @cd bits && make build-release install && cd ..
.PHONY:modal gnostr-modal
gnostr-modal:modal
modal:
Author Public Key
npub1mnlg68ce3lx2762u3puanf6zh8u4wxjqtmaxkaxuraygscgvfd8qyss4gq