{"record":{"id":"ad66610ad4323a15","repo":"nautechsystems/nautilus_trader","slug":"pending-nonce-is-outside-the-owned-reconciliati","errorCode":null,"errorMessage":"Pending nonce {} is outside the owned reconciliation range {}..={next_nonce}","messagePattern":"Pending nonce (.+?) is outside the owned reconciliation range (.+?)\\.\\.=(.+?)","errorType":"exception","errorClass":null,"httpStatus":null,"severity":"error","filePath":"crates/adapters/blockchain/src/execution/client.rs","lineNumber":2916,"sourceCode":"                    prepared.nonce,\n                )\n                .await,\n            \"rebroadcast pending nonce\",\n        )?;\n        decisions.push(verification_decision(&pending_nonce, None, None));\n        let receipt_absence = required_verification(\n            self.verification\n                .verify_receipt_absence(&prepared.tx_hash)\n                .await,\n            \"rebroadcast receipt absence\",\n        )?;\n        decisions.push(verification_decision(&receipt_absence, None, None));\n\n        let next_nonce = prepared\n            .nonce\n            .checked_add(1)\n            .ok_or_else(|| anyhow::anyhow!(\"Owned signer nonce overflow\"))?;\n        anyhow::ensure!(\n            (prepared.nonce..=next_nonce).contains(&pending_nonce.value),\n            \"Pending nonce {} is outside the owned reconciliation range {}..={next_nonce}\",\n            pending_nonce.value,\n            prepared.nonce\n        );\n        anyhow::ensure!(\n            (prepared.nonce..=next_nonce).contains(&canonical_nonce.value),\n            \"Canonical nonce {} is outside the owned reconciliation range {}..={next_nonce}\",\n            canonical_nonce.value,\n            prepared.nonce\n        );\n\n        if !receipt_absence.value {\n            self.persist_rebroadcast_decisions(intent.id, prepared.nonce, &decisions)\n                .await?;\n            return Ok(ReconciliationAuthorization::Retain);\n        }\n","sourceCodeStart":2898,"sourceCodeEnd":2934,"githubUrl":"https://github.com/nautechsystems/nautilus_trader/blob/18893faf8b356be3320add8de2f861b0b647cf06/crates/adapters/blockchain/src/execution/client.rs#L2898-L2934","documentation":"Rebroadcast verification guard: the chain's pending nonce for the signer lies outside the expected owned range between the prepared nonce and next_nonce, meaning another source submitted transactions with this wallet; the rebroadcast is aborted.","triggerScenarios":"Thrown at crates/adapters/blockchain/src/execution/client.rs:2916 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["Verify the pending transaction belongs to this wallet","Refresh the owned nonce range from the chain before retrying"],"exampleFix":null,"handlingStrategy":"validation","validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"18893faf8b356be3320add8de2f861b0b647cf06","analyzedAt":"2026-09-08T20:49:34.690Z","contentChangedAt":"2026-09-08T20:49:34.690Z","schemaVersion":2},"datasetVersion":"2026-09-14T00:17:10.932Z"}