Skip to content

Conversation

@Kailai-Wang
Copy link
Collaborator

resolves #346

This PR prepares for the rococo parachain onboarding.
A release will follow.

@Kailai-Wang Kailai-Wang requested a review from a team March 30, 2022 10:30
@Kailai-Wang Kailai-Wang self-assigned this Mar 30, 2022
@Kailai-Wang Kailai-Wang merged commit 67f632d into dev Apr 1, 2022
@Kailai-Wang Kailai-Wang deleted the 346-launch-rococo-parachain branch April 1, 2022 16:01
wangminqi added a commit that referenced this pull request Apr 8, 2022
* put if-check on job level (#425)

* Bump log from 0.4.14 to 0.4.16 (#420)

Bumps [log](https://github.com/rust-lang/log) from 0.4.14 to 0.4.16.
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/log/commits)

---
updated-dependencies:
- dependency-name: log
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kai <7630809+Kailai-Wang@users.noreply.github.com>

* Bump async-trait from 0.1.52 to 0.1.53 (#421)

Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.52 to 0.1.53.
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](dtolnay/async-trait@0.1.52...0.1.53)

---
updated-dependencies:
- dependency-name: async-trait
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kai <7630809+Kailai-Wang@users.noreply.github.com>

* Launch rococo parachain (#429)

* add rococo runtime and spec skeleton

* add JSON placeholder

* add rococo runtime Makfile

* add real genesis info

* update rococo paraId

* update benchmark host

* add rococo

* permission for PR

* add rococo to script

* extend stale bot threshold

* move the if-check out of job level

* companion for c97b20b

* add rococo runtime tests

* fix clippy

* add rococo chain spec 697ca6a

* fix dockerfile path (#432)

* Bump clap from 3.1.6 to 3.1.8 (#434)

Bumps [clap](https://github.com/clap-rs/clap) from 3.1.6 to 3.1.8.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v3.1.6...v3.1.8)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @polkadot/api from 7.14.3 to 7.15.1 in /ts-tests (#436)

Bumps [@polkadot/api](https://github.com/polkadot-js/api/tree/HEAD/packages/api) from 7.14.3 to 7.15.1.
- [Release notes](https://github.com/polkadot-js/api/releases)
- [Changelog](https://github.com/polkadot-js/api/blob/master/CHANGELOG.md)
- [Commits](https://github.com/polkadot-js/api/commits/v7.15.1/packages/api)

---
updated-dependencies:
- dependency-name: "@polkadot/api"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Enable vest() function call for reward claiming (#433)

* Enable vest() function call for reward claiming

* Refactor with the help of clippy

* Remove unused comments

* Fix fmt error

* Update dependencies to `polkadot-v0.9.18` (#439)

* bump code version

* update node to compile

* fix clippy

* add rococo-dev for benchmarking

* fix compile

* restore pallet_collator_selection benchmarking

* update extendedHosts

* fix compile

* [benchmarking bot] Auto commit generated weights files (#437)

Co-authored-by: Kailai-Wang <Kailai-Wang@users.noreply.github.com>

* update litmus weights

* bump version

* [benchmarking bot] Auto commit generated weights files (#438)

Co-authored-by: Kailai-Wang <Kailai-Wang@users.noreply.github.com>

* add weights use

* add vesting filter on rococo

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Kailai-Wang <Kailai-Wang@users.noreply.github.com>

* Bump minimist from 1.2.5 to 1.2.6 in /ts-tests (#440)

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Co-authored-by: Kai <7630809+Kailai-Wang@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Han <4738254+h4n0@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Kailai-Wang <Kailai-Wang@users.noreply.github.com>
wangminqi added a commit that referenced this pull request Apr 8, 2022
* put if-check on job level (#425)

* Bump log from 0.4.14 to 0.4.16 (#420)

Bumps [log](https://github.com/rust-lang/log) from 0.4.14 to 0.4.16.
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/log/commits)

---
updated-dependencies:
- dependency-name: log
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kai <7630809+Kailai-Wang@users.noreply.github.com>

* Bump async-trait from 0.1.52 to 0.1.53 (#421)

Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.52 to 0.1.53.
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](dtolnay/async-trait@0.1.52...0.1.53)

---
updated-dependencies:
- dependency-name: async-trait
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kai <7630809+Kailai-Wang@users.noreply.github.com>

* Launch rococo parachain (#429)

* add rococo runtime and spec skeleton

* add JSON placeholder

* add rococo runtime Makfile

* add real genesis info

* update rococo paraId

* update benchmark host

* add rococo

* permission for PR

* add rococo to script

* extend stale bot threshold

* move the if-check out of job level

* companion for c97b20b

* add rococo runtime tests

* fix clippy

* add rococo chain spec 697ca6a

* fix dockerfile path (#432)

* Bump clap from 3.1.6 to 3.1.8 (#434)

Bumps [clap](https://github.com/clap-rs/clap) from 3.1.6 to 3.1.8.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v3.1.6...v3.1.8)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @polkadot/api from 7.14.3 to 7.15.1 in /ts-tests (#436)

Bumps [@polkadot/api](https://github.com/polkadot-js/api/tree/HEAD/packages/api) from 7.14.3 to 7.15.1.
- [Release notes](https://github.com/polkadot-js/api/releases)
- [Changelog](https://github.com/polkadot-js/api/blob/master/CHANGELOG.md)
- [Commits](https://github.com/polkadot-js/api/commits/v7.15.1/packages/api)

---
updated-dependencies:
- dependency-name: "@polkadot/api"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Enable vest() function call for reward claiming (#433)

* Enable vest() function call for reward claiming

* Refactor with the help of clippy

* Remove unused comments

* Fix fmt error

* Update dependencies to `polkadot-v0.9.18` (#439)

* bump code version

* update node to compile

* fix clippy

* add rococo-dev for benchmarking

* fix compile

* restore pallet_collator_selection benchmarking

* update extendedHosts

* fix compile

* [benchmarking bot] Auto commit generated weights files (#437)

Co-authored-by: Kailai-Wang <Kailai-Wang@users.noreply.github.com>

* update litmus weights

* bump version

* [benchmarking bot] Auto commit generated weights files (#438)

Co-authored-by: Kailai-Wang <Kailai-Wang@users.noreply.github.com>

* add weights use

* add vesting filter on rococo

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Kailai-Wang <Kailai-Wang@users.noreply.github.com>

* Bump minimist from 1.2.5 to 1.2.6 in /ts-tests (#440)

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Co-authored-by: Kai <7630809+Kailai-Wang@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Han <4738254+h4n0@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Kailai-Wang <Kailai-Wang@users.noreply.github.com>
wangminqi added a commit that referenced this pull request Jun 9, 2022
* Update for 0.9.18 (#442)

* put if-check on job level (#425)

* Bump log from 0.4.14 to 0.4.16 (#420)

Bumps [log](https://github.com/rust-lang/log) from 0.4.14 to 0.4.16.
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/log/commits)

---
updated-dependencies:
- dependency-name: log
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kai <7630809+Kailai-Wang@users.noreply.github.com>

* Bump async-trait from 0.1.52 to 0.1.53 (#421)

Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.52 to 0.1.53.
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](dtolnay/async-trait@0.1.52...0.1.53)

---
updated-dependencies:
- dependency-name: async-trait
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kai <7630809+Kailai-Wang@users.noreply.github.com>

* Launch rococo parachain (#429)

* add rococo runtime and spec skeleton

* add JSON placeholder

* add rococo runtime Makfile

* add real genesis info

* update rococo paraId

* update benchmark host

* add rococo

* permission for PR

* add rococo to script

* extend stale bot threshold

* move the if-check out of job level

* companion for c97b20b

* add rococo runtime tests

* fix clippy

* add rococo chain spec 697ca6a

* fix dockerfile path (#432)

* Bump clap from 3.1.6 to 3.1.8 (#434)

Bumps [clap](https://github.com/clap-rs/clap) from 3.1.6 to 3.1.8.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v3.1.6...v3.1.8)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @polkadot/api from 7.14.3 to 7.15.1 in /ts-tests (#436)

Bumps [@polkadot/api](https://github.com/polkadot-js/api/tree/HEAD/packages/api) from 7.14.3 to 7.15.1.
- [Release notes](https://github.com/polkadot-js/api/releases)
- [Changelog](https://github.com/polkadot-js/api/blob/master/CHANGELOG.md)
- [Commits](https://github.com/polkadot-js/api/commits/v7.15.1/packages/api)

---
updated-dependencies:
- dependency-name: "@polkadot/api"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Enable vest() function call for reward claiming (#433)

* Enable vest() function call for reward claiming

* Refactor with the help of clippy

* Remove unused comments

* Fix fmt error

* Update dependencies to `polkadot-v0.9.18` (#439)

* bump code version

* update node to compile

* fix clippy

* add rococo-dev for benchmarking

* fix compile

* restore pallet_collator_selection benchmarking

* update extendedHosts

* fix compile

* [benchmarking bot] Auto commit generated weights files (#437)

Co-authored-by: Kailai-Wang <Kailai-Wang@users.noreply.github.com>

* update litmus weights

* bump version

* [benchmarking bot] Auto commit generated weights files (#438)

Co-authored-by: Kailai-Wang <Kailai-Wang@users.noreply.github.com>

* add weights use

* add vesting filter on rococo

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Kailai-Wang <Kailai-Wang@users.noreply.github.com>

* Bump minimist from 1.2.5 to 1.2.6 in /ts-tests (#440)

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Co-authored-by: Kai <7630809+Kailai-Wang@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Han <4738254+h4n0@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Kailai-Wang <Kailai-Wang@users.noreply.github.com>

* Update dev into orlm_xtoken_branch (#443)

* put if-check on job level (#425)

* Bump log from 0.4.14 to 0.4.16 (#420)

Bumps [log](https://github.com/rust-lang/log) from 0.4.14 to 0.4.16.
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/log/commits)

---
updated-dependencies:
- dependency-name: log
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kai <7630809+Kailai-Wang@users.noreply.github.com>

* Bump async-trait from 0.1.52 to 0.1.53 (#421)

Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.52 to 0.1.53.
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](dtolnay/async-trait@0.1.52...0.1.53)

---
updated-dependencies:
- dependency-name: async-trait
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kai <7630809+Kailai-Wang@users.noreply.github.com>

* Launch rococo parachain (#429)

* add rococo runtime and spec skeleton

* add JSON placeholder

* add rococo runtime Makfile

* add real genesis info

* update rococo paraId

* update benchmark host

* add rococo

* permission for PR

* add rococo to script

* extend stale bot threshold

* move the if-check out of job level

* companion for c97b20b

* add rococo runtime tests

* fix clippy

* add rococo chain spec 697ca6a

* fix dockerfile path (#432)

* Bump clap from 3.1.6 to 3.1.8 (#434)

Bumps [clap](https://github.com/clap-rs/clap) from 3.1.6 to 3.1.8.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v3.1.6...v3.1.8)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @polkadot/api from 7.14.3 to 7.15.1 in /ts-tests (#436)

Bumps [@polkadot/api](https://github.com/polkadot-js/api/tree/HEAD/packages/api) from 7.14.3 to 7.15.1.
- [Release notes](https://github.com/polkadot-js/api/releases)
- [Changelog](https://github.com/polkadot-js/api/blob/master/CHANGELOG.md)
- [Commits](https://github.com/polkadot-js/api/commits/v7.15.1/packages/api)

---
updated-dependencies:
- dependency-name: "@polkadot/api"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Enable vest() function call for reward claiming (#433)

* Enable vest() function call for reward claiming

* Refactor with the help of clippy

* Remove unused comments

* Fix fmt error

* Update dependencies to `polkadot-v0.9.18` (#439)

* bump code version

* update node to compile

* fix clippy

* add rococo-dev for benchmarking

* fix compile

* restore pallet_collator_selection benchmarking

* update extendedHosts

* fix compile

* [benchmarking bot] Auto commit generated weights files (#437)

Co-authored-by: Kailai-Wang <Kailai-Wang@users.noreply.github.com>

* update litmus weights

* bump version

* [benchmarking bot] Auto commit generated weights files (#438)

Co-authored-by: Kailai-Wang <Kailai-Wang@users.noreply.github.com>

* add weights use

* add vesting filter on rococo

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Kailai-Wang <Kailai-Wang@users.noreply.github.com>

* Bump minimist from 1.2.5 to 1.2.6 in /ts-tests (#440)

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Co-authored-by: Kai <7630809+Kailai-Wang@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Han <4738254+h4n0@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Kailai-Wang <Kailai-Wang@users.noreply.github.com>

* temp: merge

* warn: For xcm implementation; With bug

* feat: XCM related implementation

* debug: cargo fmt

* feat: ED of asset

* debug: remove unused code

* feat: XCM fee trader implementation

* debug: duplicate Cargo.lock

* debug: for clippy

* feat: sync litmus code to rococo and moonbase

* feat: enable build wasm

* debug: fmt

* debug: improve spec_version for runtime upgrade

* feat: asset_manager unittest draft

* feat: Asset Manager Test

* debug: clippy

* feat: pallet_asset_manager benchmarking

* debug: cargo fmt

* debug: benchmark test

* debug: cargo fmt

* fix: improve unitWeight of XCM

* feat: stable this version of runtime

* feat: Unittest support for XCM relay + parachain mimic; XCM remote asset support

* fix: sync the implementation/version to all chains

* debug:clippy

* debug: comments

* fix: upgrade to 0.9.22

* fix: update 0.9.22

* debug: fix from code reivew

* debug: comment modify

* debug: swap pallet_index for TEE

* IdentityManagement

* fix: transactional protect of pallet_asset_manager

* debug: rename error

* assert_eo

* Revert "assert_eo"

This reverts commit c190464.

* debug: clippy

* feat: weight of benchmark and pallet reference for pallet_asset_manager

* debug: cargo fmt

* debug: use try_mutate to remove transactional macro

* debug: fmt

* debug: orml has 0.9.22 tag now

* feat: remove relocate_id method

* debug: fix todo comment

* fix: update comment

* fix: remove asset_id from remove_asset_type

* fix: correct remove_asset_type malicious input

Co-authored-by: Kai <7630809+Kailai-Wang@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Han <4738254+h4n0@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Kailai-Wang <Kailai-Wang@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Launch a rococo parachain

3 participants