You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, Laos developer here. There's something I want to share here that you might be unaware of.
We've been investigating an issue in our parachain that causes transactions to be invalid occasionally. This happens when session.newSession is emitted.
Hi, Laos developer here. There's something I want to share here that you might be unaware of.
We've been investigating an issue in our parachain that causes transactions to be invalid occasionally. This happens when
session.newSession
is emitted.The issue comes from this line of
pallet-session
: https://github.com/paritytech/polkadot-sdk/blob/master/substrate/frame/session/src/lib.rs#L563. It's been reported in the polkadot-sdk repo paritytech/polkadot-sdk#184 but it remains unresolved as of today.We successfully reproduced the issue in your runtime using Chopsticks with the following modified configuration:
Block
4759199
is the one immediately preceding the emission ofsession.newSession
. For reference, this is the screenshot of the invalid transaction:And this is the screenshot of the newly produced block:
As you can see,
system.remark
is not emitted.This is the issue on our side, in case you want to keep track of it.
Thank you for your time.
The text was updated successfully, but these errors were encountered: