High level summary
The DBSync team has fixed issues of the latest release, related to offchain data, wrong pool_stat
fields, invalidated votes. We also added a requested feauture, which optionally adds a new address
table, separating the address from the tx_out
table. Finally we worked with the ledger team for
memory improvements and introducing ledger events for DBSync.
Lower level summary
- Fix pool stats https://github.com/IntersectMBO/cardano-db-sync/pull/1874
- Add ledger event or invalid votes https://github.com/IntersectMBO/cardano-ledger/pull/4661
- Memory improvements https://github.com/IntersectMBO/cardano-ledger/pull/4632, https://github.com/IntersectMBO/cardano-db-sync/pull/1864
- Fix vote offchain metadata issues https://github.com/IntersectMBO/cardano-db-sync/pull/1860
- New separate address table feauture https://github.com/IntersectMBO/cardano-db-sync/pull/1820, https://github.com/IntersectMBO/cardano-db-sync/pull/1872
Older missing summary
Previously, the DBSync team prepared release 13.5.0.2 which passes the HF and brings all new governance functionality.