Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 4 commits into from
Mar 30, 2023

Conversation

dimxy
Copy link
Collaborator

@dimxy dimxy commented Mar 26, 2023

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

@DeckerSU DeckerSU merged commit 40047b7 into main Mar 30, 2023
@dimxy dimxy deleted the bugfix-use-best-chain-utxo branch April 2, 2023 07:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants