Skip to content

Commit

Permalink
feat: release 1.7.0 (#373)
Browse files Browse the repository at this point in the history
* Adds two more relaychain bootnodes for staging environment  (#334)

* chore: reset peregrine stg (#335)

* ci: use custom ci image (#336)

* Optimizes docker layer (#337)

* fix: add did lookup pallet to DID authorization logic + reverse lookup index (#343)

* chore: update toolchain version to nightly 1.59 (#339)

* feat: proxy type for disableling deposit claiming (#341)

* fix: rococo protocol id (#369)

* feat: generic access control (#316)

* Updates toolchain version (#345)

* refactor: enforce no runtime in pallet (#349)

* fix: features (#353)

* feat: add tips pallet (#352)

* feat: upgrade to Polkadot v0.9.19 (#357)

* chore: upgrade and clean up (#360)

* Adds the new rococo chainspec (#363)

* feat: add launch pallet removal migration (#359)

* refactor: update rilt para id from 2015 to 2108 (#364)

* fix: rilt para id (#365)

* feat: upgrade to Polkadot v0.9.23 (#366)

* use ci-linx:production base image (#368)

* feat: upgrade to Polkadot v0.9.24 (#370)

* fix: fix CI builders compilation errors and pin to a specific hash (#372)
  • Loading branch information
ntn-x2 authored Jun 24, 2022
1 parent 31ae909 commit aa39f8d
Show file tree
Hide file tree
Showing 145 changed files with 8,613 additions and 10,769 deletions.
20 changes: 14 additions & 6 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,38 @@ stages:
- build

clippy:
image: paritytech/ci-linux:c4f0daf3-20220110
# Corresponds to paritytech/ci-linux:production at the time of this PR
# https://hub.docker.com/layers/ci-linux/paritytech/ci-linux/production/images/sha256-c75cee0971ca54e57a875fac8714eea2db754e621841cde702478783fc28ab90?context=explore
image: paritytech/ci-linux@sha256:c75cee0971ca54e57a875fac8714eea2db754e621841cde702478783fc28ab90
stage: test
timeout: 1 hours
script:
- rustup component add clippy --toolchain nightly
- cargo +nightly clippy --all-features --all-targets --locked -- -D warnings

fmt:
image: paritytech/ci-linux:c4f0daf3-20220110
# Corresponds to paritytech/ci-linux:production at the time of this PR
# https://hub.docker.com/layers/ci-linux/paritytech/ci-linux/production/images/sha256-c75cee0971ca54e57a875fac8714eea2db754e621841cde702478783fc28ab90?context=explore
image: paritytech/ci-linux@sha256:c75cee0971ca54e57a875fac8714eea2db754e621841cde702478783fc28ab90
stage: test
timeout: 1 hours
script:
- rustup component add rustfmt --toolchain nightly
- cargo +nightly fmt -- --check

test:
image: paritytech/ci-linux:c4f0daf3-20220110
# Corresponds to paritytech/ci-linux:production at the time of this PR
# https://hub.docker.com/layers/ci-linux/paritytech/ci-linux/production/images/sha256-c75cee0971ca54e57a875fac8714eea2db754e621841cde702478783fc28ab90?context=explore
image: paritytech/ci-linux@sha256:c75cee0971ca54e57a875fac8714eea2db754e621841cde702478783fc28ab90
stage: test
timeout: 1 hours
script:
- cargo test --all --all-targets --locked

test-features:
image: paritytech/ci-linux:c4f0daf3-20220110
# Corresponds to paritytech/ci-linux:production at the time of this PR
# https://hub.docker.com/layers/ci-linux/paritytech/ci-linux/production/images/sha256-c75cee0971ca54e57a875fac8714eea2db754e621841cde702478783fc28ab90?context=explore
image: paritytech/ci-linux@sha256:c75cee0971ca54e57a875fac8714eea2db754e621841cde702478783fc28ab90
stage: test
timeout: 1 hours
script:
Expand Down Expand Up @@ -60,7 +68,7 @@ build:

build-wasm-peregrine:
image:
name: paritytech/srtool:1.57.0
name: paritytech/srtool:1.60.0
entrypoint: [""]
stage: build
only:
Expand All @@ -80,7 +88,7 @@ build-wasm-peregrine:

build-wasm-spiritnet:
image:
name: paritytech/srtool:1.57.0
name: paritytech/srtool:1.60.0
entrypoint: [""]
stage: build
only:
Expand Down
1 change: 0 additions & 1 deletion .maintain/reset-spec/peregrine_dev_kilt.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ def update_spec(input: typing.Dict):
input["properties"]["tokenSymbol"] = "PILT"
input["genesis"]["runtime"]["parachainInfo"]["parachainId"] = para_id
input["genesis"]["runtime"]["sudo"]["key"] = "5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY"
input["genesis"]["runtime"]["kiltLaunch"]["transferAccount"] = "5FHneW46xGXgs5mUiveU4sbTyGBzmstUspZC92UhjJM694ty"
input["genesis"]["runtime"]["parachainStaking"]["stakers"] = [
[
"5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY",
Expand Down
1 change: 0 additions & 1 deletion .maintain/reset-spec/peregrine_kilt.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ def update_spec(input: typing.Dict):
input["properties"]["tokenSymbol"] = "PILT"
input["genesis"]["runtime"]["parachainInfo"]["parachainId"] = para_id
input["genesis"]["runtime"]["sudo"]["key"] = acc_col_1
input["genesis"]["runtime"]["kiltLaunch"]["transferAccount"] = acc_col_2
input["genesis"]["runtime"]["parachainStaking"]["stakers"] = [
[
acc_col_1,
Expand Down
1 change: 0 additions & 1 deletion .maintain/reset-spec/peregrine_stg_kilt.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ def update_spec(input: typing.Dict):
input["properties"]["tokenSymbol"] = "PILT"
input["genesis"]["runtime"]["parachainInfo"]["parachainId"] = para_id
input["genesis"]["runtime"]["sudo"]["key"] = acc_col_1
input["genesis"]["runtime"]["kiltLaunch"]["transferAccount"] = acc_col_2
input["genesis"]["runtime"]["parachainStaking"]["stakers"] = [
[
acc_col_1,
Expand Down
Loading

0 comments on commit aa39f8d

Please sign in to comment.