-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v0.14.0 #500
Release v0.14.0 #500
Conversation
Merge Back Release 0.13.1
ci: gateway-conformance v0.4
…ange Co-authored-by: Henrique Dias <[email protected]> Co-authored-by: Marcin Rataj <[email protected]>
Let's not repeat ipfs/go-block-format#45 interface for struct with one implementation and no value added.
Keeping a counter should not require query-ing the blockstore repeteadly for every single block received, so I have added an option to disable it. Currently there is the assumption that doing Has() calls is cheap. That can be correct for most cases but also badly incorrect for others.
... when duplicated block stats are disabled.
bitswap/client: add option to disable duplicated block stats
The old version was not very smart and wasted DNS lookup per every inlined DNSLink label (my-v--long-example-com) before retrying with un-inlined one (my.v-long.example.com). This version is optimized to avoid unnecessary DNS lookup for the golden path majority of inlined DNS names on subdomain will hit. It also ensures that in case of missing DNSLink, the un-inlined domain name is used in error path, which makes better UX.
faster implementation + exported funcs for reuse outside of boxo/gateway
MVP for #6097 This feature will repeatedly reconnect (with a randomized exponential backoff) to peers in a set of "peered" peers. In the future, this should be extended to: 1. Include a CLI for modifying this list at runtime. 2. Include additional options for peers we want to _protect_ but not connect to. 3. Allow configuring timeouts, backoff, etc. 4. Allow groups? Possibly through textile threads. 5. Allow for runtime-only peering rules. 6. Different reconnect policies. But this MVP should be a significant step forward. This commit was moved from ipfs/kubo@978091a
Co-authored-by: Will <[email protected]> This commit was moved from ipfs/kubo@8e52c7f
* better name for timer * cancel context from within stop This commit was moved from ipfs/kubo@0551c4d
This commit was moved from ipfs/kubo@fe2b289
This commit was moved from ipfs/kubo@87a293f
Co-authored-by: Henrique Dias <[email protected]>
License: MIT Signed-off-by: Łukasz Magiera <[email protected]> This commit was moved from ipfs/kubo@d35dac7
License: MIT Signed-off-by: Łukasz Magiera <[email protected]> This commit was moved from ipfs/kubo@0e6f8d4
closes #6391 License: MIT Signed-off-by: Raúl Kripalani <[email protected]> This commit was moved from ipfs/kubo@e8c2852
This commit was moved from ipfs/kubo@5d468e2
This commit was moved from ipfs/kubo@a53d480
We've deprecated this system and have yet to move to a new system. We might as well remove everything, switch to a new system, then deliberately trace the entire system. This commit was moved from ipfs/kubo@906f45e
Fixes: #9225 This commit was moved from ipfs/kubo@196887c
* feat(bootstrap): save connected peers as backup temporary bootstrap ones * fix: do not add duplicated oldSavedPeers, not using tags, reuse randomizeList * test: add regression test * chore: add changelog --------- Co-authored-by: Henrique Dias <[email protected]> Co-authored-by: Marcin Rataj <[email protected]> This commit was moved from ipfs/kubo@63561f3
This commit was moved from ipfs/kubo@f12b372
…0029) Fix panic when backup bootstrap peer load and save funcs are nil A panic occurs when the first bootstrap round runs is these functions are not assigned in the configuration: - `LoadBackupBootstrapPeers` - `SaveBackupBootstrapPeers` This fix assumes that it is acceptable for these functions to be nil, as it may be desirable to disable the backup peer load and save functionality. This commit was moved from ipfs/kubo@c46cbec
This commit was moved from ipfs/kubo@66590e3
Co-authored-by: Jorropo <[email protected]>
chore: migrate bootstrap
Suggested version: Changes in (empty)
Cutting a Release (and modifying non-markdown files)This PR is modifying both Automatically created GitHub ReleaseA draft GitHub Release has been created. |
Codecov Report
@@ Coverage Diff @@
## release #500 +/- ##
===========================================
- Coverage 66.56% 65.65% -0.91%
===========================================
Files 207 207
Lines 24692 25604 +912
===========================================
+ Hits 16435 16811 +376
- Misses 6837 7323 +486
- Partials 1420 1470 +50
|
Release v0.14.0 This commit was moved from ipfs/boxo@07c5719
Release v0.14.0 This commit was moved from ipfs/boxo@07c5719
No description provided.