Skip to content

Commit 688b084

Browse files
Merge branch 'develop' of https://github.com/iotaledger/iota into devx/remove-shimmer-mention
2 parents c6e5c6d + dd0646e commit 688b084

File tree

218 files changed

+1753
-960
lines changed

Some content is hidden

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

218 files changed

+1753
-960
lines changed

.changeset/chilly-icons-flow.md

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

.changeset/friendly-avocados-smell.md

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

.changeset/itchy-eyes-smoke.md

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

.changeset/rotten-poems-tie.md

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

.changeset/sixty-mice-wink.md

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

.changeset/stupid-hornets-ring.md

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

.github/actions/diffs/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ runs:
4949
- ".github/workflows/_rust_tests.yml"
5050
- ".github/workflows/_rust_lints.yml"
5151
- ".github/workflows/_cargo_deny.yml"
52+
- ".github/workflows/_split_cluster.yml"
5253
- "scripts/cargo_sort/cargo_sort.py"
5354
- "scripts/ci_tests/rust_tests.sh"
5455
- "Cargo.toml"

.github/workflows/_split_cluster.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@ env:
1414
RUST_BACKTRACE: short
1515

1616
jobs:
17-
# TODO: re-enable https://github.com/iotaledger/iota/issues/3862
18-
# validate-mainnet:
19-
# runs-on: self-hosted-x64
20-
# steps:
21-
# - name: Checkout code repository
22-
# uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
23-
# with:
24-
# fetch-depth: 0
25-
# - name: Run split cluster check script
26-
# id: mn-split-cluster-check
27-
# run: |
28-
# IOTA_PROTOCOL_CONFIG_CHAIN_OVERRIDE=mainnet \
29-
# scripts/compatibility/split-cluster-check.sh origin/mainnet ${{ github.sha }}
17+
validate-mainnet:
18+
runs-on: self-hosted-x64
19+
if: (!cancelled() && !failure())
20+
steps:
21+
- name: Checkout code repository
22+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
23+
with:
24+
fetch-depth: 0
25+
- name: Run split cluster check script
26+
id: mn-split-cluster-check
27+
run: |
28+
IOTA_PROTOCOL_CONFIG_CHAIN_OVERRIDE=mainnet \
29+
scripts/compatibility/split-cluster-check.sh origin/mainnet ${{ github.sha }}
3030
validate-testnet:
3131
runs-on: self-hosted-x64
3232
if: (!cancelled() && !failure())

0 commit comments

Comments
 (0)