crustio / crust

Official Rust implementation of the Crust protocol
https://crust.network
Apache License 2.0
509 stars 40 forks source link

Cherry-pick from polkadot-parachain branch, mainly upgrade to 'release-polkadot-v1.1.0' #941

Closed wuhaixian1984 closed 8 months ago

wuhaixian1984 commented 8 months ago

Cherry-pick from polkadot-parachain for changes below:

  1. Upgrade to polkadot-sdk version 'release-polkadot-v1.1.0'
  2. Use #[cfg(feature = "enable_sudo")] to wrap the sudo pallet related codes
  3. Enhance the build_spec_wasm_and_state.sh script to support both MacOS and Linux
  4. Update spec version from 17 to 18 to reflect the latest changes in chain spec and runtime.