koinos / koinos-mempool

The mempool microservice stores pending transactions for inclusion in blocks by the block producer.
MIT License
0 stars 1 forks source link

Adds `check_transaction_eligibility` request handling #98

Closed sgerbino closed 6 months ago

sgerbino commented 6 months ago

Resolves #97.

Brief description

Adds handling for check_transaction_eligibility. Will require a bump to koinos-proto-cpp.

Checklist