Skip to content

Commit e9958ed

Browse files
authored
chore(docs,ci): update docs for weld finalization; disable ci workflows (#2317)
* chore(ci): disable cron schedule for eip checksums and links * doc: update pr template and readme for weld finalization * doc: remove bullet point
1 parent 54b46ea commit e9958ed

File tree

4 files changed

+15
-35
lines changed

4 files changed

+15
-35
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
<!--
2-
⚠️ NOTICE: This repository is migrating to ethereum/execution-specs on October 24, 2025.
3-
New PRs will not be accepted after October 20, 2025.
4-
Please see: https://github.com/ethereum/execution-spec-tests/issues/2303
5-
-->
1+
⚠️ NOTICE: All code from this repository has been migrated to https://github.com/ethereum/execution-specs.
2+
3+
As such, this repository is no longer accepting pull requests as of 2025-11-01. Please direct any changes to https://github.com/ethereum/execution-specs instead.
4+
5+
More information is available in the [README.md] or our blogs posts:
6+
7+
- https://steel.ethereum.foundation/blog/blog_posts/2025-11-04_weld_final/
8+
- https://steel.ethereum.foundation/blog/blog_posts/2025-09-11_weld-announcement/

.github/workflows/check_eip_versions.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name: Check EIP Versions
33
on:
44
repository_dispatch:
55
workflow_dispatch:
6-
schedule:
7-
- cron: "00 12 * * 1" # Run weekly on Mondays at 12:00 UTC
86

97
jobs:
108
check_eip_versions:

.github/workflows/check_links.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name: Check Links
33
on:
44
repository_dispatch:
55
workflow_dispatch:
6-
schedule:
7-
- cron: "00 12 * * 1" # Run weekly on Mondays at 12:00 UTC
86

97
jobs:
108
linkChecker:

README.md

Lines changed: 7 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,17 @@
1+
# ⚠️ NOTICE: All code from this repository has been migrated to ethereum/execution-specs
12

2-
# ⚠️ IMPORTANT: Repository Migration in Progress - "The Weld"
3-
4-
**This repository is being merged into [ethereum/execution-specs](https://github.com/ethereum/execution-specs) during the week of October 20-24, 2025.**
5-
6-
## What's Happening?
7-
8-
All functionality from [ethereum/execution-spec-tests](https://github.com/ethereum/execution-spec-tests) (spec tests, test frameworks, and tooling) is moving to [ethereum/execution-specs](https://github.com/ethereum/execution-specs) to streamline spec and test development. For background, see our [blog post](https://steel.ethereum.foundation/blog/blog_posts/2025-09-11_weld-announcement/).
9-
10-
## Timeline
11-
12-
**Week of October 13-17, 2025:**
13-
14-
- **execution-spec-tests (EEST):** Closing remaining PRs and porting issues to EELS. **New PRs will not be accepted after this week.**
15-
- **execution-specs (EELS):** Finalizing BPO t8n changes to ensure test filling works for upcoming hard forks.
16-
17-
**Week of October 20-24, 2025:**
18-
19-
- **October 20:** Kickstart with a dry-run migration.
20-
- **October 20-24:** Fix CI and fixture building/release issues that arise.
21-
- **October 24 (ETA):** Weld finalized. All development moves to [ethereum/execution-specs](https://github.com/ethereum/execution-specs).
3+
As such, this repository is no longer accepting pull requests as of 2025-11-01. Please direct any changes to https://github.com/ethereum/execution-specs instead.
224

235
## What This Means for You
246

25-
- **Spec Contributors:** Continue working in [ethereum/execution-specs](https://github.com/ethereum/execution-specs) as usual.
7+
- **Client Teams:** No changes. Test fixture releases will continue to be published in this repository, [ethereum/execution-spec-tests](https://github.com/ethereum/execution-spec-tests).
268
- **Test Contributors:**
27-
- **Until October 20:** Open draft PRs in [ethereum/execution-spec-tests](https://github.com/ethereum/execution-spec-tests) as you have been.
28-
- **After October 24 (Weld Complete):** Close any open draft PRs in EEST and reopen them in [ethereum/execution-specs](https://github.com/ethereum/execution-specs). All future test development happens in EELS.
29-
- **Client Teams:** Test fixture releases will continue from [ethereum/execution-spec-tests](https://github.com/ethereum/execution-spec-tests) as usual. No changes to your consumption workflow.
9+
- Please direct PRs to [ethereum/execution-specs](https://github.com/ethereum/execution-specs).
10+
- Read more about the changes effecting test development in our [blog announcement](https://steel.ethereum.foundation/blog/blog_posts/2025-11-04_weld_final/).
3011

31-
### Questions?
12+
### Questions or Feedback About the Migration?
3213

33-
We will reach out with specific guidance as needed. For urgent questions, please contact the STEEL team.
14+
Please reach out to the STEEL team by writing to the `#el-testing` channel in the [Ethereum R&D Discord Server](https://discord.com/invite/qGpsxSA) or contacting any STEEL team member directly.
3415

3516
---
3617

0 commit comments

Comments
 (0)