Semi related to https://github.com/paritytech/substrate/issues/5112
We are observing another issue relates to txpool.
My theory of the cause (no evidence yet)
Can someone confirm if this is possible?
@jacogr If it is possible for polkadot.js to only use finalized block hash for signature payload generation?
I have been delaying making that swap, but it is on the list. Actually have thad hat branch available for a while. Also is meant to deal with fallback detection, i.e. if finality stalls.
TL;DR Will get it in at some point when it is deemed "good enough".
To avoid some transactions stuck in queue you need update post https://github.com/paritytech/substrate/commit/4869840fb39ee38b1b1751333c8d5a5447f4ef6c
But this cannot cause any consensus/fork issues
Most helpful comment
I have been delaying making that swap, but it is on the list. Actually have thad hat branch available for a while. Also is meant to deal with fallback detection, i.e. if finality stalls.
TL;DR Will get it in at some point when it is deemed "good enough".