Skip to content

Commit

Permalink
upgrade to polkadot-v0.9.40 (#350)
Browse files Browse the repository at this point in the history
* upgrade to polkadot-v0.9.40

* https://github.com/pendulum-chain/spacewalk/actions/runs/5076404970/jobs/9118542926?pr=350#step:9:1563 and remove extra comments of grandpa

* `Void`

* #350 (comment),
#350 (comment),
#350 (comment)

* fix broken test case `test_check_slot_position`

* extra cleanup

* clippy cleanup

* clippy cleanup

* clippy cleanup
  • Loading branch information
b-yap authored Jun 1, 2023
1 parent 1fd3577 commit 06873f1
Show file tree
Hide file tree
Showing 70 changed files with 1,761 additions and 13,420 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
run: |
sudo rm -rf /usr/local/lib/android # will release about 10 GB if you don't need Android
sudo rm -rf /usr/share/dotnet # will release about 20GB if you don't need .NET
sudo rm -rf /opt/ghc
sudo rm -rf /usr/local/share/boost
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- uses: actions/checkout@v2

- name: Install sccache (ubuntu-latest)
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
run: |
sudo rm -rf /usr/local/lib/android # will release about 10 GB if you don't need Android
sudo rm -rf /usr/share/dotnet # will release about 20GB if you don't need .NET
sudo rm -rf /opt/ghc
sudo rm -rf /usr/local/share/boost
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- uses: actions/checkout@v2

- name: Install package (ubuntu-latest)
Expand Down
Loading

0 comments on commit 06873f1

Please sign in to comment.