zingolabs / zaino

Zaino is an indexer for the Zcash blockchain implemented in Rust.
Other
5 stars 6 forks source link

Fix mempool tx #77

Closed idky137 closed 1 month ago

idky137 commented 1 month ago

Updates get_mempool_stream to return tx height as mempool height instead of -1.

idky137 commented 1 month ago

Built atop of #74, #75 and #76

idky137 commented 1 month ago

This is not the most elegant implementation, the mempool should hold the block height, but the mempool is being rewritten and moved in #56 so this is sufficient until then.