Skip to content

Commit e8532b7

Browse files
chore: remove ChainSpecHardforks
1 parent 77d842b commit e8532b7

Some content is hidden

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

72 files changed

+717
-506
lines changed

.github/workflows/bench.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ env:
1111
BASELINE: base
1212
IAI_CALLGRIND_RUNNER: iai-callgrind-runner
1313
TOOL_CHAIN: "1.81"
14-
TOOL_CHAIN_NIGHTLY: "nightly-2024-09-09"
1514

1615
concurrency:
1716
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
@@ -30,7 +29,7 @@ jobs:
3029
run: sudo apt update && sudo apt install valgrind
3130
- uses: dtolnay/rust-toolchain@stable
3231
with:
33-
toolchain: ${{ env.TOOL_CHAIN_NIGHTLY }}
32+
toolchain: ${{ env.TOOL_CHAIN }}
3433
- uses: Swatinem/rust-cache@v2
3534
with:
3635
cache-on-failure: true

.github/workflows/build-check.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
env:
88
CARGO_TERM_COLOR: always
99
TOOL_CHAIN: "1.81"
10-
TOOL_CHAIN_NIGHTLY: "nightly-2024-09-09"
1110

1211
jobs:
1312
extract-version:
@@ -52,7 +51,7 @@ jobs:
5251
- uses: dtolnay/rust-toolchain@stable
5352
with:
5453
target: ${{ matrix.configs.target }}
55-
toolchain: ${{ env.TOOL_CHAIN_NIGHTLY }}
54+
toolchain: ${{ env.TOOL_CHAIN }}
5655
- uses: taiki-e/install-action@cross
5756
- uses: Swatinem/rust-cache@v2
5857
with:

.github/workflows/docker.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ env:
1919
BSC_DOCKER_IMAGE_NAME: ghcr.io/${{ github.repository_owner }}/bsc-reth
2020
DOCKER_USERNAME: ${{ github.actor }}
2121
TOOL_CHAIN: "1.81"
22-
TOOL_CHAIN_NIGHTLY: "nightly-2024-09-09"
2322

2423
jobs:
2524
build:
@@ -32,7 +31,7 @@ jobs:
3231
- uses: actions/checkout@v4
3332
- uses: dtolnay/rust-toolchain@stable
3433
with:
35-
toolchain: ${{ env.TOOL_CHAIN_NIGHTLY }}
34+
toolchain: ${{ env.TOOL_CHAIN }}
3635
- uses: Swatinem/rust-cache@v2
3736
with:
3837
cache-on-failure: true

.github/workflows/eth-sync.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ on:
1111
env:
1212
CARGO_TERM_COLOR: always
1313
TOOL_CHAIN: "1.81"
14-
TOOL_CHAIN_NIGHTLY: "nightly-2024-09-09"
1514

1615
concurrency:
1716
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
@@ -32,7 +31,7 @@ jobs:
3231
- uses: actions/checkout@v4
3332
- uses: dtolnay/rust-toolchain@stable
3433
with:
35-
toolchain: ${{ env.TOOL_CHAIN_NIGHTLY }}
34+
toolchain: ${{ env.TOOL_CHAIN }}
3635
- uses: Swatinem/rust-cache@v2
3736
with:
3837
cache-on-failure: true

.github/workflows/hive.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ on:
1111
env:
1212
CARGO_TERM_COLOR: always
1313
TOOL_CHAIN: "1.81"
14-
TOOL_CHAIN_NIGHTLY: "nightly-2024-09-09"
1514

1615
concurrency:
1716
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
@@ -28,7 +27,7 @@ jobs:
2827
- run: mkdir artifacts
2928
- uses: dtolnay/rust-toolchain@stable
3029
with:
31-
toolchain: ${{ env.TOOL_CHAIN_NIGHTLY }}
30+
toolchain: ${{ env.TOOL_CHAIN }}
3231
- uses: Swatinem/rust-cache@v2
3332
with:
3433
cache-on-failure: true

.github/workflows/integration.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ env:
1313
CARGO_TERM_COLOR: always
1414
SEED: rustethereumethereumrust
1515
TOOL_CHAIN: "1.81"
16-
TOOL_CHAIN_NIGHTLY: "nightly-2024-09-09"
1716

