Skip to content

Commit b8e04ce

Browse files
committed
Merge remote-tracking branch 'origin/unstable' into tree-states
2 parents 1e4ee7a + 35f47f4 commit b8e04ce

File tree

250 files changed

+13710
-5435
lines changed

Some content is hidden

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

250 files changed

+13710
-5435
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ end_of_line=lf
66
charset=utf-8
77
trim_trailing_whitespace=true
88
max_line_length=100
9-
insert_final_newline=false
9+
insert_final_newline=true

.github/workflows/book.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
branches:
66
- unstable
77

8+
concurrency:
9+
group: ${{ github.workflow }}-${{ github.ref }}
10+
cancel-in-progress: true
11+
812
jobs:
913
build-and-upload-to-s3:
1014
runs-on: ubuntu-20.04

.github/workflows/cancel-previous-runs.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

.github/workflows/docker-antithesis.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

.github/workflows/docker.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
tags:
99
- v*
1010

11+
concurrency:
12+
group: ${{ github.workflow }}-${{ github.ref }}
13+
cancel-in-progress: true
14+
1115
env:
1216
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
1317
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}

.github/workflows/linkcheck.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ on:
99
- 'book/**'
1010
merge_group:
1111

12+
concurrency:
13+
group: ${{ github.workflow }}-${{ github.ref }}
14+
cancel-in-progress: true
15+
1216
jobs:
1317
linkcheck:
1418
name: Check broken links

.github/workflows/local-testnet.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
pull_request:
99
merge_group:
1010

11+
concurrency:
12+
group: ${{ github.workflow }}-${{ github.ref }}
13+
cancel-in-progress: true
14+
1115
jobs:
1216
run-local-testnet:
1317
strategy:
@@ -21,10 +25,6 @@ jobs:
2125

2226
- name: Get latest version of stable Rust
2327
run: rustup update stable
24-
- name: Install Protoc
25-
uses: arduino/setup-protoc@e52d9eb8f7b63115df1ac544a1376fdbf5a39612
26-
with:
27-
repo-token: ${{ secrets.GITHUB_TOKEN }}
2828
- name: Install geth (ubuntu)
2929
if: matrix.os == 'ubuntu-22.04'
3030
run: |

.github/workflows/release.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
tags:
66
- v*
77

8+
concurrency:
9+
group: ${{ github.workflow }}-${{ github.ref }}
10+
cancel-in-progress: true
11+
812
env:
913
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
1014
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
@@ -72,15 +76,6 @@ jobs:
7276
if: startsWith(matrix.arch, 'x86_64-windows')
7377
run: echo "LIBCLANG_PATH=$((gcm clang).source -replace "clang.exe")" >> $env:GITHUB_ENV
7478

75-
# ==============================
76-
# Windows & Mac dependencies
77-
# ==============================
78-
- name: Install Protoc
79-
if: contains(matrix.arch, 'darwin') || contains(matrix.arch, 'windows')
80-
uses: arduino/setup-protoc@e52d9eb8f7b63115df1ac544a1376fdbf5a39612
81-
with:
82-
repo-token: ${{ secrets.GITHUB_TOKEN }}
83-
8479
# ==============================
8580
# Builds
8681
# ==============================

0 commit comments

Comments
 (0)