@blinklabs/dingo 0.27.4 → 0.27.5
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 +36 -0
- package/package.json +1 -1
package/RELEASE_NOTES.md
CHANGED
|
@@ -1,6 +1,42 @@
|
|
|
1
1
|
# Release Notes
|
|
2
2
|
|
|
3
3
|
|
|
4
|
+
## v0.27.4 (March 18, 2026)
|
|
5
|
+
|
|
6
|
+
**Title:** Reliability and usability refinements
|
|
7
|
+
|
|
8
|
+
**Date:** March 18, 2026
|
|
9
|
+
|
|
10
|
+
**Version:** v0.27.4
|
|
11
|
+
|
|
12
|
+
Hi folks! Here’s what we shipped in v0.27.4.
|
|
13
|
+
|
|
14
|
+
### ✨ What's New
|
|
15
|
+
|
|
16
|
+
- **Rock-solid chain-sync recovery:** Sync stays more rock-solid because chain-sync recovers more reliably from stalled or unstable network connections.
|
|
17
|
+
- **Solid chain selection:** Sync wastes less time on poor candidates because chain selection now takes peer suitability into account.
|
|
18
|
+
|
|
19
|
+
### 💪 Improvements
|
|
20
|
+
|
|
21
|
+
- **Simpler config loading:** Configuration stays under your control because config loading no longer fills in a default Cardano configuration path.
|
|
22
|
+
- **Sleeker block downloads:** Block downloads are more consistent because header processing no longer gets blocked by duplicate headers.
|
|
23
|
+
- **More robust intersections:** Synchronization starts from the right place more often because intersection point selection is now more robust.
|
|
24
|
+
|
|
25
|
+
### 🔧 Fixes
|
|
26
|
+
|
|
27
|
+
- **No missing boundary blocks:** Historical imports are more complete because older-era boundary blocks are no longer skipped during block loading.
|
|
28
|
+
|
|
29
|
+
### 📋 What You Need to Know
|
|
30
|
+
|
|
31
|
+
- **Inbound peers excluded from chain choice:** Chain selection behavior may change in mixed inbound/outbound topologies because inbound peers no longer influence which chain is selected.
|
|
32
|
+
- **Documentation-only change:** This release includes a release-notes update with no runtime impact.
|
|
33
|
+
|
|
34
|
+
### 🙏 Thank You
|
|
35
|
+
|
|
36
|
+
Thank you for trying!
|
|
37
|
+
|
|
38
|
+
---
|
|
39
|
+
|
|
4
40
|
## v0.27.3 (March 17, 2026)
|
|
5
41
|
|
|
6
42
|
**Title:** Safer rollbacks and steadier leader election
|