Conversation
* chore: auto-open resources * chore: increase CI timeout
Co-authored-by: Andrew Chou <andrewchou@fastmail.com>
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Issue right now: Hypercore 11 introduced a "remote contiguous range" feature to track which blocks a remote peer has in a row. This has been combined with not sending ranges to peers if they already have data that is available locally. This breaks our code's assumptions because ranges the We either need to use something else to calculate the e.g. broadcastRange early returns now since the local core has the data already and the remote peer knows that. |
|
We could also monkey patch the replication logic to get rid of the early returns just for comapeo peers. |
|
Adding proper support for the |
|
Another patched hole is the I'm going to try to monkey patch the replicator to override its onhave. Or maybe we could monkeypatch the |
Closes #1042