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
Signed administrative operations can be replayed if nonce consumption is not atomic and scoped.
Why this matters
This closes a correctness, security, or operability gap in the Liquifact Soroban contracts and makes the behavior explicit under authorization, replay, and storage failure.
Summary
Signed administrative operations can be replayed if nonce consumption is not atomic and scoped.
Why this matters
This closes a correctness, security, or operability gap in the Liquifact Soroban contracts and makes the behavior explicit under authorization, replay, and storage failure.
Requirements
Technical guidance
Edge cases — each must have a test
Acceptance criteria
Out of scope