parachain/node/Cargo.toml:2renames the node crate toqf-parachain-nodeand updates the crate description to "QF Parachain Client Node", diverging from the stockparachain-template-nodebranding.parachain/node/src/command.rs:31andparachain/node/src/command.rs:67change the CLI-facing implementation name to "QF Network Bridging Gadget" instead of the template's "Parachain Collator Template".parachain/node/src/command.rs:53andparachain/node/src/command.rs:89point support requests tohttps://github.com/QuantumFusion-network/qf-solochain/issues/newand set the copyright start year to 2024, replacing the template's Parity URL and 2020 baseline.- Checked runtime, service, chain-spec, and XCM configuration sources against the Polkadot SDK template commit recorded
in
parachain/node/README.mdand found no functional deviations; configuration, consensus, and pallet wiring remain identical to the upstream parachain template.