Difficulty
Hard — production engineering across multiple components; a small cleanup or test-only patch does not complete this issue.
Context
The submitter exposes a hash/status response, and the OZ Channels adapter throws when an accepted request has no hash. A lost acknowledgement must be distinguishable from a rejected transaction before callers construct another operation.
Starting points
Scope
- Define prepared, submitted, unknown, confirmed and failed states with a pluggable durable journal.
- Bind operation identity to network, contract, caller, method, arguments and the signed transaction hash.
- Reconcile direct RPC and relayer acceptance/confirmation before permitting a replacement transaction.
- Make retry/cancel policy explicit and provide structured recovery information to callers.
Acceptance criteria
Verification
Use deterministic fake RPC/relayer servers, concurrent clients, acknowledgement loss and process restarts. Assert logical effects rather than claiming that network delivery itself can occur exactly once.
Out of scope
Keeper lease ownership, changes to auction clearing, new relayer vendors or live fund transfers.
Difficulty
Hard — production engineering across multiple components; a small cleanup or test-only patch does not complete this issue.
Context
The submitter exposes a hash/status response, and the OZ Channels adapter throws when an accepted request has no hash. A lost acknowledgement must be distinguishable from a rejected transaction before callers construct another operation.
Starting points
packages/sdk/src/submitter.tspackages/sdk/src/client.tspackages/sdk/src/errors.tsScope
Acceptance criteria
Verification
Use deterministic fake RPC/relayer servers, concurrent clients, acknowledgement loss and process restarts. Assert logical effects rather than claiming that network delivery itself can occur exactly once.
Out of scope
Keeper lease ownership, changes to auction clearing, new relayer vendors or live fund transfers.