The issue: Currently, we only track mempool received events in CheckTX, but we would also like to have a way to trace transactions that have been broadcast by Fendermint itself, for instance, from the ETH facade.
The solution: Implement tracing for transactions broadcast by Fendermint, ensuring that we can monitor and trace these events similarly to how we track mempool received events in CheckTX.
The issue: Currently, we only track mempool received events in CheckTX, but we would also like to have a way to trace transactions that have been broadcast by Fendermint itself, for instance, from the ETH facade.
The solution: Implement tracing for transactions broadcast by Fendermint, ensuring that we can monitor and trace these events similarly to how we track mempool received events in CheckTX.