Skip to content

Commit 9b2642d

Browse files
JulianToledanoal3martporticodotlabsclaravanstaden
authored
Upgrade runtime v1.4.1 (#164)
* [WIP] relay 1.4.0 * [WIP] cargo build -p paseo-runtime OK * [WIP] constants patch * [WIP]: bridge & asset-hub * [WIP]: coretime * [WIP] people * [WIP] chain-specs * [WIP] collectives * [WIP] integration-tests * Trigger workflow * Trigger workflow * Trigger workflow * update: some tests * update: tests * refactor(spec-generator): use genesis presets * refactor(spec-generator): use genesis presets for paseo relay * refactor(paseo): amend genesis config for paseo * docs(asset-hub): fix wrong naming in comments * refactor(asset-hub): amend ah genesis config * update: v1.4.1 * update: deps * fix(bridge-hub): UniversalLocation definition * chore(bridge-hub): remove unused import * chore(bridge-hub): ignore unncesary test * feat(spec-generator): introduce collectives in spec generator (#171) * feat(ci): build collectives runtime & bump srtool version * feat(spec-generator): add collectives local * chore(spec-generator): correct naming for paseo-collectives * Trigger workflow * Trigger workflow * update: cargo.lock * Trigger workflow * Trigger workflow * Trigger workflow * chore(coretime): fix create name * Trigger workflow * Trigger workflow * Trigger workflow * Trigger workflow * Trigger workflow * Trigger workflow * Trigger workflow * Trigger workflow * fixes tests * Fixing ethereum_outbound_queue_processes_messages_before_message_queue_works * fixes tests (#177) * del: xcm_config from asset-hub ForeignAssetsInstance --------- Co-authored-by: Alejandro Martinez Andres <11448715+al3mart@users.noreply.github.com> Co-authored-by: deploy-portico <152691815+deploy-portico@users.noreply.github.com> Co-authored-by: claravanstaden <claravanstaden64@gmail.com>
1 parent c62d885 commit 9b2642d

File tree

240 files changed

+20475
-6645
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

240 files changed

+20475
-6645
lines changed

.github/workflows/build-release-manual.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ jobs:
2323
path: "system-parachains/people-paseo"
2424
- name: "coretime-paseo"
2525
path: "system-parachains/coretime-paseo"
26-
26+
- name: "collecives-paseo"
27+
path: "system-parachains/collectives-paseo"
28+
2729
steps:
2830
- name: Checkout sources
2931
uses: actions/checkout@v4
@@ -39,7 +41,7 @@ jobs:
3941
4042
- name: Build ${{ matrix.runtime.name }} runtime
4143
id: srtool_build
42-
uses: chevdor/srtool-actions@v0.9.1
44+
uses: chevdor/srtool-actions@v0.9.2
4345
env:
4446
BUILD_OPTS: "--features on-chain-release-build"
4547
with:
@@ -84,4 +86,4 @@ jobs:
8486
```
8587
files: |
8688
${{ steps.srtool_build.outputs.wasm_compressed }}
87-
${{ matrix.runtime.name }}-srtool-digest.json
89+
${{ matrix.runtime.name }}-srtool-digest.json

.github/workflows/build-release.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
generate-chain-specs:
1313
uses: ./.github/workflows/generate-chain-specs.yaml
1414
permissions:
15-
contents: write
15+
contents: write
1616
packages: write
1717
with:
1818
tag_version: ${{ github.event.inputs.tag_version }}
@@ -58,6 +58,8 @@ jobs:
5858
path: "system-parachains/people-paseo"
5959
- name: "coretime-paseo"
6060
path: "system-parachains/coretime-paseo"
61+
- name: "collecives-paseo"
62+
path: "system-parachains/collectives-paseo"
6163

6264
steps:
6365
- name: Checkout sources
@@ -76,7 +78,7 @@ jobs:
7678
7779
- name: Build ${{ matrix.runtime.name }} runtime
7880
id: srtool_build
79-
uses: chevdor/srtool-actions@v0.9.1
81+
uses: chevdor/srtool-actions@v0.9.2
8082
env:
8183
BUILD_OPTS: "--features on-chain-release-build"
8284
with:

.github/workflows/generate-chain-specs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ jobs:
3636
- name: Setup Rust
3737
uses: actions-rs/toolchain@v1
3838
with:
39-
toolchain: 1.77.0
39+
toolchain: 1.81.0
4040
target: wasm32-unknown-unknown
4141
components: rust-src
4242
override: true
4343

4444
- name: Add rust-src
45-
run: rustup component add rust-src --toolchain 1.77.0-x86_64-unknown-linux-gnu
45+
run: rustup component add rust-src --toolchain 1.81.0-x86_64-unknown-linux-gnu
4646

4747
- name: Build chain-spec-generator
4848
run: cargo build --package chain-spec-generator --features=fast-runtime --release
@@ -82,4 +82,4 @@ jobs:
8282
git commit -m "$COMMIT_MESSAGE"
8383
git push
8484
echo "Changes committed and pushed successfully."
85-
fi
85+
fi

0 commit comments

Comments
 (0)