1817
concurrency:
1918
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
@@ -39,7 +38,7 @@ jobs:
3938
- uses: actions/checkout@v4
4039
- uses: dtolnay/rust-toolchain@stable
4140
with:
42-
toolchain: ${{ env.TOOL_CHAIN_NIGHTLY }}
41+
toolchain: ${{ env.TOOL_CHAIN }}
4342
- name: Install Geth
4443
run: .github/assets/install_geth.sh
4544
- uses: taiki-e/install-action@nextest

.github/workflows/kurtosis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ on:
1111
env:
1212
CARGO_TERM_COLOR: always
1313
TOOL_CHAIN: "1.81"
14-
TOOL_CHAIN_NIGHTLY: "nightly-2024-09-09"
1514

1615
concurrency:
1716
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
@@ -28,7 +27,7 @@ jobs:
2827
- run: mkdir artifacts
2928
- uses: dtolnay/rust-toolchain@stable
3029
with:
31-
toolchain: ${{ env.TOOL_CHAIN_NIGHTLY }}
30+
toolchain: ${{ env.TOOL_CHAIN }}
3231
- uses: Swatinem/rust-cache@v2
3332
with:
3433
cache-on-failure: true

.github/workflows/lint.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/checkout@v4
3333
- uses: dtolnay/rust-toolchain@clippy
3434
with:
35-
toolchain: ${{ env.TOOL_CHAIN_NIGHTLY }}
35+
toolchain: ${{ env.TOOL_CHAIN }}
3636
- uses: Swatinem/rust-cache@v2
3737
with:
3838
cache-on-failure: true
@@ -80,7 +80,7 @@ jobs:
8080
- uses: actions/checkout@v4
8181
- uses: dtolnay/rust-toolchain@stable
8282
with:
83-
toolchain: ${{ env.TOOL_CHAIN_NIGHTLY }}
83+
toolchain: ${{ env.TOOL_CHAIN }}
8484
- uses: taiki-e/install-action@cargo-hack
8585
- uses: Swatinem/rust-cache@v2
8686
with:
@@ -109,7 +109,7 @@ jobs:
109109
- uses: actions/checkout@v4
110110
- uses: dtolnay/rust-toolchain@master
111111
with:
112-
toolchain: ${{ env.TOOL_CHAIN_NIGHTLY }}
112+
toolchain: ${{ env.TOOL_CHAIN }}
113113
- uses: Swatinem/rust-cache@v2
114114
with:
115115
cache-on-failure: true
@@ -126,7 +126,7 @@ jobs:
126126
- uses: dtolnay/rust-toolchain@nightly
127127
with:
128128
components: rustfmt
129-
toolchain: ${{ env.TOOL_CHAIN_NIGHTLY }} # fmt need the nightly flag, please update this if reallly needed
129+
toolchain: ${{ env.TOOL_CHAIN_NIGHTLY }} # fmt need the nightly flag, please update this if really needed
130130
- name: Run fmt
131131
run: cargo fmt --all --check
132132
- name: Run fmt on book sources

.github/workflows/op-sync.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ on:
1111
env:
1212
CARGO_TERM_COLOR: always
1313
TOOL_CHAIN: "1.81"
14-
TOOL_CHAIN_NIGHTLY: "nightly-2024-09-09"
1514

1615
concurrency:
1716
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
@@ -32,7 +31,7 @@ jobs:
3231
- uses: actions/checkout@v4
3332
- uses: dtolnay/rust-toolchain@stable
3433
with:
35-
toolchain: ${{ env.TOOL_CHAIN_NIGHTLY }}
34+
toolchain: ${{ env.TOOL_CHAIN }}
3635
- uses: Swatinem/rust-cache@v2
3736
with:
3837
cache-on-failure: true

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ env:
1414
IMAGE_NAME: ${{ github.repository_owner }}/bsc-reth
1515
CARGO_TERM_COLOR: always
1616
TOOL_CHAIN: "1.81"
17-
TOOL_CHAIN_NIGHTLY: "nightly-2024-09-09"
1817

1918
jobs:
2019
extract-version:
@@ -59,7 +58,7 @@ jobs:
5958
- uses: dtolnay/rust-toolchain@stable
6059
with:
6160
target: ${{ matrix.configs.target }}
62-
toolchain: ${{ env.TOOL_CHAIN_NIGHTLY }}
61+
toolchain: ${{ env.TOOL_CHAIN }}
6362
- uses: taiki-e/install-action@cross
6463
- uses: Swatinem/rust-cache@v2
6564
with:

0 commit comments

Comments
 (0)