{"record":{"id":"31923287b3a24d8a","repo":"FuelLabs/fuel-core","slug":"failed-to-apply-dynamic-values-to-checked-tx","errorCode":null,"errorMessage":"Failed to apply dynamic values to checked tx: {:?}","messagePattern":"Failed to apply dynamic values to checked tx: (.+?)","errorType":"exception","errorClass":"anyhow::Error","httpStatus":null,"severity":"error","filePath":"crates/fuel-core/src/schema/dap.rs","lineNumber":152,"sourceCode":"        self.tx\n            .get_mut(&id)\n            .map(|tx| tx.extend_from_slice(txs))\n            .unwrap_or_else(|| {\n                self.tx.insert(id.clone(), txs.to_owned());\n            });\n\n        let gas_costs = params.gas_costs();\n        let fee_params = params.fee_params();\n\n        let ready_tx = checked_tx\n            .into_ready(\n                GAS_PRICE,\n                gas_costs,\n                fee_params,\n                Some(vm_database.block_height()?),\n            )\n            .map_err(|e| {\n                anyhow!(\"Failed to apply dynamic values to checked tx: {:?}\", e)\n            })?;\n\n        let interpreter_params = InterpreterParams::new(GAS_PRICE, params.as_ref());\n        let mut vm = Interpreter::with_storage(\n            MemoryInstance::new(),\n            vm_database,\n            interpreter_params,\n        );\n        vm.transact(ready_tx).map_err(|e| anyhow::anyhow!(e))?;\n        self.vm.insert(id.clone(), vm);\n\n        Ok(id)\n    }\n\n    pub fn kill(&mut self, id: &ID) -> bool {\n        self.tx.remove(id);\n        self.vm.remove(id).is_some()\n    }","sourceCodeStart":134,"sourceCodeEnd":170,"githubUrl":"https://github.com/FuelLabs/fuel-core/blob/b9d4d170da3a31c9ace5f963d633b326348e0d42/crates/fuel-core/src/schema/dap.rs#L134-L170","documentation":"Error \"Failed to apply dynamic values to checked tx: {:?}\" thrown in FuelLabs/fuel-core.","triggerScenarios":"Thrown at crates/fuel-core/src/schema/dap.rs:152 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"}