KomodoPlatform / zebra

An ongoing Rust implementation of a Komodo node. 🦓
Apache License 2.0
3 stars 5 forks source link

Use best chain utxo for mempool tx validation, fix rate limiter result check #43

Closed dimxy closed 1 year ago

dimxy commented 1 year ago

Adds UnspentBestChainUtxo request which is used in mempool tx validation: when a tx is added to mempool we look for it's spent utxos only in the best chain (not in any chain) closes #41. Also when tested UnspentBestChainUtxo request a bug was discovered in checking komodo rate limiter result - fixed: partially closes #25