Commit 738d91d4 authored by Cecile Tonglet's avatar Cecile Tonglet
Browse files

Updated with latest changes

parent 1bae5501
Pipeline #84979 failed with stage
in 6 minutes and 50 seconds
This diff is collapsed.
......@@ -36,7 +36,7 @@ wasm-bindgen-futures = { version = "0.4.7", optional = true }
browser-utils = { package = "substrate-browser-utils", git = "https://github.com/paritytech/substrate", branch = "cecton-the-revenge-of-the-cli", optional = true }
[build-dependencies]
sc-cli = { git = "https://github.com/paritytech/substrate", branch = "cecton-the-revenge-of-the-cli" }
substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", branch = "cecton-the-revenge-of-the-cli" }
[features]
default = [ "wasmtime", "rocksdb", "cli" ]
......
......@@ -15,5 +15,5 @@
// along with Polkadot. If not, see <http://www.gnu.org/licenses/>.
fn main() {
sc_cli::generate_cargo_keys();
substrate_build_script_utils::generate_cargo_keys();
}
......@@ -18,11 +18,11 @@ use log::info;
use sp_runtime::traits::BlakeTwo256;
use service::{IsKusama, Block, self, RuntimeApiCollection, TFullClient};
use sp_api::ConstructRuntimeApi;
use sc_cli::{substrate_cli_configuration, SubstrateCli, Result};
use sc_cli::{substrate_cli, SubstrateCli, Result};
use sc_executor::NativeExecutionDispatch;
use crate::cli::{Cli, Subcommand};
#[substrate_cli_configuration(
#[substrate_cli(
impl_name = "parity-polkadot",
support_url = "https://github.com/paritytech/polkadot/issues/new",
copyright_start_year = 2017,
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment