I recently installed Bitcoin-Tui and it's working great. The tools section looks interesting as well as useful. I was thinking if we could also add tracing/USDT support in the tools section that can help us view what P2P messages have been exchanged between our node and the connected peer. Since Bitcoin Core already ships with tracepoints, there won't be any headache, the only thing the user should do is compile with tracing support using -DENABLE_USDT=ON. What do you think?
I recently installed Bitcoin-Tui and it's working great. The tools section looks interesting as well as useful. I was thinking if we could also add tracing/USDT support in the tools section that can help us view what P2P messages have been exchanged between our node and the connected peer. Since Bitcoin Core already ships with tracepoints, there won't be any headache, the only thing the user should do is compile with tracing support using
-DENABLE_USDT=ON. What do you think?