Skip to content

Commit

Permalink
Update to Polkadot v0.9.24 (#833)
Browse files Browse the repository at this point in the history
* Revert "Additional RPC-Methods and Runtime-Apis (#796)"

This reverts commit 7cb6dba.

* wip: Update to v0.9.22

* wip

* make rpc_ext_builder compile with todo

* wip: Migrate api.rs to jsonrpsee

* Migrate api.rs/AnchorApi to jsonrpsee

Some new dark magic.

* docker: bump polkadot images to v0.9.22

* Update to polkadot v0.9.23

* Update to polkadot-v0.9.24

* Bump docker images to 0.9.24

* fmt

* Update rust toolchain to 1.62.0 / nightly-2022-05-09

* various fixes

Co-authored-by: Miguel Hervas <miguel.hervas.lazaro@gmail.com>
  • Loading branch information
NunoAlexandre and mikiquantum authored Jun 16, 2022
1 parent 9093005 commit 6cb6594
Show file tree
Hide file tree
Showing 82 changed files with 3,329 additions and 4,087 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@
"os": "ubuntu-latest",
"target": "build-node",
"run_on_event": "any",
"rust_toolchain": "nightly-2021-11-07"
"rust_toolchain": "nightly-2022-05-09"
},

{
"os": "ubuntu-latest",
"target": "build-runtime",
"package": "altair-runtime",
"run_on_event": "push",
"rust_toolchain": "1.57.0"
"rust_toolchain": "1.62.0"
},

{
"os": "ubuntu-latest",
"target": "build-runtime",
"package": "centrifuge-runtime",
"run_on_event": "push",
"rust_toolchain": "1.57.0"
"rust_toolchain": "1.62.0"
}
]
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
name: ${{ matrix.target }}
runs-on: ${{ matrix.os }}
env:
RUST_TOOLCHAIN: "nightly-2021-09-28"
RUST_TOOLCHAIN: "nightly-2022-05-09"
steps:
- name: Free space on Ubuntu
if: ${{ matrix.os }} == 'ubuntu-latest'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
required: true
default: ''
env:
RUST_TOOLCHAIN: "nightly-2021-11-07"
RUST_TOOLCHAIN: "nightly-2022-05-09"
jobs:
docker:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
target: [tests, lint, integration]
runs-on: ${{ matrix.os }}
env:
RUST_TOOLCHAIN: "nightly-2021-11-07"
RUST_TOOLCHAIN: "nightly-2022-05-09"
steps:
- name: Free space on Ubuntu
if: ${{ matrix.os }} == 'ubuntu-latest'
Expand Down
Loading

0 comments on commit 6cb6594

Please sign in to comment.