mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 09:21:04 +00:00
Upgrade from futures-preview to futures 0.3.1, and remove futures 0.1 where currently possible (#4083)
* Migrate node and node-template * Migrate srml * Simple changes * Add async-std for interval * Fix test-runtime warning * Small changes * move futures01 in core/rpc to dev-deps * Change wasm CI builds * Switch to async-std 1.0.1 * Remove async-std dep of network * Add modified lockfile * Fix node cli browser build * Remove authority-discovery async-std dep * Add Send + Sync to interval dyn stream
This commit is contained in:
@@ -219,14 +219,14 @@ check-web-wasm:
|
||||
script:
|
||||
# WASM support is in progress. As more and more crates support WASM, we
|
||||
# should add entries here. See https://github.com/paritytech/substrate/issues/2416
|
||||
- time cargo web build -p sr-io
|
||||
- time cargo web build -p sr-primitives
|
||||
- time cargo web build -p sr-std
|
||||
- time cargo web build -p substrate-client
|
||||
- time cargo web build -p substrate-consensus-aura
|
||||
- time cargo web build -p substrate-consensus-babe
|
||||
- time cargo web build -p substrate-consensus-common
|
||||
- time cargo web build -p substrate-telemetry
|
||||
- time cargo build --target=wasm32-unknown-unknown -p sr-io
|
||||
- time cargo build --target=wasm32-unknown-unknown -p sr-primitives
|
||||
- time cargo build --target=wasm32-unknown-unknown -p sr-std
|
||||
- time cargo build --target=wasm32-unknown-unknown -p substrate-client
|
||||
- time cargo build --target=wasm32-unknown-unknown -p substrate-consensus-aura
|
||||
- time cargo build --target=wasm32-unknown-unknown -p substrate-consensus-babe
|
||||
- time cargo build --target=wasm32-unknown-unknown -p substrate-consensus-common
|
||||
- time cargo build --target=wasm32-unknown-unknown -p substrate-telemetry
|
||||
# Note: the command below is a bit weird because several Cargo issues prevent us from compiling the node in a more straight-forward way.
|
||||
- time cargo build --manifest-path=bin/node/cli/Cargo.toml --no-default-features --features "browser" --target=wasm32-unknown-unknown
|
||||
- sccache -s
|
||||
|
||||
Reference in New Issue
Block a user