Skip to content

Commit 4e76716

Browse files
LucasMLKclaude
andcommitted
docs: Update version to v0.1.6 and test count to 913
- README.md: Update test count 873 β†’ 913 (6 places) - docs/AI_USAGE_GUIDE.md: Update version 0.1.5 β†’ 0.1.6 - docs/REPUTATION.md: Update version 0.1.5 β†’ 0.1.6 πŸ€– Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 66a4699 commit 4e76716

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
[![Java](https://img.shields.io/badge/Java-21+-orange.svg)](https://openjdk.java.net/)
44
[![Maven](https://img.shields.io/badge/Maven-3.6+-blue.svg)](https://maven.apache.org/)
55
[![License](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)
6-
[![Tests](https://img.shields.io/badge/Tests-873%20Total-brightgreen.svg)](#testing)
6+
[![Tests](https://img.shields.io/badge/Tests-913%20Total-brightgreen.svg)](#testing)
77
[![Coverage](https://img.shields.io/badge/Coverage-76%25-brightgreen.svg)](#testing)
88

99
High-performance Java P2P networking library for the XDAG blockchain ecosystem, built with modern Java technologies and comprehensive testing.
1010

11-
**Key Features:** Kademlia DHT discovery β€’ Persistent reputation system β€’ Graduated ban management β€’ Layered network statistics β€’ Production-ready with 873 tests
11+
**Key Features:** Kademlia DHT discovery β€’ Persistent reputation system β€’ Graduated ban management β€’ Layered network statistics β€’ Production-ready with 913 tests
1212

1313
---
1414

@@ -211,7 +211,7 @@ Error Rate: 0% (7M+ messages tested)
211211

212212
### Test Coverage
213213
```
214-
Tests: 873 test cases (100% pass rate)
214+
Tests: 913 test cases (100% pass rate)
215215
Instructions: 76% (12,162 / 15,810)
216216
Branches: 64% (911 / 1,409)
217217
Lines: 77% (2,851 / 3,669)
@@ -284,7 +284,7 @@ graph TB
284284
- **Tuweni 2.7.0**: Packet processing utilities
285285

286286
### Testing
287-
- **JUnit 5.12.2 + Mockito 5.14.2**: 873 comprehensive tests
287+
- **JUnit 5.12.2 + Mockito 5.14.2**: 913 comprehensive tests
288288
- **JaCoCo**: 76% instruction coverage
289289
- **Professional test suite**: Multi-node network testing
290290

@@ -329,7 +329,7 @@ Connection Success: >99% reliability
329329

330330
### Run Unit Tests
331331
```bash
332-
# All 873 tests
332+
# All 913 tests
333333
mvn test
334334

335335
# Generate coverage report
@@ -480,4 +480,4 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
480480

481481
---
482482

483-
**Status:** v0.1.6 Production-Ready | **Tests:** 873 passing | **Coverage:** 76%
483+
**Status:** v0.1.6 Production-Ready | **Tests:** 913 passing | **Coverage:** 76%

β€Ždocs/AI_USAGE_GUIDE.mdβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This document is designed to help AI models understand and use the xdagj-p2p lib
2020
### Basic Information
2121

2222
- **Project Name**: xdagj-p2p
23-
- **Version**: 0.1.5
23+
- **Version**: 0.1.6
2424
- **Purpose**: High-performance Java P2P networking library for the XDAG blockchain ecosystem
2525
- **Language**: Java 21+
2626
- **License**: MIT
@@ -68,7 +68,7 @@ This document is designed to help AI models understand and use the xdagj-p2p lib
6868
<dependency>
6969
<groupId>io.xdag</groupId>
7070
<artifactId>xdagj-p2p</artifactId>
71-
<version>0.1.5</version>
71+
<version>0.1.6</version>
7272
</dependency>
7373
```
7474

β€Ždocs/REPUTATION.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,4 +658,4 @@ See [ReputationManagerTest.java](../src/test/java/io/xdag/p2p/discover/kad/Reput
658658

659659
---
660660

661-
**Status:** Production-ready | **Version:** v0.1.5 | **Tests:** 20/20 passing
661+
**Status:** Production-ready | **Version:** v0.1.6 | **Tests:** 20/20 passing

0 commit comments

Comments
Β (0)