substrate-parachain-template
substrate-parachain-template copied to clipboard
A new Cumulus-based Substrate node, ready for hacking.
While trying to connect my collator with polkadot. The collator is running but throwing some error and not making connection with my parathread. `2022-07-16 12:38:19 [Relaychain] Failed to fetch basics...
Hey, While developing on my parachain, I would like to be able to run it like a simple regular FRAME chain. Mainly locally, the same way I can run `cargo...
The current defaults for pallet_xcm's Config are counter-intuitive as they imply any asset teleport is allowed (though is already disabled in XcmConfig) and Reserve transfers are not: ```rust impl pallet_xcm::Config...
> Dan Shields: when you say Rocovo open slots "fairly soon" is that on the order of days or weeks? I'm trying to assess if it's worth trying to deploy...
Useful utility to expose in the CLI here.
Once #33 is in place, ensure that the benchmarks actually build with the feature flag and work.
The Cargo.toml's of the node (https://github.com/substrate-developer-hub/substrate-parachain-template/blob/main/node/Cargo.toml), the runtime (https://github.com/substrate-developer-hub/substrate-parachain-template/blob/main/runtime/Cargo.toml) and the pallet templates (https://github.com/substrate-developer-hub/substrate-parachain-template/blob/main/pallets/template/Cargo.toml) all point their crates to the deprecated {git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v1.0.0"...
Bumps [clap](https://github.com/clap-rs/clap) from 4.4.2 to 4.4.18. Release notes Sourced from clap's releases. v4.4.18 [4.4.18] - 2024-01-16 Fixes (error) When lacking usage feature, ensure the list of required arguments is unique...
Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.11.0 to 1.12.0. Release notes Sourced from smallvec's releases. v1.12.0 What's Changed Add from_const_with_len_unchecked by @Expyron in servo/rust-smallvec#329 New Contributors @Expyron made their first contribution in servo/rust-smallvec#329...