High level summary
- Added a snapshot-converter tool, which will be merged soon.
This tool converts non-UTXO-HD ledger snapshots, into UTXO-HD ones, so that the user does not have to replay from Genesis when using an UTXO-HD capable node.
This patch also solves an issue with deserialization of
TxOuts
in Conway
in the UTxO-HD implementation. - Solved a memory leak in the UTxO-HD implementation. This patch will be benchmarked this week.
- Wrote a test for adding large txs to the mempool.
- Expanded the Mempool capacity beyond just byte size.
- @amesgen discovered and advised on a Conway ledger snapshot deserialization bug.