We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb11784 commit 0531948Copy full SHA for 0531948
1 file changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Revision history for cardano-db-sync
2
3
+## 13.7.0.3
4
+- Migration deletes legacy zero-amount `epoch_stake` rows
5
+- SMASH: validate `PoolMetadataHash` inputs, return 400 instead of 500
6
+- Ledger snapshots now use the consensus directory format (`<slot>/state`, `meta`, `utxoSize`). Old snapshots are not compatible.
7
+- Experimental: LSM-backed on-disk UTxO (opt-in via `ledger_backend` config, see [doc/configuration.md](doc/configuration.md#ledger-backend))
8
+
9
## 13.7.0.2
10
- Fix slow rollbacks caused by suboptimal query plans on large tables [#2083]
11
- Update to cardano-node 10.7.0
0 commit comments