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

Protect `request_handler` from malformed messages #17

Closed sgerbino closed 3 years ago

sgerbino commented 3 years ago

When handling messages from AMQP, we should protect the parsing of them with try/catch.

mvandeberg commented 3 years ago

Observed bug: Sending True instead of true for a boolean