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

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

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

Bumps [jsonrpsee](https://github.com/paritytech/jsonrpsee) from 0.16.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 [rustix](https://github.com/bytecodealliance/rustix) from 0.36.15 to 0.36.16. Commits 6534992 chore: Release rustix version 0.36.16 4928cf7 Disable riscv64 testing. 8cc159c Fix the test_ttyname_ok test when /dev/stdin is inaccessable. (#821) 6dc7ba9 Downgrade dependencies...

dependencies
rust

https://github.com/substrate-developer-hub/substrate-node-template/blob/41ad4a6c9d712ac4b6e16e79a8b3837af8234f46/pallets/template/src/weights.rs#L26 `frame-weight-template.hbs` is used to generate the `weights.rs` file here, but you can clearly see it's missing from the file tree, as it is only contained in the SDK repository....

Bumps [quinn-proto](https://github.com/quinn-rs/quinn) from 0.9.4 to 0.9.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=quinn-proto&package-manager=cargo&previous-version=0.9.4&new-version=0.9.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
rust

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

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 [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @​takost in actions/checkout#1436 Support fetching without the --progress option...

dependencies
github_actions

Bumps [rustls-webpki](https://github.com/rustls/webpki) from 0.101.2 to 0.101.4. Release notes Sourced from rustls-webpki's releases. v/0.101.4 Release notes certificate path building and verification is now capped at 100 signature validation operations to avoid...

dependencies
rust

In this PR, the `devContainer.json` file is updated to be used with Codespaces and the following additions are made: * Fetch a pre-built binary of the node-template from Docker Hub...

It's better to use an image sourced from paritytech dockerhub registry. And automate its' creation via CI. _Originally posted by @TriplEight in https://github.com/substrate-developer-hub/substrate-node-template/pull/444#discussion_r1221756125_