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
+14-10Lines changed: 14 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ This is a **private blockchain** for controlled environments where only authoriz
44
44
45
45
### Advanced Functions
46
46
-**Export/Import**: Backup and restore complete blockchain with temporal consistency
47
-
-**Indexing Coordination**: Prevent infinite loops and coordinate indexing operations - see [IndexingCoordinator examples](docs/INDEXING_COORDINATOR_EXAMPLES.md)
47
+
-**Indexing Coordination**: Prevent infinite loops and coordinate indexing operations - see [IndexingCoordinator examples](docs/monitoring/INDEXING_COORDINATOR_EXAMPLES.md)
48
48
-**Advanced Search System**: Multi-level search with TRUE exhaustive capabilities
49
49
-**SearchSpecialistAPI**: Professional search API with password-based initialization
50
50
-**Generic Search**: searchAll() function searches both encrypted and non-encrypted content
@@ -109,7 +109,7 @@ This is a **private blockchain** for controlled environments where only authoriz
109
109
-**ExitUtil**: Test-compatible system exit handling
110
110
-**BlockValidationUtil**: Utilities for block validation
111
111
-**BlockValidationResult**: Representation of validation results
112
-
-**FormatUtil**: Formatting of blockchain data for display - see [quality assessment](docs/FORMATUTIL_QUALITY_ASSESSMENT.md) | [technical analysis](docs/FORMAT_UTIL_ROBUSTNESS_ANALYSIS.md)
112
+
-**FormatUtil**: Formatting of blockchain data for display - see [quality assessment](docs/reports/FORMATUTIL_QUALITY_ASSESSMENT.md) | [technical analysis](docs/reports/FORMAT_UTIL_ROBUSTNESS_ANALYSIS.md)
113
113
114
114
### 🔐 User-Friendly Encryption API
115
115
@@ -124,7 +124,7 @@ This is a **private blockchain** for controlled environments where only authoriz
124
124
-**💾 Storage Tiering**: Intelligent data placement with compression and optimization
125
125
-**🔧 Chain Recovery**: Automated corruption detection and recovery mechanisms
126
126
-**📈 Analytics**: Comprehensive reporting and metrics for blockchain operations
127
-
-**🔧 Metadata Management**: Dynamic block metadata updates without modifying encrypted content - see [Metadata Management Guide](docs/METADATA_MANAGEMENT_GUIDE.md)
127
+
-**🔧 Metadata Management**: Dynamic block metadata updates without modifying encrypted content - see [Metadata Management Guide](docs/data-management/METADATA_MANAGEMENT_GUIDE.md)
128
128
129
129
### Technical Features
130
130
-**Persistence**: Database-agnostic architecture with JPA standard for ORM (using Hibernate as provider)
0 commit comments