@blinklabs/dingo 0.16.0 → 0.17.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.
@@ -64,3 +64,6 @@ mempoolCapacity: 1048576
64
64
  # Enable development mode which prevents outbound connections
65
65
  # Default: false
66
66
  devMode: false
67
+
68
+ # Validate historical blocks during ledger processing (default: false)
69
+ validateHistorical: false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blinklabs/dingo",
3
- "version": "0.16.0",
3
+ "version": "0.17.0",
4
4
  "description": "Dingo is a Cardano blockchain data node",
5
5
  "main": "index.js",
6
6
  "bin": {