You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+35-20Lines changed: 35 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,10 +21,10 @@ A decentralized secure file transfer protocol optimized for high-throughput, low
21
21
22
22
WRAITH Protocol is production-ready with a cross-platform desktop application. Phase 15 delivers WRAITH Transfer, a Tauri 2.0-based desktop client with React 18 frontend, providing full wraith-core integration with an intuitive UI for secure file transfers.
23
23
24
-
**Project Metrics (2025-12-07):**
25
-
-**Code Volume:**~38,965 lines of Rust code (29,302 code + 2,597 comments + 7,066 blanks) across 111 source files
26
-
-**Test Coverage:** 1,296 total tests (1,280 passing, 16 ignored) - 100% pass rate on active tests
27
-
-**Documentation:** 100+ markdown files, ~35,000+ lines of comprehensive documentation
24
+
**Project Metrics (2025-12-08):**
25
+
-**Code Volume:**~41,177 lines of Rust code (~30,876 LOC + 2,743 comments + 7,558 blanks) across 115 source files
26
+
-**Test Coverage:** 1,303 total tests (1,280 passing, 23 ignored) - 100% pass rate on active tests
27
+
-**Documentation:** 100+ markdown files, ~46,000+ lines of comprehensive documentation
28
28
-**Dependencies:** 286 audited packages (zero vulnerabilities via cargo-audit)
29
29
-**Security:** Grade A+ (EXCELLENT), zero vulnerabilities, comprehensive DPI evasion validation
- 📋 Client Applications (926 SP across 9 remaining applications)
422
437
423
438
See [ROADMAP.md](to-dos/ROADMAP.md) and [Protocol Development History](docs/archive/README_Protocol-DEV.md) for detailed planning and phase accomplishments.
424
439
@@ -612,4 +627,4 @@ WRAITH Protocol builds on the work of many excellent projects and technologies:
Copy file name to clipboardExpand all lines: docs/archive/README_Clients-DEV.md
+95-49Lines changed: 95 additions & 49 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
# WRAITH Protocol - Client Applications Development History
2
2
3
-
**Development Timeline:**Client applications development (planned post-protocol v1.2.1)
3
+
**Development Timeline:**Phase 15 (2025-12-08) - WRAITH Transfer Desktop Application Complete
4
4
5
-
This document tracks the development journey of WRAITH Protocol client applications, from planning through implementation and release. Client development begins after protocol stabilization.
5
+
This document tracks the development journey of WRAITH Protocol client applications, from planning through implementation and release. The first client (WRAITH Transfer) was delivered in Phase 15 (v1.5.0).
0 commit comments