@blinklabs/dingo 0.24.1 β 0.25.0
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/RELEASE_NOTES.md +29 -0
- package/package.json +1 -1
package/RELEASE_NOTES.md
CHANGED
|
@@ -1,6 +1,35 @@
|
|
|
1
1
|
# Release Notes
|
|
2
2
|
|
|
3
3
|
|
|
4
|
+
## v0.24.1 (March 12, 2026)
|
|
5
|
+
|
|
6
|
+
**Title:** Stability and polish
|
|
7
|
+
|
|
8
|
+
**Date:** March 12, 2026
|
|
9
|
+
|
|
10
|
+
**Version:** v0.24.1
|
|
11
|
+
|
|
12
|
+
Hi folks! Hereβs what we shipped in v0.24.1.
|
|
13
|
+
|
|
14
|
+
### πͺ Improvements
|
|
15
|
+
|
|
16
|
+
- **Deeper rollback scanning:** Sync is more rock-solid because deep rollbacks are only enabled when needed, and block fetch can scan a wider window to find the data it needs.
|
|
17
|
+
|
|
18
|
+
### π§ Fixes
|
|
19
|
+
|
|
20
|
+
- **Shutdown reliability:** Shutdowns are more rock-solid because node and ledger shutdown paths are less likely to hang, and logs now show how long shutdown took.
|
|
21
|
+
- **Epoch cache consistency checks:** Diagnosing cache issues is easier because epoch cache validation is stricter and catches inconsistencies earlier.
|
|
22
|
+
|
|
23
|
+
### π What You Need to Know
|
|
24
|
+
|
|
25
|
+
- **Release notes:** Release notes are easier to scan because v0.24.0 notes are now included in `RELEASE_NOTES.md`.
|
|
26
|
+
|
|
27
|
+
### π Thank You
|
|
28
|
+
|
|
29
|
+
Thank you for trying!
|
|
30
|
+
|
|
31
|
+
---
|
|
32
|
+
|
|
4
33
|
## v0.24.0 (March 11, 2026)
|
|
5
34
|
|
|
6
35
|
**Title:** Peer sharing controls and import visibility
|