@blinklabs/dingo 0.11.0 → 0.12.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/dingo ADDED
Binary file
@@ -50,4 +50,8 @@ utxorpcPort: 9090
50
50
 
51
51
  # Ignore prior chain history and start from current tip (default: false)
52
52
  # This is experimental and may break — use with caution
53
- intersectTip: false
53
+ intersectTip: false
54
+
55
+ # Maximum cache size in bytes used by BadgerDB for block/index cache
56
+ # Default: 1073741824 (1 GB)
57
+ badgerCacheSize: 1073741824
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blinklabs/dingo",
3
- "version": "0.11.0",
3
+ "version": "0.12.0",
4
4
  "description": "Dingo is a Cardano blockchain data node",
5
5
  "main": "index.js",
6
6
  "bin": {