kubo/core
Marcin Rataj 5d2e6a751f refactor: improve provider-keystore shutdown coordination
Refactor the provider shutdown coordination introduced in b30bc30c9
to make the dependency relationship more explicit and maintainable.

Changes:
- combine provider.Close() and keystore.Close() into a single
  ensureProviderClosesBeforeKeystore fx hook
- add detailed documentation explaining the race condition and
  why this shutdown order is critical
- make the code more self-documenting

The original fix in b30bc30c9 correctly solved the "keystore is closed"
shutdown errors. This refactor improves code clarity without changing
the functional behavior.
2025-11-07 17:20:38 +01:00
..
commands fix(provider/stats): number format (#11045) 2025-11-01 08:20:41 +01:00
coreapi refactor(config): migration 17-to-18 to unify Provider/Reprovider into Provide.DHT (#10951) 2025-09-18 22:17:43 +02:00
corehttp chore: update webui to v4.10.0 (#11048) 2025-11-06 02:23:42 +01:00
coreiface address review 2025-10-30 09:44:46 +01:00
corerepo chore: use go-log/v2 (#10801) 2025-05-19 13:04:05 -07:00
coreunix fix: resolve TestAddMultipleGCLive race condition (#10916) 2025-08-18 20:49:26 +02:00
mock fix: deadlock on retrieving WebTransport addresses (#9857) 2023-05-08 16:11:03 +02:00
node refactor: improve provider-keystore shutdown coordination 2025-11-07 17:20:38 +01:00
.gitignore ignore testdb 2014-07-05 15:04:04 -07:00
builder.go chore: migrate bootstrap to ipfs/boxo (#10158) 2023-10-31 18:25:14 +01:00
core_test.go chore: update boxo, go-libp2p, and internalize mplex (#10095) 2023-08-24 06:11:02 +00:00
core.go refactor(config): migration 17-to-18 to unify Provider/Reprovider into Provide.DHT (#10951) 2025-09-18 22:17:43 +02:00