{"record":{"id":"8d9e9bec578ac5bc","repo":"FuelLabs/fuel-core","slug":"mint-transaction-is-not-supported","errorCode":null,"errorMessage":"Mint transaction is not supported","messagePattern":"Mint transaction is not supported","errorType":"validation","errorClass":null,"httpStatus":null,"severity":"error","filePath":"crates/fuel-core/src/schema/tx.rs","lineNumber":475,"sourceCode":"            reserve_gas,\n            consensus_parameters,\n            gas_price,\n            dry_run_limit: config.assemble_tx_dry_run_limit,\n            estimate_predicates_limit: config.assemble_tx_estimate_predicates_limit,\n            block_producer,\n            read_view,\n            shared_memory_pool,\n        };\n\n        let assembled_tx: fuel_tx::Transaction = match tx {\n            fuel_tx::Transaction::Script(tx) => {\n                AssembleTx::new(tx, arguments)?.assemble().await?.into()\n            }\n            fuel_tx::Transaction::Create(tx) => {\n                AssembleTx::new(tx, arguments)?.assemble().await?.into()\n            }\n            fuel_tx::Transaction::Mint(_) => {\n                return Err(anyhow::anyhow!(\"Mint transaction is not supported\").into());\n            }\n            fuel_tx::Transaction::Upgrade(tx) => {\n                AssembleTx::new(tx, arguments)?.assemble().await?.into()\n            }\n            fuel_tx::Transaction::Upload(tx) => {\n                AssembleTx::new(tx, arguments)?.assemble().await?.into()\n            }\n            fuel_tx::Transaction::Blob(tx) => {\n                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),","sourceCodeStart":457,"sourceCodeEnd":493,"githubUrl":"https://github.com/FuelLabs/fuel-core/blob/b9d4d170da3a31c9ace5f963d633b326348e0d42/crates/fuel-core/src/schema/tx.rs#L457-L493","documentation":"Error \"Mint transaction is not supported\" thrown in FuelLabs/fuel-core.","triggerScenarios":"Thrown at crates/fuel-core/src/schema/tx.rs:475 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"}