ipfs / kubo

An IPFS implementation in Go
https://docs.ipfs.tech/how-to/command-line-quick-start/
Other
16.18k stars 3.02k forks source link

chore: update to boxo without goprocess #10567

Closed gammazero closed 2 days ago

gammazero commented 3 weeks ago
lidel commented 1 week ago

Triage note: ok, just make sure CI is green

gammazero commented 3 days ago

I updated this PR to use a "fixed" PR version of boxo to fix the metrics registration issue. Another small fix in the daemon code to remove the panic on early ctrl-c before daemon ready.

The change in boxo was to pass the context into the server decision engine. I would prefer not relying on long-lived contexts to do things like metrics registration.