@blinklabs/dingo 0.27.0 → 0.27.1

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.
Files changed (2) hide show
  1. package/RELEASE_NOTES.md +34 -0
  2. package/package.json +1 -1
package/RELEASE_NOTES.md CHANGED
@@ -1,6 +1,40 @@
1
1
  # Release Notes
2
2
 
3
3
 
4
+ ## v0.27.0 (March 15, 2026)
5
+
6
+ **Title:** S3-backed CI tests and embedded network configs
7
+
8
+ **Date:** March 15, 2026
9
+
10
+ **Version:** v0.27.0
11
+
12
+ Hi folks! Here’s what we shipped in v0.27.0.
13
+
14
+ ### ✨ What's New
15
+
16
+ - **S3-backed CI storage tests:** Storage testing is more rock-solid because CI now spins up a MinIO S3-compatible service and runs coverage across all supported storage backends, including S3.
17
+ - **Embedded network config bundles:** Getting started is easier because preview, preprod, mainnet, and devnet network configs are now embedded and loaded via `EmbeddedConfigFS`.
18
+
19
+ ### 💪 Improvements
20
+
21
+ - **Snapshot epoch transitions:** Snapshot handling is more reliable because the snapshot manager now processes every epoch transition event during rapid chain progress.
22
+ - **Tip ingestion fast paths:** Sync near the chain tip is sleeker because blockfetch and block insertion reuse queued header data and caller-supplied points to cut redundant work.
23
+
24
+ ### 🔧 Fixes
25
+
26
+ - **No fixes:** No user-facing fixes shipped in this release.
27
+
28
+ ### 📋 What You Need to Know
29
+
30
+ - **Compact block metadata format (Badger):** Disk usage can be smaller because you can opt into an optional Badger setting that stores block metadata in a compact binary format.
31
+
32
+ ### 🙏 Thank You
33
+
34
+ Thank you for trying!
35
+
36
+ ---
37
+
4
38
  ## v0.26.0 (March 14, 2026)
5
39
 
6
40
  **Title:** Trusted Mithril downloads and tuned peers
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blinklabs/dingo",
3
- "version": "0.27.0",
3
+ "version": "0.27.1",
4
4
  "description": "Dingo is a Cardano blockchain data node",
5
5
  "main": "index.js",
6
6
  "bin": {