Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
polkadot
Commits
738d91d4
Commit
738d91d4
authored
Mar 26, 2020
by
Cecile Tonglet
Browse files
Updated with latest changes
parent
1bae5501
Pipeline
#84979
failed with stage
in 6 minutes and 50 seconds
Changes
4
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Cargo.lock
View file @
738d91d4
This diff is collapsed.
Click to expand it.
cli/Cargo.toml
View file @
738d91d4
...
...
@@ -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]
s
c-cli
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"cecton-the-revenge-of-the-cli"
}
s
ubstrate-build-script-utils
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"cecton-the-revenge-of-the-cli"
}
[features]
default
=
[
"wasmtime"
,
"rocksdb"
,
"cli"
]
...
...
cli/build.rs
View file @
738d91d4
...
...
@@ -15,5 +15,5 @@
// along with Polkadot. If not, see <http://www.gnu.org/licenses/>.
fn
main
()
{
s
c_cli
::
generate_cargo_keys
();
s
ubstrate_build_script_utils
::
generate_cargo_keys
();
}
cli/src/command.rs
View file @
738d91d4
...
...
@@ -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
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment