We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 805e090 commit f8c76d8Copy full SHA for f8c76d8
CHANGELOG.md
@@ -9,6 +9,8 @@
9
- Fixed Script bytes mismatch false negative check [#1646]
10
- Fixed an issue where some pool metadata were missing [#1805]
11
- Fix: docker snapshot restoration [pr #1776]
12
+- only_gov config preset renamed to only_governance
13
+- only_governance now enables pool_stat
14
15
## 13.3.0.0
16
* Support for Conway (see schema docs)
doc/configuration.md
@@ -142,7 +142,7 @@ This is equivalent to setting:
142
},
143
"governance": "enable",
144
"offchain_pool_data": "disable"
145
-"pool_stat": "disable"
+"pool_stat": "enable"
146
147
```
148
0 commit comments