Henry

Results 165 comments of Henry

I see, okay. I think there is retry logic if something goes wrong in patchwork. Ideally there should be more e2e scenarios in the tests folder of this implementation. Testing...

> I take it that is how SSB currently does things. Yes, what I call legacy here prefigures it's actually deprecation. There was a protocol meetup about three years ago,...

Yes! I probably need to make sure the tests are enabled but I implemented it so that the query code understands other feed suffixes already. You can do `createHistoryStream --id...

> Would it be possible for you to note message format updates in this thread? Or is there a better place (on the Web) to subscribe to? If you want...

That's odd... I haven't seen these in a long time and not from clean slate... @ahdinosaur can you try running with `-fsck sequence`? If that finds any error you need...

Hmmm sadly a hard no on re-using the folder with flumedb software directly. What I _do_ have however is [this soft-fork of oasis](https://git.sr.ht/~cryptix/ssb-oasis/refs) that works with the `.ssb-go/socket`, in general...

@arj03 found a bug ( https://github.com/ssbc/epidemic-broadcast-trees/pull/42 ) where a peer received a message, confirmed it but then looses it somehow. It's a great test case (dealing with misbehaving remote peers...

Thanks for dipping your toes in! :) Initially I did pass strings to eval directly from env but it felt way to weird. Looking at it again zoomed out more,...