glyph closed issue golgi-ssb/golgi#35 2022-11-22 12:14:13 +00:00
Explore names RPC methods
glyph commented on issue golgi-ssb/golgi#35 2022-11-22 12:14:09 +00:00
Explore names RPC methods
glyph deleted branch add_tangles_thread from golgi-ssb/golgi 2022-11-22 07:56:30 +00:00
glyph pushed to main at golgi-ssb/golgi 2022-11-22 07:56:29 +00:00
0c083b5ce4 Merge pull request 'Add tangles.thread RPC method and example' (#60) from add_tangles_thread into main
ea7fc86ee1 Merge branch 'main' into add_tangles_thread
f6b561ebde clarify tangles.thread doc comment
8dac8b1a62 remove unneeded imports
87f75fae94 remove debugging println
Compare 8 commits »
glyph merged pull request golgi-ssb/golgi#60 2022-11-22 07:56:29 +00:00
Add tangles.thread RPC method and example
glyph pushed to add_tangles_thread at golgi-ssb/golgi 2022-11-22 07:55:44 +00:00
ea7fc86ee1 Merge branch 'main' into add_tangles_thread
2b37f19a27 Merge pull request 'fix: use new urls' (#58) from decentral1se/golgi:fix-urls into main
7024797e0f fix: use new urls
Compare 3 commits »
glyph created pull request golgi-ssb/golgi#60 2022-11-22 07:54:40 +00:00
Add tangles.thread RPC method and example
glyph pushed to add_tangles_thread at golgi-ssb/golgi 2022-11-22 07:50:01 +00:00
f6b561ebde clarify tangles.thread doc comment
glyph pushed to add_tangles_thread at golgi-ssb/golgi 2022-11-22 07:45:34 +00:00
8dac8b1a62 remove unneeded imports
87f75fae94 remove debugging println
Compare 2 commits »
glyph commented on issue golgi-ssb/golgi#44 2022-11-18 13:51:35 +00:00
Getting votes on a particular post?

Here's another one that yields a vote, but in general I'm seeing far fewer than I would expect.

sbotcli replies "%Pnas64BJ60qbHF34BvsHiXYvMRj7CyKq8nsOlDCsWqA=.sha256" 
glyph commented on issue golgi-ssb/golgi#59 2022-11-18 13:25:18 +00:00
Golgi could vendor go-sbot?

I guess you could just curl/download the binary via a URL which picks the right architecture and fires it up with a shell command

Cool, that sounds like a nice solution to me!

Sounds a…

glyph commented on issue golgi-ssb/golgi#44 2022-11-18 13:21:50 +00:00
Getting votes on a particular post?

Hmm I am seeing votes in some cases but not others (and not all the votes).

Here's an example:

sbotcli replies "%vY53ethgEG1tNsKqmLm6isNSbsu+jwMf/UNGMfUiLm0=.sha256" 
glyph created branch add_tangles_thread in golgi-ssb/golgi 2022-11-18 13:12:05 +00:00
glyph pushed to add_tangles_thread at golgi-ssb/golgi 2022-11-18 13:12:05 +00:00
a08f3adbef add an example of calling the tangles.thread rpc method
5c4b92a8bf add tangles.thread rpc method
195eeb523c make timestamp field an option for SsbMessageKVT and derive eq where partialeq is already derived
Compare 3 commits »
glyph commented on issue golgi-ssb/golgi#59 2022-11-18 07:35:14 +00:00
Golgi could vendor go-sbot?

Huh...that's an interesting idea. How would the deployment / installation of go-sbot work? Include a script(s) in golgi to do that?

This reminds me that I really need to tackle: https://git.…

glyph commented on issue golgi-ssb/golgi#54 2022-11-18 07:28:56 +00:00
Scuttle Golgi

Also some notes from my call with boreq:

https://hackmd.io/@Ip262E0TThagICNLwYhMfQ/rkgt7SbXj

glyph commented on issue golgi-ssb/golgi#44 2022-11-18 07:25:10 +00:00
Getting votes on a particular post?

I currently have tangles.thread working on dev branches of kuska + golgi. I'm making sure all the optional args work as expected and then I'll get that all merged.

My workaround idea for…

glyph commented on issue golgi-ssb/golgi#42 2022-11-18 07:17:56 +00:00
Invite.use

Thanks, @decentral1se !

I'll keep this issue open for the moment, just until I have the chance to test the behaviour from golgi -> go-sbot.

glyph pushed to main at golgi-ssb/golgi 2022-11-18 07:14:50 +00:00
2b37f19a27 Merge pull request 'fix: use new urls' (#58) from decentral1se/golgi:fix-urls into main
7024797e0f fix: use new urls
Compare 2 commits »
glyph merged pull request golgi-ssb/golgi#58 2022-11-18 07:14:49 +00:00
fix: use new urls