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
76d6a6aa
Unverified
Commit
76d6a6aa
authored
May 07, 2020
by
Bastian Köcher
Committed by
GitHub
May 07, 2020
Browse files
Update to latest Substrate master (#1074)
parent
872bd4fd
Pipeline
#94708
passed with stage
in 28 seconds
Changes
16
Pipelines
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Cargo.lock
View file @
76d6a6aa
This diff is collapsed.
Click to expand it.
cli/src/command.rs
View file @
76d6a6aa
...
...
@@ -61,6 +61,8 @@ impl SubstrateCli for Cli {
/// Parses polkadot specific CLI arguments and run the service.
pub
fn
run
()
->
Result
<
()
>
{
sc_cli
::
reset_signal_pipe_handler
()
?
;
let
cli
=
Cli
::
from_args
();
match
&
cli
.subcommand
{
...
...
parachain/test-parachains/adder/Cargo.toml
View file @
76d6a6aa
...
...
@@ -16,7 +16,7 @@ dlmalloc = { version = "0.1.3", features = [ "global" ] }
runtime-io
=
{
package
=
"sp-io"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
,
features
=
[
"disable_allocator"
]
}
[build-dependencies]
wasm-builder-runner
=
{
package
=
"substrate-wasm-builder-runner"
,
version
=
"1.0.
5
"
}
wasm-builder-runner
=
{
package
=
"substrate-wasm-builder-runner"
,
version
=
"1.0.
6
"
}
[features]
default
=
[
"std"
]
...
...
parachain/test-parachains/adder/build.rs
View file @
76d6a6aa
...
...
@@ -19,7 +19,7 @@ use wasm_builder_runner::WasmBuilder;
fn
main
()
{
WasmBuilder
::
new
()
.with_current_project
()
.with_wasm_builder_from_
git
(
"https://github.com/paritytech/substrate.git"
,
"8c672e107789ed10973d937ba8cac245404377e2
"
)
.with_wasm_builder_from_
crates
(
"1.0.10
"
)
.export_heap_base
()
.build
()
}
parachain/test-parachains/code-upgrader/Cargo.toml
View file @
76d6a6aa
...
...
@@ -16,7 +16,7 @@ dlmalloc = { version = "0.1.3", features = [ "global" ] }
runtime-io
=
{
package
=
"sp-io"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
,
features
=
[
"disable_allocator"
]
}
[build-dependencies]
wasm-builder-runner
=
{
package
=
"substrate-wasm-builder-runner"
,
version
=
"1.0.
5
"
}
wasm-builder-runner
=
{
package
=
"substrate-wasm-builder-runner"
,
version
=
"1.0.
6
"
}
[features]
default
=
[
"std"
]
...
...
parachain/test-parachains/code-upgrader/build.rs
View file @
76d6a6aa
...
...
@@ -19,7 +19,7 @@ use wasm_builder_runner::WasmBuilder;
fn
main
()
{
WasmBuilder
::
new
()
.with_current_project
()
.with_wasm_builder_from_
git
(
"https://github.com/paritytech/substrate.git"
,
"8c672e107789ed10973d937ba8cac245404377e2
"
)
.with_wasm_builder_from_
crates
(
"1.0.10
"
)
.export_heap_base
()
.build
()
}
parachain/test-parachains/halt/Cargo.toml
View file @
76d6a6aa
...
...
@@ -9,7 +9,7 @@ build = "build.rs"
[dependencies]
[build-dependencies]
wasm-builder-runner
=
{
package
=
"substrate-wasm-builder-runner"
,
version
=
"1.0.
5
"
}
wasm-builder-runner
=
{
package
=
"substrate-wasm-builder-runner"
,
version
=
"1.0.
6
"
}
[features]
default
=
[
"std"
]
...
...
parachain/test-parachains/halt/build.rs
View file @
76d6a6aa
...
...
@@ -19,7 +19,7 @@ use wasm_builder_runner::WasmBuilder;
fn
main
()
{
WasmBuilder
::
new
()
.with_current_project
()
.with_wasm_builder_from_
git
(
"https://github.com/paritytech/substrate.git"
,
"8c672e107789ed10973d937ba8cac245404377e2
"
)
.with_wasm_builder_from_
crates
(
"1.0.10
"
)
.export_heap_base
()
.build
()
}
runtime/kusama/Cargo.toml
View file @
76d6a6aa
...
...
@@ -78,7 +78,7 @@ trie-db = "0.20.0"
serde_json
=
"1.0.41"
[build-dependencies]
wasm-builder-runner
=
{
package
=
"substrate-wasm-builder-runner"
,
version
=
"1.0.
5
"
}
wasm-builder-runner
=
{
package
=
"substrate-wasm-builder-runner"
,
version
=
"1.0.
6
"
}
[features]
default
=
["std"]
...
...
runtime/kusama/build.rs
View file @
76d6a6aa
...
...
@@ -19,7 +19,7 @@ use wasm_builder_runner::WasmBuilder;
fn
main
()
{
WasmBuilder
::
new
()
.with_current_project
()
.with_wasm_builder_from_
git
(
"https://github.com/paritytech/substrate.git"
,
"8c672e107789ed10973d937ba8cac245404377e2
"
)
.with_wasm_builder_from_
crates
(
"1.0.10
"
)
.import_memory
()
.export_heap_base
()
.build
()
...
...
runtime/polkadot/Cargo.toml
View file @
76d6a6aa
...
...
@@ -75,7 +75,7 @@ trie-db = "0.20.0"
serde_json
=
"1.0.41"
[build-dependencies]
wasm-builder-runner
=
{
package
=
"substrate-wasm-builder-runner"
,
version
=
"1.0.
5
"
}
wasm-builder-runner
=
{
package
=
"substrate-wasm-builder-runner"
,
version
=
"1.0.
6
"
}
[features]
default
=
["std"]
...
...
runtime/polkadot/build.rs
View file @
76d6a6aa
...
...
@@ -19,7 +19,7 @@ use wasm_builder_runner::WasmBuilder;
fn
main
()
{
WasmBuilder
::
new
()
.with_current_project
()
.with_wasm_builder_from_
git
(
"https://github.com/paritytech/substrate.git"
,
"8c672e107789ed10973d937ba8cac245404377e2
"
)
.with_wasm_builder_from_
crates
(
"1.0.10
"
)
.import_memory
()
.export_heap_base
()
.build
()
...
...
runtime/test-runtime/Cargo.toml
View file @
76d6a6aa
...
...
@@ -61,7 +61,7 @@ trie-db = "0.20.0"
serde_json
=
"1.0.41"
[build-dependencies]
wasm-builder-runner
=
{
package
=
"substrate-wasm-builder-runner"
,
version
=
"1.0.
5
"
}
wasm-builder-runner
=
{
package
=
"substrate-wasm-builder-runner"
,
version
=
"1.0.
6
"
}
[features]
default
=
["std"]
...
...
runtime/test-runtime/build.rs
View file @
76d6a6aa
...
...
@@ -19,7 +19,7 @@ use wasm_builder_runner::WasmBuilder;
fn
main
()
{
WasmBuilder
::
new
()
.with_current_project
()
.with_wasm_builder_from_crates
(
"1.0.
9
"
)
.with_wasm_builder_from_crates
(
"1.0.
10
"
)
.import_memory
()
.export_heap_base
()
.build
()
...
...
runtime/westend/Cargo.toml
View file @
76d6a6aa
...
...
@@ -80,7 +80,7 @@ trie-db = "0.20.0"
serde_json
=
"1.0.41"
[build-dependencies]
wasm-builder-runner
=
{
package
=
"substrate-wasm-builder-runner"
,
version
=
"1.0.
5
"
}
wasm-builder-runner
=
{
package
=
"substrate-wasm-builder-runner"
,
version
=
"1.0.
6
"
}
[features]
default
=
["std"]
...
...
runtime/westend/build.rs
View file @
76d6a6aa
...
...
@@ -19,7 +19,7 @@ use wasm_builder_runner::WasmBuilder;
fn
main
()
{
WasmBuilder
::
new
()
.with_current_project
()
.with_wasm_builder_from_
git
(
"https://github.com/paritytech/substrate.git"
,
"8c672e107789ed10973d937ba8cac245404377e2
"
)
.with_wasm_builder_from_
crates
(
"1.0.10
"
)
.import_memory
()
.export_heap_base
()
.build
()
...
...
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