Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update polkadot-sdk #2782

Merged
merged 28 commits into from
Aug 23, 2024
Merged
Show file tree
Hide file tree
Changes from 20 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions .dockerignore

This file was deleted.

17 changes: 0 additions & 17 deletions .github/scripts/docker_setup_matrix.py

This file was deleted.

58 changes: 0 additions & 58 deletions .github/workflows/docker-build-internal.yml

This file was deleted.

103 changes: 0 additions & 103 deletions .github/workflows/docker-build-production.yml

This file was deleted.

51 changes: 0 additions & 51 deletions .github/workflows/docker-build-profiling.yml

This file was deleted.

2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 18.x
- name: Install deps
run: cargo install staging-chain-spec-builder
- name: Run ts tests
run: |
npm install -g yarn
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ ts-tests/.yarn/*
!ts-tests/.yarn/patches
!ts-tests/.yarn/plugins
!ts-tests/.yarn/releases

chainspecs/*.json
!chainspecs/*template.json
Loading
Loading