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
Currently, when there is signer disagreement about the transaction replay set, we do not enforce transaction replay. This prioritizes liveness of the chain over stricter guarantees about replay.
There are situations, however, where we should coalesce around the largest subset of a replay set, such that we can get to agreement. For example, if one signer's replay set is [A,B,C], and another is [A,B], we should use [A,B] as the replay set.