|
1 | 1 | # Revision history for cardano-db-sync
|
2 | 2 |
|
3 |
| -## Next |
4 |
| - |
| 3 | +## 13.0.0 |
| 4 | +* Added `--disable-ledger` flag, which significantly reduces memory usage. Read more at `doc/configuration.md`. |
| 5 | +* Reduction in memory usage. |
| 6 | +* Reduction in sync-time. |
| 7 | +* Added `--disable-cache` flag, which slightly reduces memory usage. Read more at `doc/configuration.md`. |
| 8 | +* Renamed `--no-epoch-table` flag to `disable-epoch`. Read more at `doc/configuration.md`. |
| 9 | +* Handle `PlutusV1` and `PlutusV2` scripts as seperate script types, removing old `Plutus` type |
5 | 10 | * Store CBOR serialized `Datum` and `Redeemer` via `bytes` field
|
| 11 | +* HF integration. Schema changes for new Babbage fields. (#1081). |
| 12 | +* Improved logging. It includes some performance statistics. |
| 13 | +* Used pulsing rewards coming from new ledger events. Also incremental stake slices. |
| 14 | +* Extended the caches. |
| 15 | +* `BulkOperations` which affected memory usage and rollbacks are removed. |
| 16 | +* Removed "no-store" from metadata caching for smash (#1075) |
| 17 | +* Added connection pools for smash, instead of opening a connection for each request. Configurable with `--pool` for admins. |
| 18 | +* Reduced the blocks it takes for prometheus block height to be updated. |
| 19 | +* Add docker healthchecks for postgres and cardano-node. |
| 20 | +* Fix unique keys of `reserves`, `treasury`, `pool_update`, `pool_retire`, `stake_registration`, `stake_deregistration`, `delegation` (#1051). |
| 21 | +* Allow to add additional migrations (indexes and views) (#1044). |
| 22 | +* Fix smash server error "Pool is retired" for pools that don't exist. (#997) |
| 23 | +* Fix duplicate instant rewards (#981). |
| 24 | +* Add multiple unit tests. |
| 25 | +* `pool_owner` now references `pool_update` instead of `pool_hash` and `tx` (#986). |
| 26 | +* Fix handling of StakeRefPtr (#1024). |
6 | 27 | * Store `requiredSigners` (transaction extra key witnesses).
|
| 28 | +* outputs, inputs and multi asset outputs are stored in batched grouped by blocks, instead of one by one. |
| 29 | +* Fix parameter_proposal.max_block_size (#965). |
| 30 | +* Remove plugin System, merges 3 packages `cardano-db-sync-extended`, `cardano-sync` and `cardano-db-sync` into the last. |
| 31 | +* Fixes on testnets that fork directly to Shelley (#953). |
| 32 | +* Log cabal version, git hash and command line options on startuo (#1166). |
7 | 33 |
|
8 | 34 | ## 12.0.2
|
9 | 35 | * Fix PoolOfflineFetchError URL entry (#697).
|
|
0 commit comments