Skip to content

Commit

Permalink
docs: more consistent formatting for pr links
Browse files Browse the repository at this point in the history
  • Loading branch information
danceratopz committed Sep 22, 2023
1 parent 7f18df3 commit 4f32089
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@ This release adds additional coverage to the current set of Cancun tests, up to

### 🧪 Test Cases

-[EIP-7516: BLOBBASEFEE opcode](https://eips.ethereum.org/EIPS/eip-7516): First tests. @marioevz in [#294](https://github.com/ethereum/execution-spec-tests/pull/294).
-[EIP-4788: Beacon block root in the EVM](https://eips.ethereum.org/EIPS/eip-4788): Increase coverage. @spencer-tb in [#297](https://github.com/ethereum/execution-spec-tests/pull/297).
- 🐞 [EIP-1153: Transient storage opcodes](https://eips.ethereum.org/EIPS/eip-1153): Remove conftest '+1153' in network field. @spencer-tb in [#299](https://github.com/ethereum/execution-spec-tests/pull/299).
-[EIP-7516: BLOBBASEFEE opcode](https://eips.ethereum.org/EIPS/eip-7516): Add first and comprehensive tests (@marioevz in [#294](https://github.com/ethereum/execution-spec-tests/pull/294)).
-[EIP-4788: Beacon block root in the EVM](https://eips.ethereum.org/EIPS/eip-4788): Increase coverage (@spencer-tb in [#297](https://github.com/ethereum/execution-spec-tests/pull/297)).
- 🐞 [EIP-1153: Transient storage opcodes](https://eips.ethereum.org/EIPS/eip-1153): Remove conftest '+1153' in network field (@spencer-tb in [#299](https://github.com/ethereum/execution-spec-tests/pull/299)).

### 🛠️ Framework

- 🔀 [EIP-4788](https://eips.ethereum.org/EIPS/eip-4788): Beacon root contract is pre-deployed at `0xbEAC020008aFF7331c0A389CB2AAb67597567d7a` @spencer-tb in [#297](https://github.com/ethereum/execution-spec-tests/pull/297).
- ✨ Deprecate empty accounts within framework. @spencer-tb in [#300](https://github.com/ethereum/execution-spec-tests/pull/300).
- ✨ Fixture generation split based on hive specificity. @spencer-tb in [#301](https://github.com/ethereum/execution-spec-tests/pull/301).
- 💥 `fill`: `--disable-hive` flag removed; replaced by `--enable-hive`. @spencer-tb in [#301](https://github.com/ethereum/execution-spec-tests/pull/301).
- ✨ Add engine API forkchoice updated information in fixtures. @spencer-tb in [#256](https://github.com/ethereum/execution-spec-tests/pull/256).
- 🔀 [EIP-4788](https://eips.ethereum.org/EIPS/eip-4788): Beacon root contract is pre-deployed at `0xbEAC020008aFF7331c0A389CB2AAb67597567d7a` (@spencer-tb in [#297](https://github.com/ethereum/execution-spec-tests/pull/297)).
- ✨ Deprecate empty accounts within framework (@spencer-tb in [#300](https://github.com/ethereum/execution-spec-tests/pull/300)).
- ✨ Fixture generation split based on hive specificity (@spencer-tb in [#301](https://github.com/ethereum/execution-spec-tests/pull/301)).
- 💥 `fill`: `--disable-hive` flag removed; replaced by `--enable-hive` (@spencer-tb in [#301](https://github.com/ethereum/execution-spec-tests/pull/301)).
- ✨ Add engine API forkchoice updated information in fixtures (@spencer-tb in [#256](https://github.com/ethereum/execution-spec-tests/pull/256)).

## [v1.0.3](https://github.com/ethereum/execution-spec-tests/releases/tag/v1.0.3) - 2023-09-14: 🐍 Cancun Devnet 9 Release

Expand Down

0 comments on commit 4f32089

Please sign in to comment.