Jorropo
Jorropo
> Do you still see "~1h sync problem" if you resolve IPNS name published with --ttl set to 1m? No, however this is not controlled by the user in question,...
> [!WARNING] > This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite....
* **#536** * **#535** * **#534** * **#578** 👈 (View in Graphite) * `main` This stack of pull requests is managed by Graphite. Learn more about stacking.
Thx a lot this is pretty clear, while working on #423 I was looking at changing this part of the code (backpressure free prefix-sum-like state versioning that would more aggressively...
This was reverted https://github.com/ipfs/boxo/pull/444
@hannahhoward wouldn't at-worst after 30s the wantlist rebroadcast happens and unblock the session, or after 2 RTTs ? Because if the session never ever sends a WANT-BLOCK we could get...
Ok intresting, what I was trying to get at is that something is left in a bad invalid state.
Need tests and changelog
We ultimately went that route because it satisfy both: - Session producers don't need a pointer to some already shared object (like `blockservice`) to inject a session in their context....
https://github.com/ipfs/boxo/tree/main/examples/unixfs-file-cid already has all modules demonstrated for the server pipeline. This looks hairy, will loop back to see how can this be improved.