Skip to content

Commit 61fe15e

Browse files
authored
Update to 0.9.30 (#756)
1 parent dee35e4 commit 61fe15e

Some content is hidden

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

54 files changed

+2727
-7117
lines changed

.github/workflows/build-and-push-cliain.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ jobs:
1717
- name: Install Rust toolchain
1818
uses: actions-rs/toolchain@v1
1919

20+
- name: Install Protoc
21+
uses: arduino/setup-protoc@v1
22+
with:
23+
version: '3.6.1'
24+
2025
- name: Cargo | Build release binary
2126
run: |
2227
cd ./bin/cliain && cargo build --release

.github/workflows/build-node-and-runtime.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ jobs:
2828
- name: Install Rust toolchain
2929
uses: actions-rs/toolchain@v1
3030

31+
- name: Install Protoc
32+
uses: arduino/setup-protoc@v1
33+
with:
34+
version: '3.6.1'
35+
3136
- name: Install WASM target
3237
run: rustup target add wasm32-unknown-unknown
3338

.github/workflows/build-send-postsync-hook-runtime-image.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ jobs:
3333
- name: Install rust toolchain
3434
uses: actions-rs/toolchain@v1
3535

36+
- name: Install Protoc
37+
uses: arduino/setup-protoc@v1
38+
with:
39+
version: '3.6.1'
40+
3641
- name: Build binary
3742
run: |
3843
pushd bin/cliain/

.github/workflows/check-excluded-packages.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ jobs:
2727
- name: Install rust toolchain
2828
uses: actions-rs/toolchain@v1
2929

30+
- name: Install Protoc
31+
uses: arduino/setup-protoc@v1
32+
with:
33+
version: '3.6.1'
34+
3035
- name: Install clippy and fmt
3136
run: rustup component add clippy rustfmt
3237

.github/workflows/e2e-tests-main-devnet.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ jobs:
6464
- name: Install Rust toolchain
6565
uses: actions-rs/toolchain@v1
6666

67+
- name: Install Protoc
68+
uses: arduino/setup-protoc@v1
69+
with:
70+
version: '3.6.1'
71+
6772
- name: Restore cache
6873
uses: ./.github/actions/restore-cache
6974
with:
@@ -106,6 +111,11 @@ jobs:
106111
- name: Install Rust Toolchain
107112
uses: actions-rs/toolchain@v1
108113

114+
- name: Install Protoc
115+
uses: arduino/setup-protoc@v1
116+
with:
117+
version: '3.6.1'
118+
109119
- name: Install WASM target
110120
run: rustup target add wasm32-unknown-unknown
111121

@@ -139,6 +149,11 @@ jobs:
139149
- name: Install Rust Toolchain
140150
uses: actions-rs/toolchain@v1
141151

152+
- name: Install Protoc
153+
uses: arduino/setup-protoc@v1
154+
with:
155+
version: '3.6.1'
156+
142157
- name: Restore cache
143158
uses: ./.github/actions/restore-cache
144159
with:
@@ -776,6 +791,11 @@ jobs:
776791
- name: Install Rust toolchain
777792
uses: actions-rs/toolchain@v1
778793

794+
- name: Install Protoc
795+
uses: arduino/setup-protoc@v1
796+
with:
797+
version: '3.6.1'
798+
779799
- name: Install WASM target
780800
run: rustup target add wasm32-unknown-unknown
781801

.github/workflows/nightly-pipeline.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ jobs:
5555
- name: Install Rust toolchain
5656
uses: actions-rs/toolchain@v1
5757

58+
- name: Install Protoc
59+
uses: arduino/setup-protoc@v1
60+
with:
61+
version: '3.6.1'
62+
5863
- name: Install WASM target
5964
run: rustup target add wasm32-unknown-unknown
6065

@@ -87,6 +92,11 @@ jobs:
8792
- name: Install Rust toolchain
8893
uses: actions-rs/toolchain@v1
8994

95+
- name: Install Protoc
96+
uses: arduino/setup-protoc@v1
97+
with:
98+
version: '3.6.1'
99+
90100
- name: Restore cache
91101
uses: ./.github/actions/restore-cache
92102
with:

.github/workflows/unit_tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ jobs:
2727
- name: Install Rust Toolchain
2828
uses: actions-rs/toolchain@v1
2929

30+
- name: Install Protoc
31+
uses: arduino/setup-protoc@v1
32+
with:
33+
version: '3.6.1'
34+
3035
- name: Install clippy and fmt
3136
run: rustup component add clippy rustfmt
3237

0 commit comments

Comments
 (0)