From e71034d62d5b162a5345eaeedbe73fb79953681a Mon Sep 17 00:00:00 2001 From: spencer-tb Date: Tue, 26 Sep 2023 17:14:19 -0400 Subject: [PATCH] docs/CHANGELOG.md --- docs/CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 49afe849d5..3c7361c83f 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -4,6 +4,18 @@ Test fixtures for use by clients are available for each release on the [Github r **Key:** โœจ = New, ๐Ÿž = Fixed, ๐Ÿ”€ = Changed, ๐Ÿ’ฅ = Breaking change. +## ๐Ÿ”œ [Unreleased - v1.0.6](https://github.com/ethereum/execution-spec-tests/releases/tag/v1.0.6) - 2023-xx-xx + +### ๐Ÿงช Test Cases + +### ๐Ÿ› ๏ธ Framework + +### ๐Ÿ”ง Tools + +### ๐Ÿ“‹ Misc + +- โœจ Docs: Changelog updated post release ([#321](https://github.com/ethereum/execution-spec-tests/pull/321)). + ## [v1.0.5](https://github.com/ethereum/execution-spec-tests/releases/tag/v1.0.5) - 2023-09-26: ๐Ÿ๐Ÿ–๏ธ Cancun Devnet 9 Release 3 This release mainly serves to update the EIP-4788 beacon roots address to `0x000F3df6D732807Ef1319fB7B8bB8522d0Beac02`, as updated in [ethereum/EIPs/pull/7672](https://github.com/ethereum/EIPs/pull/7672). @@ -19,6 +31,17 @@ This release mainly serves to update the EIP-4788 beacon roots address to `0x000 - โœจ CI/CD: Run development fork tests in Github Actions ([#302](https://github.com/ethereum/execution-spec-tests/pull/302)). - โœจ CI/CD: Generate test JSON fixtures on push ([#303](https://github.com/ethereum/execution-spec-tests/pull/303)). +--- + +### ๐Ÿ’ฅ Breaking Change + +Please use development fixtures from now on when testing Cancun. These refer to changes that are currently under development within clients: + +- fixtures: All tests until the last stable fork (Shanghai) +- fixtures_develop: All tests until the last development fork (Cancun) +- fixtures_hive: All tests until the last stable fork (Shanghai) in hive format (Engine API directives instead of the usual BlockchainTest format) +- fixtures_develop_hive: All tests until the last development fork (Cancun) in hive format + ## [v1.0.4](https://github.com/ethereum/execution-spec-tests/releases/tag/v1.0.4) - 2023-09-21: ๐Ÿ Cancun Devnet 9 Release 2 This release adds additional coverage to the current set of Cancun tests, up to the [Devnet-9 Cancun specification](https://notes.ethereum.org/@ethpandaops/dencun-devnet-9).