substrate-node-template
substrate-node-template copied to clipboard
A new FRAME-based Substrate node, ready for hacking.
Build error
**Question** when I used command ```cargo build --release```, there was a compile error. ``` LIB_x86_64-apple-darwin = None CXXSTDLIB_x86_64_apple_darwin = None HOST_CXXSTDLIB = None CXXSTDLIB = None cargo:rustc-link-lib=c++ cargo:rerun-if-changed=snappy/ TARGET =...
This is a revival of a project I started a long time ago but never finished. (https://github.com/JoshOrndorff/recipes/pull/144) This demonstrates a simple runtime written entirely without FRAME. It directly implements the...
@alvicsam won't this break over time for old tags? It _should_ mostly be fine... but perhaps it's best to update this on releases to a fixed known image? _Originally posted...
#212 is older, but reveals that the docker integrations are likely stale and broken. We should either remove these, or update - ideally tested in CI here as well. Possibly...
`cargo build --release` currently fails if the user is relying on the nix shell provided with the error: ``` error[E0658]: use of unstable library feature 'proc_macro_is_available' --> /home/thomassdk/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.36/src/detection.rs:28:21 | 28...
In this description of [Substrate tutorials](https://docs.substrate.io/tutorials/work-with-pallets/contracts-pallet/#expose-the-contracts-api) ```rust module.merge(System::new(client.clone(), pool.clone(), deny_unsafe).into_rpc())?; module.merge(TransactionPayment::new(client.clone()).into_rpc())?; module.merge(Contracts::new(client.clone()).into_rpc())?; // Add this line ``` However, `client` does not actually have clone, and there will got `value borrowed...
- Update dependencies to newly migrated repo [polkadot-sdk](https://github.com/paritytech/polkadot-sdk). - Update [node template](https://github.com/paritytech/polkadot-sdk/tree/master/substrate/bin/node-template) code to version 1.6.0 of Polkadot.
My
Bumps [clap](https://github.com/clap-rs/clap) from 4.4.2 to 4.4.10. Release notes Sourced from clap's releases. v4.4.10 [4.4.10] - 2023-11-28 Documentation Link out to changelog Cross link derive's attribute reference to derive tutorial v4.4.9...
This PR updates the SDK to 1.3.0. It also uses pinned versions from crates.io.