|
1 | 1 | --- |
2 | 2 | doc-type: issue |
3 | 3 | issue-type: task |
4 | | -status: open |
| 4 | +status: closed |
5 | 5 | priority: p1 |
6 | 6 | github-issue: 85 |
7 | | -spec-path: docs/issues/open/0085-add-torrust-peer-id-package.md |
| 7 | +spec-path: docs/issues/closed/0085-add-torrust-peer-id-package.md |
8 | 8 | branch: feat/add-torrust-peer-id |
9 | 9 | related-pr: 86 |
10 | | -last-updated-utc: 2026-06-08 10:40 |
| 10 | +last-updated-utc: 2026-06-08 10:55 |
11 | 11 | semantic-links: |
12 | 12 | skill-links: |
13 | 13 | - release-package |
@@ -87,17 +87,17 @@ After the crate is published, the tracker-side tasks (torrust/torrust-tracker#18 |
87 | 87 |
|
88 | 88 | ## Implementation Plan |
89 | 89 |
|
90 | | -| Step | Task | Status | |
91 | | -| ---- | --------------------------------------------------------------- | ---------- | |
92 | | -| 1 | Copy and adapt `packages/peer-id/` from tracker branch | ✅ done | |
93 | | -| 2 | Add `"packages/peer-id"` to root `Cargo.toml` workspace members | ✅ done | |
94 | | -| 3 | Fix `clippy::missing-const-for-fn` on `PeerId::as_bytes` | ✅ done | |
95 | | -| 4 | Run `cargo check/nextest/clippy/fmt` — all pass | ✅ done | |
96 | | -| 5 | Create branch `feat/add-torrust-peer-id` and commit | ✅ done | |
97 | | -| 6 | Push branch and open PR against `develop` | ✅ done | |
98 | | -| 7 | Merge PR after CI passes | ✅ done | |
99 | | -| 8 | Publish `torrust-peer-id 0.1.0` to crates.io | ✅ done | |
100 | | -| 9 | Signal tracker repo to proceed with removal | ⬜ pending | |
| 90 | +| Step | Task | Status | |
| 91 | +| ---- | --------------------------------------------------------------- | ---------------------------------------------- | |
| 92 | +| 1 | Copy and adapt `packages/peer-id/` from tracker branch | ✅ done | |
| 93 | +| 2 | Add `"packages/peer-id"` to root `Cargo.toml` workspace members | ✅ done | |
| 94 | +| 3 | Fix `clippy::missing-const-for-fn` on `PeerId::as_bytes` | ✅ done | |
| 95 | +| 4 | Run `cargo check/nextest/clippy/fmt` — all pass | ✅ done | |
| 96 | +| 5 | Create branch `feat/add-torrust-peer-id` and commit | ✅ done | |
| 97 | +| 6 | Push branch and open PR against `develop` | ✅ done | |
| 98 | +| 7 | Merge PR after CI passes | ✅ done | |
| 99 | +| 8 | Publish `torrust-peer-id 0.1.0` to crates.io | ✅ done | |
| 100 | +| 9 | Signal tracker repo to proceed with removal | ↩️ tracker-side (torrust/torrust-tracker#1884) | |
101 | 101 |
|
102 | 102 | ## Acceptance Criteria |
103 | 103 |
|
|
0 commit comments