Skip to content

Commit

Permalink
update version for baedeker-action
Browse files Browse the repository at this point in the history
  • Loading branch information
BuddyGlas committed Dec 4, 2024
1 parent aefdaf7 commit d157dbc
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 19 deletions.
1 change: 0 additions & 1 deletion .baedeker/external-runtime.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ local unique = {
bin: 'bin/unique',
paraId: 1001,
spec: {Genesis:{
modify:: m.genericPara($),
modify:: bdk.mixer([
m.genericPara($),
m.simplifyGenesisName(),
Expand Down
1 change: 1 addition & 0 deletions .baedeker/main-process.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ local unique = {
extraArgs: [
'--increase-future-pool',
'--pool-type=fork-aware',
'-laura=debug',
],
},
for name in ['alice', 'bob', 'charlie']
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/collator-selection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
node-version: 20

- name: Install baedeker
uses: UniqueNetwork/baedeker-action/setup@v1-no-debug-output
uses: UniqueNetwork/baedeker-action/setup@v1.1
with:
version: "v0.1.4"
useCache: false
Expand All @@ -119,7 +119,7 @@ jobs:
run: mkdir -p .baedeker/vendor/ && git clone https://github.com/UniqueNetwork/baedeker-library .baedeker/vendor/baedeker-library

- name: Start network
uses: UniqueNetwork/baedeker-action@v1-no-debug-output
uses: UniqueNetwork/baedeker-action@v1.1
if: success()
id: bdk
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/forkless-update-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
node-version: 20

- name: Install baedeker
uses: UniqueNetwork/baedeker-action/setup@v1-no-debug-output
uses: UniqueNetwork/baedeker-action/setup@v1.1
with:
version: "v0.1.4"
useCache: false
Expand All @@ -156,7 +156,7 @@ jobs:
run: mkdir -p .baedeker/vendor/ && git clone https://github.com/UniqueNetwork/baedeker-library .baedeker/vendor/baedeker-library

- name: Start network
uses: UniqueNetwork/baedeker-action@v1-no-debug-output
uses: UniqueNetwork/baedeker-action@v1.1
if: success()
id: bdk
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/forkless-update-nodata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
node-version: 20

- name: Install baedeker
uses: UniqueNetwork/baedeker-action/setup@v1-no-debug-output
uses: UniqueNetwork/baedeker-action/setup@v1.1
with:
version: "v0.1.4"
useCache: false
Expand All @@ -156,7 +156,7 @@ jobs:
run: mkdir -p .baedeker/vendor/ && git clone https://github.com/UniqueNetwork/baedeker-library .baedeker/vendor/baedeker-library

- name: Start network
uses: UniqueNetwork/baedeker-action@v1-no-debug-output
uses: UniqueNetwork/baedeker-action@v1.1
id: bdk
if: success()
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/main-process-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
node-version: 20

- name: Install baedeker
uses: UniqueNetwork/baedeker-action/setup@v1-no-debug-output
uses: UniqueNetwork/baedeker-action/setup@v1.1
with:
version: "v0.1.4"
useCache: false
Expand All @@ -157,7 +157,7 @@ jobs:
chainql -e "cql.chain(\"${{ matrix.fork_source }}\").latest._preloadKeys._raw" > .baedeker/vendor/dump.json
- name: Start network
uses: UniqueNetwork/baedeker-action@v1-no-debug-output
uses: UniqueNetwork/baedeker-action@v1.1
if: success()
id: bdk
with:
Expand Down Expand Up @@ -191,7 +191,7 @@ jobs:
- name: "Reconcile: 1 node updating"
if: ${{ !cancelled() && steps.alive1.outcome == 'success' }}
id: reconcile0
uses: UniqueNetwork/baedeker-action/reconcile@v1-no-debug-output
uses: UniqueNetwork/baedeker-action/reconcile@v1.1
with:
baedeker: ${{ steps.bdk.outputs.baedeker }}
# Chain should always be built with the mainnet spec, this we first set binary for all nodes, and then force chainspec to be still generated from mainnet
Expand All @@ -213,7 +213,7 @@ jobs:
- name: "Reconcile: nodes updating"
if: ${{ !cancelled() && steps.alive1_1.outcome == 'success' }}
id: reconcile1
uses: UniqueNetwork/baedeker-action/reconcile@v1-no-debug-output
uses: UniqueNetwork/baedeker-action/reconcile@v1.1
with:
baedeker: ${{ steps.bdk.outputs.baedeker }}
# Chain should always be built with the mainnet spec, this we first set binary for all nodes, and then force chainspec to be still generated from mainnet
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/node-only-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
node-version: 20

- name: Install baedeker
uses: UniqueNetwork/baedeker-action/setup@v1-no-debug-output
uses: UniqueNetwork/baedeker-action/setup@v1.1
with:
version: "v0.1.4"
useCache: false
Expand All @@ -147,7 +147,7 @@ jobs:
run: mkdir -p .baedeker/vendor/ && git clone https://github.com/UniqueNetwork/baedeker-library .baedeker/vendor/baedeker-library

- name: Start network
uses: UniqueNetwork/baedeker-action@v1-no-debug-output
uses: UniqueNetwork/baedeker-action@v1.1
if: success()
id: bdk
with:
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
- name: "Reconcile: only one old node"
if: ${{ !cancelled() && steps.alive1.outcome == 'success' }}
id: reconcile1
uses: UniqueNetwork/baedeker-action/reconcile@v1-no-debug-output
uses: UniqueNetwork/baedeker-action/reconcile@v1.1
with:
baedeker: ${{ steps.bdk.outputs.baedeker }}
# Chain should always be built with the mainnet spec, this we first set binary for all nodes expect one, then set mainnet binary for the last node, and then force chainspec to be still generated from mainnet
Expand All @@ -211,7 +211,7 @@ jobs:
- name: "Reconcile: all nodes are updated"
if: ${{ !cancelled() && steps.alive2.outcome == 'success' }}
id: reconcile2
uses: UniqueNetwork/baedeker-action/reconcile@v1-no-debug-output
uses: UniqueNetwork/baedeker-action/reconcile@v1.1
with:
baedeker: ${{ steps.bdk.outputs.baedeker }}
# Chain should always be built with the mainnet spec, this we first set binary for all nodes, and then force chainspec to be still generated from mainnet
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/xcm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ jobs:
node-version: 20

- name: Install baedeker
uses: UniqueNetwork/baedeker-action/setup@v1-no-debug-output
uses: UniqueNetwork/baedeker-action/setup@v1.1
with:
version: "v0.1.4"
useCache: false
Expand All @@ -209,7 +209,7 @@ jobs:
docker run --rm uniquenetwork/services:chain-spec-generator-latest asset-hub-${{ matrix.relay_name }}-local > .baedeker/vendor/assethub-spec.json
- name: Start network
uses: UniqueNetwork/baedeker-action@v1-no-debug-output
uses: UniqueNetwork/baedeker-action@v1.1
id: bdk
with:
jpath: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/xnft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
run: git clone -b master https://github.com/UniqueNetwork/xnft-tests.git

- name: Install baedeker
uses: UniqueNetwork/baedeker-action/setup@v1-no-debug-output
uses: UniqueNetwork/baedeker-action/setup@v1.1
with:
version: "v0.1.4"
useCache: false
Expand All @@ -133,7 +133,7 @@ jobs:
run: mkdir -p .baedeker/vendor/ && git clone https://github.com/UniqueNetwork/baedeker-library .baedeker/vendor/baedeker-library

- name: Start network
uses: UniqueNetwork/baedeker-action@v1-no-debug-output
uses: UniqueNetwork/baedeker-action@v1.1
if: success()
id: bdk
with:
Expand Down

0 comments on commit d157dbc

Please sign in to comment.