it's annoying to have to wait for bootstrap. would be nice if it happened last.
Contributor guide
Tech stack
go
Domain
backend
Issue type
feature
DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
3
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
1-3 hours
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
stale
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
clear
Prerequisites
Go programmingIPFS daemon architecture
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
30
Research direction
Investigate the daemon boot sequence in the repository, focusing on how bootstrap is currently ordered. Look for the main boot file (likely in cmd/ipfs or core) and identify where bootstrap is called. The goal is to move bootstrap to the end of the boot process. There are no linked PRs or comments, so the implementation is open. Consider potential dependencies that require bootstrap to complete before other services.