Skip to content

Commit cbfbc92

Browse files
authored
update to 1.3.0 (#2644)
* wip * fix * fix * update * fix * fix * fix * fix * update orml * update action * fix format
1 parent d2998be commit cbfbc92

File tree

80 files changed

+14526
-15204
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+14526
-15204
lines changed

.github/workflows/benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ jobs:
8686
- name: Setup cmake
8787
uses: jwlawson/[email protected]
8888
- name: Use Node.js
89-
uses: actions/setup-node@v2
89+
uses: actions/setup-node@v4
9090
with:
91-
node-version: 16.x
91+
node-version: 18.x
9292
- name: Run benchmarks
9393
run: ${{steps.command.outputs.result}} > ${{runner.temp}}/out.txt
9494
- name: Commit

.github/workflows/coverage.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,10 @@ jobs:
4848
tar -zxvf cargo-tarpaulin-x86_64-unknown-linux-musl.tar.gz -C $HOME/.cargo/bin
4949
cargo tarpaulin -v --no-fail-fast --implicit-test-threads --workspace \
5050
-e acala-inspect \
51-
acala acala-cli e2e-tests acala-service \
51+
acala acala-cli acala-service \
5252
acala-primitives \
5353
acala-rpc \
5454
acala-runtime runtime-common runtime-integration-tests karura-runtime mandala-runtime \
55-
test-service \
5655
--exclude-files **/mock.rs **/weights.rs **/weights/*
5756
- name: Upload to codecov.io
5857
uses: codecov/codecov-action@v3

.github/workflows/extrinsic-ordering-check-from-bin.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
- uses: actions/checkout@v3
3131
with:
3232
submodules: recursive
33-
- uses: actions/setup-node@v3
33+
- uses: actions/setup-node@v4
3434
with:
35-
node-version: '14.x'
35+
node-version: '18.x'
3636
registry-url: 'https://registry.npmjs.org'
3737

3838
- name: Install Yarn

.github/workflows/extrinsic-ordering-check-on-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ jobs:
4949
if: ${{ env.CHAIN == '' || env.VERSION == '' || env.PREVIOUS_VERSION == '' }}
5050
run: python .github/scripts/extrinsic_check_setup_env.py
5151

52-
- uses: actions/setup-node@v3
52+
- uses: actions/setup-node@v4
5353
with:
54-
node-version: '14.x'
54+
node-version: '18.x'
5555
registry-url: 'https://registry.npmjs.org'
5656

5757
- name: Install Yarn

.github/workflows/test.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
env:
2525
CARGO_INCREMENTAL: 0
2626
steps:
27-
- uses: actions/checkout@v3
27+
- uses: actions/checkout@v4
2828
with:
2929
submodules: recursive
3030
- uses: actions/cache@v3
@@ -58,7 +58,7 @@ jobs:
5858
env:
5959
CARGO_INCREMENTAL: 0
6060
steps:
61-
- uses: actions/checkout@v3
61+
- uses: actions/checkout@v4
6262
with:
6363
submodules: recursive
6464
- uses: actions/cache@v3
@@ -82,7 +82,7 @@ jobs:
8282
env:
8383
CARGO_INCREMENTAL: 0
8484
steps:
85-
- uses: actions/checkout@v3
85+
- uses: actions/checkout@v4
8686
with:
8787
submodules: recursive
8888
- uses: actions/cache@v3
@@ -114,7 +114,7 @@ jobs:
114114
env:
115115
CARGO_INCREMENTAL: 0
116116
steps:
117-
- uses: actions/checkout@v3
117+
- uses: actions/checkout@v4
118118
with:
119119
submodules: recursive
120120
- uses: actions/cache@v3
@@ -129,12 +129,10 @@ jobs:
129129
uses: dtolnay/rust-toolchain@nightly
130130
- name: Setup cmake
131131
uses: jwlawson/[email protected]
132-
- name: Run e2e tests
133-
run: make test-e2e
134132
- name: Use Node.js
135-
uses: actions/setup-node@v3
133+
uses: actions/setup-node@v4
136134
with:
137-
node-version: 16.x
135+
node-version: 18.x
138136
- name: Run ts tests
139137
run: |
140138
npm install -g yarn

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@
1515
__pycache__
1616

1717
ts-tests/cache/
18+
ts-tests/.yarn
1819
ts-tests/node_modules/

0 commit comments

Comments
 (0)