shogun-core 1.11.3 → 1.11.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -23,13 +23,14 @@ Shogun Core is a comprehensive SDK for building decentralized applications (dApp
|
|
|
23
23
|
|
|
24
24
|
## Recent Updates (v1.9.5)
|
|
25
25
|
|
|
26
|
-
### ✅ **
|
|
26
|
+
### ✅ **Major API Simplification**
|
|
27
27
|
|
|
28
|
-
- **
|
|
29
|
-
- **
|
|
30
|
-
- **
|
|
31
|
-
- **Enhanced Core Focus**: Maintained
|
|
32
|
-
- **
|
|
28
|
+
- **Removed Non-Essential Functions**: Eliminated debug/testing functions, rate limiting system, frozen space system, and complex username management
|
|
29
|
+
- **Simplified Architecture**: Removed cryptographic key derivation functions and advanced peer management
|
|
30
|
+
- **Streamlined Event System**: Removed complex event emission for data and peer operations
|
|
31
|
+
- **Enhanced Core Focus**: Maintained password hint system while removing advanced features
|
|
32
|
+
- **Improved Maintainability**: Reduced codebase complexity by ~400-500 lines
|
|
33
|
+
- **Better Performance**: Simplified operations with reduced overhead
|
|
33
34
|
|
|
34
35
|
## Recent Updates (v1.7.0)
|
|
35
36
|
|
|
@@ -610,6 +611,8 @@ if (result.success) {
|
|
|
610
611
|
}
|
|
611
612
|
```
|
|
612
613
|
|
|
614
|
+
Note: The cryptographic wallet derivation feature has been removed in v1.9.5 to simplify the architecture.
|
|
615
|
+
|
|
613
616
|
## Error Handling
|
|
614
617
|
|
|
615
618
|
Shogun Core includes comprehensive error handling with typed errors:
|