Update Substrate (#812)
* Update to latest Substrate master * upgrade decl_storage declaration * Companion PR to Substrate#4752 * Substrate update: Identity should bound additional fields (#4770) Substrate commit: 2c9ce7296b19934b1ffd50150be2fdb2ddf81a4e * WIP * WIP * Updated substrate and fixes * Fix compilation and switch to latest wasm-builder-runner * Fixed missing doc * Update collator/src/lib.rs Co-authored-by:Bastian Köcher <bkchr@users.noreply.github.com> Co-authored-by:
thiolliere <gui.thiolliere@gmail.com> Co-authored-by:
Pierre Krieger <pierre.krieger1708@gmail.com> Co-authored-by:
Cecile Tonglet <cecile.tonglet@cecton.com>
Showing
- polkadot/Cargo.lock 166 additions, 147 deletionspolkadot/Cargo.lock
- polkadot/cli/Cargo.toml 1 addition, 1 deletionpolkadot/cli/Cargo.toml
- polkadot/cli/src/chain_spec.rs 7 additions, 0 deletionspolkadot/cli/src/chain_spec.rs
- polkadot/cli/src/cli.rs 55 additions, 0 deletionspolkadot/cli/src/cli.rs
- polkadot/cli/src/command.rs 156 additions, 0 deletionspolkadot/cli/src/command.rs
- polkadot/cli/src/lib.rs 8 additions, 204 deletionspolkadot/cli/src/lib.rs
- polkadot/collator/Cargo.toml 1 addition, 0 deletionspolkadot/collator/Cargo.toml
- polkadot/collator/src/lib.rs 32 additions, 15 deletionspolkadot/collator/src/lib.rs
- polkadot/primitives/Cargo.toml 8 additions, 8 deletionspolkadot/primitives/Cargo.toml
- polkadot/runtime/common/Cargo.toml 16 additions, 16 deletionspolkadot/runtime/common/Cargo.toml
- polkadot/runtime/common/src/registrar.rs 1 addition, 0 deletionspolkadot/runtime/common/src/registrar.rs
- polkadot/runtime/kusama/Cargo.toml 43 additions, 43 deletionspolkadot/runtime/kusama/Cargo.toml
- polkadot/runtime/kusama/build.rs 7 additions, 2 deletionspolkadot/runtime/kusama/build.rs
- polkadot/runtime/kusama/src/lib.rs 5 additions, 2 deletionspolkadot/runtime/kusama/src/lib.rs
- polkadot/runtime/polkadot/Cargo.toml 40 additions, 40 deletionspolkadot/runtime/polkadot/Cargo.toml
- polkadot/runtime/polkadot/build.rs 7 additions, 2 deletionspolkadot/runtime/polkadot/build.rs
- polkadot/runtime/polkadot/src/lib.rs 1 addition, 0 deletionspolkadot/runtime/polkadot/src/lib.rs
- polkadot/service/src/lib.rs 43 additions, 49 deletionspolkadot/service/src/lib.rs
- polkadot/src/main.rs 2 additions, 24 deletionspolkadot/src/main.rs
- polkadot/test-parachains/adder/Cargo.toml 1 addition, 1 deletionpolkadot/test-parachains/adder/Cargo.toml
Please register or sign in to comment