substrate-parachain-template icon indicating copy to clipboard operation
substrate-parachain-template copied to clipboard

A new Cumulus-based Substrate node, ready for hacking.

Results 21 substrate-parachain-template issues
Sort by recently updated
recently updated
newest added
trafficstars

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. Release notes Sourced from actions/download-artifact's releases. v4.0.0 What's Changed The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts....

dependencies
github_actions

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. Release notes Sourced from actions/upload-artifact's releases. v4.0.0 What's Changed The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts....

dependencies
github_actions

The version was bumped in https://github.com/substrate-developer-hub/substrate-parachain-template/pull/222. Now we have two versions of jsonrpsee, 0.16.2 and 0.20.2. We should update other dependencies to manage this bump. Until then, if someone is...

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.188 to 1.0.193. Release notes Sourced from serde's releases. v1.0.193 Fix field names used for the deserialization of RangeFrom and RangeTo (#2653, #2654, #2655, thanks @​emilbonnek) v1.0.192...

dependencies
rust

Bumps [jsonrpsee](https://github.com/paritytech/jsonrpsee) from 0.20.2 to 0.20.3. Release notes Sourced from jsonrpsee's releases. v0.20.3 [v0.20.3] - 2023-10-24 This release fixes a cancel-safety issue in the server's graceful shutdown which could lead...

dependencies
rust

Bumps [scale-info](https://github.com/paritytech/scale-info) from 2.9.0 to 2.10.0. Changelog Sourced from scale-info's changelog. [2.10.0] - 2023-10-20 Added Implement replace_segment attribute [(#197)](paritytech/scale-info#197) Commits 68c85ee Implement replace_segment attribute (#197) ec8d941 Use default generic param...

dependencies
rust

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5. Release notes Sourced from docker/build-push-action's releases. v5.0.0 Node 20 as default runtime (requires Actions Runner v2.308.0 or later) by @​crazy-max in docker/build-push-action#954 Bump @​actions/core...

dependencies
github_actions

Bumps [docker/login-action](https://github.com/docker/login-action) from 2.1.0 to 3.0.0. Release notes Sourced from docker/login-action's releases. v3.0.0 Node 20 as default runtime (requires Actions Runner v2.308.0 or later) by @​crazy-max in docker/login-action#593 Bump @​actions/core...

dependencies
github_actions

The `xcm_config` file of this Substrate Parachain template is not really well configured. This is a problem because multiple teams are using it as a baseline configuration but multiple changes...

In #190 : > For some reason, the following breaking changes haven't gone through with the CI/CD https://github.com/paritytech/cumulus/tags I suspect the tags that trigger this job need to be updated...