consensus-shipyard / ipc

🌳 Spawn multi-level trees of customized, scalable, EVM-compatible networks with IPC. L2++ powered by FVM, Wasm, libp2p, IPFS/IPLD, and CometBFT.
https://ipc.space
Apache License 2.0
44 stars 39 forks source link

Add Tracing for Transactions Broadcast by Fendermint #1072

Open karlem opened 4 months ago

karlem commented 4 months ago

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.