substrate-contracts-node
substrate-contracts-node copied to clipboard
Minimal Substrate node configured for smart contracts via pallet-contracts.
# Problem getting warnings while installing the node using the command `cargo install contracts-node --git https://github.com/paritytech/substrate-contracts-node.git` > warning: Could not find `Cargo.lock` for `/usr/local/cargo/git/checkouts/substrate-contracts-node-cf7c16677784d274/72e6857/runtime/Cargo.toml`, while searching from `/tmp/cargo-installIzGvIw/release/build/contracts-node-runtime-171627be271a7759/out`. To fix...
Often get this one during development for some time. Is there some way to increase the connection limit somehow? ``` 2023-06-16 15:26:14.020 WARN tokio-runtime-worker jsonrpsee_server::server: Too many connections. Please try...
Hi, We have a fresh build of substrate node forked from this repository. We are currently trying to implement aura consensus mechanism. We found these two commits: [Changed consensus to...
If I run `substrate-contracts-node --help` part of the output is: ``` --ws-external Listen to all Websocket interfaces. Default is local. Note: not all RPC methods are safe to be exposed...
using docker to manage blockchain nodes, especially for testing is helpful. the polkadot image doesn't contain the contracts module at the moment.
I am facing this error when i am trying to add a second node to the blockchain network i am facing this issue. "/tmp/bob/chains/local_testnet/db/full" did not exist. Any one can...
The contracts-node has been working great for my team's testing purposes until we run into a need to work with multisig features. Is it possible to add this pallet into...
If I run `cargo install contracts-node` I am getting an error: ``` error[E0405]: cannot find trait `Priority` in this scope --> /Users/user/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polkadot-overseer-11.0.0/src/lib.rs:460:1 | 460 | / #[orchestra( 461 | |...
When I run the following here https://github.com/ltfschoen/XCMTemplate/blob/main/docker/run.sh#L103 ``` cargo install contracts-node --git https://github.com/paritytech/substrate-contracts-node.git --tag ${SUBSTRATE_CONTRACTS_NODE_VERSION} --force --locked ``` where i'm using versions: RUST_NIGHTLY="2024-02-17" NODE_VERSION=v20.12.0 CARGO_CONTRACT_VERSION=4.1.0 SUBSTRATE_CONTRACTS_NODE_VERSION=v0.40.0 it outputs the following...
In previous versions we needed to use `estuary` as a lightweight cargo registry in the CI to test if publishing `cargo-contract` to it and installing it from there works by...