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
If attempting to .execute() multiple distinct React hooks in succession, all or an arbitrary subset of them will fail with "account sequence mismatch" errors when using nillion-devnet.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
If attempting to
.execute()
multiple distinct React hooks in succession, all or an arbitrary subset of them will fail with "account sequence mismatch" errors when usingnillion-devnet
.For example:
will result in:
or:
This can be worked around by sleeping between the
.execute()
calls.Looks like a race condition issue, perhaps non-atomic global counter.
Beta Was this translation helpful? Give feedback.
All reactions