palomachain / paloma

The fast blockchain messenger protocol
Apache License 2.0
290 stars 136 forks source link

chore: print formatted queue messages on remove #1204

Closed maharifu closed 2 months ago

maharifu commented 2 months ago

Related Github tickets

Background

At the moment, investigating messages is incredibly tedious due to the high volatility in storage. We will need a better way to investigate messages after they've been removed from the consensus queue. This PR logs all messages as they're removed from the queue, so we can see what's happening through the logs.

Testing completed

Breaking changes