breadhunter

Results 16 comments of breadhunter

Forgot to attach a file with snapshot data. Here it is: [loadedSnapshotData.log](https://github.com/orbitdb/orbit-db/files/6901441/loadedSnapshotData.log)

Sure, I'll try to prepare something testable. Btw. it's probably obvious for you but I measured that the most time-consuming part of fetching an entry is `ipfs.dag.get` in `readCbor` (orbit-db-io)....

Yes, that's right, we connect over tor so even local dev is not local 😅 Of course we can increase the timeout but then loading entries from snapshot will take...

@aphelionz Sorry for such a long wait. I made a separate branch on https://github.com/ZbayApp/waggle: `test/ipfs-initial-sync`, test and readme are in `src/nodeTest/README.md`. If you have any questions feel free to ask....

FYI, tests are now in waggle's master branch in `src/nodeTest`. The most interesting for you @aphelionz (in tthe context of this issue) would be snapshotTestTor.ts (throwing timeouts) and snapshotTest.ts (for...

Thank you for the response. Yeah, scrollToBottom solves one problem but now I know why we used the 'column-reverse' (it was implemented before I became involved in the project). We...

Not directly connected but rather pre-work: https://github.com/TryQuiet/quiet/pull/2493 Reason: we use similar or identical methods across all our stores so I introduced simple abstractions. This structure will ensure that we will...

About the last case: ``` 04-16 16:51:24.793 27888 27969 E NODEJS-MOBILE: 2024-04-16T14:51:24.793Z backend:TorControl Tor connected 04-16 16:51:24.802 27888 27969 E NODEJS-MOBILE: 2024-04-16T14:51:24.802Z backend:StorageService Subscribed to channel general_a8922f4d5e26c2e78ab08eaad1414fd8 04-16 16:51:25.352 27888...

~https://github.com/TryQuiet/quiet/pull/2393~ Due to delay in our sprint schedules this step became a part of the next step (#2312) so it will be merged as one MR: https://github.com/TryQuiet/quiet/pull/2438