kaspanet / rusty-kaspa

Kaspa full-node reference implementation and related libraries in the Rust programming language
ISC License
442 stars 144 forks source link

RPC mempool transaction query -- Bug fix #329

Closed michaelsutton closed 10 months ago

michaelsutton commented 10 months ago

Refactor mempool tx query to an enum instead of 2 booleans. This makes it impossible to make an inconsistent query (previously managed by internal mempool assertions). Fixes an rpc crash bug

blackrock24 commented 10 months ago

Excellent job 👏👏👏

Th3DiGiTaL commented 10 months ago

Great work!