Skip to content

Commit 88e9fb8

Browse files
authored
chore: update steel website blog post links (#2318)
1 parent e9958ed commit 88e9fb8

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ As such, this repository is no longer accepting pull requests as of 2025-11-01.
44

55
More information is available in the [README.md] or our blogs posts:
66

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/
7+
- https://steel.ethereum.foundation/blog/2025-11-04_weld_final/
8+
- https://steel.ethereum.foundation/blog/2025-09-11_weld-announcement/

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ As such, this repository is no longer accepting pull requests as of 2025-11-01.
77
- **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).
88
- **Test Contributors:**
99
- 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/).
10+
- Read more about the changes effecting test development in our [blog announcement](https://steel.ethereum.foundation/blog/2025-11-04_weld_final/).
1111

1212
### Questions or Feedback About the Migration?
1313

@@ -27,7 +27,7 @@ Please reach out to the STEEL team by writing to the `#el-testing` channel in th
2727

2828
The full execution-spec-tests documentation can be found [here](https://eest.ethereum.org/main/).
2929

30-
**Note:** All of [ethereum/execution-spec-tests](https://github.com/ethereum/execution-spec-tests) functionality (i.e., the spec tests, test frameworks and tooling) will move to [ethereum/execution-specs](https://github.com/ethereum/execution-specs) in Q4 2025 to streamline spec and test development. For more information please see our [blog post](https://steel.ethereum.foundation/blog/blog_posts/2025-09-11_weld-announcement/). For now, please continue contributing to both [ethereum/execution-spec-tests](https://github.com/ethereum/execution-spec-tests) and [ethereum/execution-specs](https://github.com/ethereum/execution-specs) as you previously have - we will reach out to you if and when need be!
30+
**Note:** All of [ethereum/execution-spec-tests](https://github.com/ethereum/execution-spec-tests) functionality (i.e., the spec tests, test frameworks and tooling) will move to [ethereum/execution-specs](https://github.com/ethereum/execution-specs) in Q4 2025 to streamline spec and test development. For more information please see our [blog post](https://steel.ethereum.foundation/blog/2025-09-11_weld-announcement/). For now, please continue contributing to both [ethereum/execution-spec-tests](https://github.com/ethereum/execution-spec-tests) and [ethereum/execution-specs](https://github.com/ethereum/execution-specs) as you previously have - we will reach out to you if and when need be!
3131

3232
[ethereum/execution-spec-tests](https://github.com/ethereum/execution-spec-tests) is both a collection of test cases and a framework implemented in Python to generate tests for Ethereum execution clients.
3333

src/pytest_plugins/consume/consume.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def print_migration_warning(terminalreporter: Any = None) -> None:
5050
" • All future test development happens in EELS after completion",
5151
" • Fixture releases continue as usual during transition",
5252
"",
53-
"For details: https://steel.ethereum.foundation/blog/blog_posts/2025-09-11_weld-announcement/",
53+
"For details: https://steel.ethereum.foundation/blog/2025-09-11_weld-announcement/",
5454
"=" * 80,
5555
"",
5656
]

src/pytest_plugins/execute/execute.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def print_migration_warning(terminalreporter: Any = None) -> None:
4747
" • All future test development happens in EELS after completion",
4848
" • Fixture releases continue as usual during transition",
4949
"",
50-
"For details: https://steel.ethereum.foundation/blog/blog_posts/2025-09-11_weld-announcement/",
50+
"For details: https://steel.ethereum.foundation/blog/2025-09-11_weld-announcement/",
5151
"=" * 80,
5252
"",
5353
]

src/pytest_plugins/filler/filler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def print_migration_warning(terminalreporter: Any = None) -> None:
7676
" • All future test development happens in EELS after completion",
7777
" • Fixture releases continue as usual during transition",
7878
"",
79-
"For details: https://steel.ethereum.foundation/blog/blog_posts/2025-09-11_weld-announcement/",
79+
"For details: https://steel.ethereum.foundation/blog/2025-09-11_weld-announcement/",
8080
"=" * 80,
8181
"",
8282
]

0 commit comments

Comments
 (0)