Skip to content

Commit

Permalink
Polkadot v1.0.0 upgrade (#357)
Browse files Browse the repository at this point in the history
* First phase

* Local runtime builded

* Created rpc-core & executor packages

* Created client package

* Created service for local & parachain

* Dev node works

* Fix build & parachain node launch

* Cleanup io & protocol packages, move it out

* Remove unused chain specs

* Remove alpha runtime

* Fix formatting

* Fix tests

* Update actions

* 3.0.0-rc1
  • Loading branch information
akru authored Jun 6, 2024
1 parent 1bda75d commit ce0c6e1
Show file tree
Hide file tree
Showing 167 changed files with 10,336 additions and 21,783 deletions.
4 changes: 0 additions & 4 deletions pair/src/lib.rs → .github/license-check/header.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,3 @@
// limitations under the License.
//
///////////////////////////////////////////////////////////////////////////////
//! Robonomics Framework pair operations.
pub mod error;
pub mod pair;
8 changes: 4 additions & 4 deletions .github/workflows/srtool.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Runtimes

env:
SUBWASM_VERSION: 0.15.0
SUBWASM_VERSION: 0.16.1

on:
push:
Expand All @@ -13,15 +13,15 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
chain: ["alpha","main","ipci"]
chain: ["main"]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Srtool build
id: srtool_build
uses: chevdor/srtool-actions@v0.3.0
uses: chevdor/srtool-actions@v0.8.0
with:
chain: ${{ matrix.chain }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: clippy
args: -- -D warnings
#args: -- -D warnings
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v12
- uses: cachix/install-nix-action@v26
with:
nix_path: nixpkgs=channel:nixos-21.11
nix_path: nixpkgs=channel:nixos-23.11
- name: Run all tests
run: nix-shell --run "cargo test --all --locked"
Loading

0 comments on commit ce0c6e1

Please sign in to comment.