{"record":{"id":"73603800b0e3ed02","repo":"FuelLabs/fuel-core","slug":"failed-to-do-the-final-dry-run-of-the-assembled","errorCode":null,"errorMessage":"Failed to do the final `dry_run` of the assembled transaction","messagePattern":"Failed to do the final `dry_run` of the assembled transaction","errorType":"exception","errorClass":null,"httpStatus":null,"severity":"error","filePath":"crates/fuel-core/src/schema/tx.rs","lineNumber":502,"sourceCode":"                AssembleTx::new(tx, arguments)?.assemble().await?.into()\n            }\n        };\n\n        let (assembled_tx, status) = block_producer\n            .dry_run_txs(\n                vec![assembled_tx],\n                None,\n                None,\n                Some(false),\n                Some(gas_price),\n                false,\n            )\n            .await?\n            .transactions\n            .into_iter()\n            .next()\n            .ok_or_else(|| {\n                anyhow::anyhow!(\n                    \"Failed to do the final `dry_run` of the assembled transaction\"\n                )\n            })?;\n\n        let result = AssembleTransactionResult {\n            tx_id: status.id,\n            tx: assembled_tx,\n            status: status.result,\n            gas_price,\n        };\n\n        Ok(result)\n    }\n\n    /// Estimate the predicate gas for the provided transaction\n    #[graphql(complexity = \"query_costs().estimate_predicates + child_complexity\")]\n    async fn estimate_predicates(\n        &self,","sourceCodeStart":484,"sourceCodeEnd":520,"githubUrl":"https://github.com/FuelLabs/fuel-core/blob/b9d4d170da3a31c9ace5f963d633b326348e0d42/crates/fuel-core/src/schema/tx.rs#L484-L520","documentation":"Error \"Failed to do the final `dry_run` of the assembled transaction\" thrown in FuelLabs/fuel-core.","triggerScenarios":"Thrown at crates/fuel-core/src/schema/tx.rs:502 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":[],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"b9d4d170da3a31c9ace5f963d633b326348e0d42","analyzedAt":"2026-08-16T08:56:42.692Z","schemaVersion":2},"datasetVersion":"2026-08-16T13:17:31.715Z"}