8.12.0 (2025-08-06)
Features
- Add exclude_function_args parameter to reduce transaction response sizes (#2312) (852a60e)
- add replaced_by_tx_id to replaced mempool transactions (#2271) (a70c3d1)
- prometheus: add chain tip metrics (#2333) (bde1037)
- SNP integration (#2291) (9a159e1)
Bug Fixes
- drop redundant db indexes (#2329) (0ddd6a6)
- ensure some ops only run when SNP is not enabled (fd4717b)
- only ingest snp chain events to avoid db bloat (287f572)
- optimize queries to prune and restore mempool rbf txs (#2327) (0b196f0)
- optimize replace-by-fee mempool calculations (#2326) (01998bc)
- parallelize mempool rbf updates (#2328) (e7347e5)
- update snp image in tests (c7c0dbb)