Update to latest Substrate master (#320)
* Make `collator::Network` require `Send + Sync` to make it work * Update packages * Update to latest Substrate * Make it compile and make tests work * Use `polkadot-master` * Fix CI * Remove `build.sh` from readmes * Delete old stuff * Bring one back
Showing
- polkadot/.gitlab-ci.yml 0 additions, 2 deletionspolkadot/.gitlab-ci.yml
- polkadot/Cargo.lock 563 additions, 552 deletionspolkadot/Cargo.lock
- polkadot/README.adoc 0 additions, 1 deletionpolkadot/README.adoc
- polkadot/executor/src/lib.rs 1 addition, 1 deletionpolkadot/executor/src/lib.rs
- polkadot/network/src/lib.rs 11 additions, 19 deletionspolkadot/network/src/lib.rs
- polkadot/network/src/tests/mod.rs 3 additions, 4 deletionspolkadot/network/src/tests/mod.rs
- polkadot/parachain/Cargo.toml 1 addition, 0 deletionspolkadot/parachain/Cargo.toml
- polkadot/parachain/tests/adder.rs 1 addition, 1 deletionpolkadot/parachain/tests/adder.rs
- polkadot/parachain/tests/res/adder.wasm 0 additions, 0 deletionspolkadot/parachain/tests/res/adder.wasm
- polkadot/primitives/src/lib.rs 4 additions, 0 deletionspolkadot/primitives/src/lib.rs
- polkadot/runtime/Cargo.toml 6 additions, 1 deletionpolkadot/runtime/Cargo.toml
- polkadot/runtime/build.rs 5 additions, 5 deletionspolkadot/runtime/build.rs
- polkadot/runtime/src/lib.rs 20 additions, 4 deletionspolkadot/runtime/src/lib.rs
- polkadot/runtime/src/parachains.rs 9 additions, 1 deletionpolkadot/runtime/src/parachains.rs
- polkadot/runtime/wasm/Cargo.lock 0 additions, 3974 deletionspolkadot/runtime/wasm/Cargo.lock
- polkadot/runtime/wasm/Cargo.toml 0 additions, 25 deletionspolkadot/runtime/wasm/Cargo.toml
- polkadot/runtime/wasm/build.sh 0 additions, 13 deletionspolkadot/runtime/wasm/build.sh
- polkadot/scripts/build.sh 0 additions, 28 deletionspolkadot/scripts/build.sh
- polkadot/service/Cargo.toml 1 addition, 0 deletionspolkadot/service/Cargo.toml
- polkadot/service/src/chain_spec.rs 25 additions, 11 deletionspolkadot/service/src/chain_spec.rs
source diff could not be displayed: it is too large. Options to address this: view the blob.
File deleted
polkadot/runtime/wasm/Cargo.lock
deleted
100644 → 0
source diff could not be displayed: it is too large. Options to address this: view the blob.
polkadot/runtime/wasm/Cargo.toml
deleted
100644 → 0
polkadot/runtime/wasm/build.sh
deleted
100755 → 0
polkadot/scripts/build.sh
deleted
100755 → 0
Please register or sign in to comment