Attached is some screenshots of my relay and block producer. node.
I’ve enabled the tracemempool:true
option on both the relay and block producer nodes, which should allow me to see transactions, but I’m not seeing anything. The block producer is clearly recognizing the incoming connection from the relay node, yet neither the relay nor the block producer shows pending or total transactions like they normally do.
Did I miss something in the configuration? Could this be a bug in version 9.1.1? Everything was working fine with version 9.1.0 before I upgraded.
Update:
So apparently the options TraceTxInbound
and TraceTxOutbound
were set to false, so I set to true, I never had to do this before, but read this might be responsible so restarting the block producer node with this setting to see if it helps.