Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

Commit

Permalink
Pangolin 2510 (#736)
Browse files Browse the repository at this point in the history
* update crates' version && `cargo update`

* update `spec_version`

* remove old migrations

* use latest toolchain

* use latest `kit`

* move `DarwiniaEthereumBacking` to `EthereumBacking`
  • Loading branch information
Xavier Lau authored Aug 11, 2021
1 parent 3b13923 commit 5e20e53
Show file tree
Hide file tree
Showing 67 changed files with 630 additions and 659 deletions.
20 changes: 7 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,16 @@ jobs:
with:
repository: darwinia-network/darwinia-kit
ref: main
- name: Install Rust nightly-2021-02-25 toolchain
- name: Install Rust nightly toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2021-02-25
toolchain: nightly
default: true
- name: Build
uses: actions-rs/cargo@v1
with:
command: build
args: --release --manifest-path ci-bot/Cargo.toml
env:
CARGO_INCREMENTAL: 1
- name: Compress kit
run: |
mv ci-bot avoid-same-name
Expand All @@ -48,26 +46,24 @@ jobs:
steps:
- name: Fetch latest code
uses: actions/checkout@v2
- name: Install Rust nightly-2021-02-25 toolchain
- name: Install Rust nightly toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2021-02-25
toolchain: nightly
target: wasm32-unknown-unknown
default: true
- name: Build
uses: actions-rs/cargo@v1
with:
command: build
args: --release
env:
CARGO_INCREMENTAL: 1
- name: Test
uses: actions-rs/cargo@v1
with:
command: test
args: --release
env:
CARGO_INCREMENTAL: 1
CARGO_INCREMENTAL: 0
- name: Compress node
run: cp target/release/drml . && tar cf node.tar.zst drml -I pzstd
- name: Upload node
Expand Down Expand Up @@ -98,18 +94,16 @@ jobs:
steps:
- name: Fetch latest code
uses: actions/checkout@v2
- name: Install Rust nightly-2021-02-25 toolchain
- name: Install Rust nightly toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2021-02-25
toolchain: nightly
target: wasm32-unknown-unknown
default: true
- name: Run checker
uses: actions-rs/cargo@v1
with:
command: check
env:
CARGO_INCREMENTAL: 1

check_storage_prefix:
name: Check storage prefix
Expand Down
Loading

0 comments on commit 5e20e53

Please sign in to comment.