go-ssb icon indicating copy to clipboard operation
go-ssb copied to clipboard

Go implementation of ssb (work in progress!)

Results 73 go-ssb issues
Sort by recently updated
recently updated
newest added

In my opinion code such as this is incorrect: https://github.com/ssbc/go-ssb/blob/2cdd828cd8c898441c18b4b05790dc17007519ee/graph/builder.go#L105-L112 Reasoning: https://pkg.go.dev/github.com/dgraph-io/badger/v3#Item.Key: >Key is only valid as long as item is valid, or transaction is valid. If you need to...

bug

# How to help - Pick a test from the list below :spiral_notepad: - Run the test over and over again until you see a failure (see below for HOWTO)...

testing

I *think* this is due to the changes from #325 https://github.com/ssbc/go-ssb/actions/runs/4148776408/jobs/7177107308

testing

Just spotted another race condition we need to deal with. When live indexing is enabled, the indexing system runs two queries: a non-live query to pick up the old message,...

bug

From what I can tell from reading through the Margaret code, there should be some kind of a processing/setter function which is called by Margaret for each message on each...

question

> === RUN TestFSCK/multipleFeeds > 2023/01/06 19:51:42 saved identity @BaAwQpOHxpe/AcoyFAj7eiJw8YJVg/fn+kdPqdNOqmI=.ed25519 to testrun/TestFSCK/multipleFeeds/secrets/one > 2023/01/06 19:51:42 saved identity ssb:feed/gabbygrove-v1/UMUGKvc_ALU64irfCr9JF1vda1ygNa-EKSj3wskj_uc= to testrun/TestFSCK/multipleFeeds/secrets/two > 2023/01/06 19:51:42 saved identity @8y+d7T4N70nOJnUkYyF1H697rlEwHlKZLLt7FOU41t4=.ed25519 to testrun/TestFSCK/multipleFeeds/secret > fsck_test.go:212:...

testing

During https://github.com/ssbc/go-ssb/pull/259, it failed on https://github.com/ssbc/go-ssb/actions/runs/3725019672/jobs/6317560947: > 2022/12/18 13:20:07 [margaret/indexes/badger] overwrote batch limit 0 > 2022/12/18 13:20:07 saved identity @kRgzANjqLkqoSgL5C0sk+zhSAuAK050E4xkylPYh+4U=.ed25519 to /tmp/TestReplicate3922500462/secret > 2022/12/18 13:20:07 saved identity @kPdM/hp+ZdgH3SvkUgkfSPpBGRSNDUXEdK+ViGEuhHc=.ed25519 to /tmp/TestReplicate2514830284/secret...

testing

https://github.com/ssbc/go-ssb/issues/237 ``` 2023/01/08 21:54:06 [margaret/indexes/badger] overwrote batch limit 0 === RUN TestPrivateGroupsManualDecrypt groups_test.go:77: %qpKNP2y03haoasJ1muIPbV5u/IWYQlJKkMLevqqG43A=.cloaked root: %S6FKwPFNBIQGhMvZCl8wuPOsyGAJFEqY1nZkqRxDHZE=.sha256 groups_test.go:88: {"type":"group/init","name":"hello, my group","tangles":{"group":{"root":null,"previous":null},"members":{"root":null,"previous":null}}} groups_test.go:93: post 2023/01/08 21:57:17 saved identity @ezzoYn+g2PM0VKbEoZZfUpk+IRdXGcDs3id1T60HJW0=.ed25519 to testrun/TestPrivateGroupsManualDecrypt/tal/secret groups_test.go:127:...

testing

Once https://github.com/ssbc/go-ssb/issues/237 lands, we can guard the test suite with something like: https://github.com/planetary-social/scuttlego/blob/main/Makefile https://github.com/planetary-social/scuttlego/blob/main/.github/workflows/ci.yml @boreq CI magic

testing

It runs on a Luigi pump without guarding. There's probably a similar race condition problem that the indexes have had.

bug