mirror of
https://github.com/alexgo-io/stacks-blockchain-api.git
synced 2026-01-12 22:43:34 +08:00
* feat: implement endpoint for various mempool stats * chore: remove coinbase tx entries from mempool stats (will always be empty) * chore: update prometheus mempool stats on new block, microblock, and mempool tx * chore: add mempool tx byte size stats * chore: add indexes to speedup mempool table queries * chore: move `registerMempoolPromStats` fn to db helper module * docs: add OpenAPI schema for new mempool stats endpoint * chore: tests for mempool stats endpoint * chore: restore mempool garbage collect env var after test * chore: bytea serialization tests * chore: strict hex string handling for bytea value serializer * chore: improved mempool_tx indexing * chore: unit test fix