docs(core): update EIP-7702 changelog entry
What changed, and why it matters
This commit only edits changelog text. It adds a more precise description of an already-released Ethereum feature (EIP-7702 support) and removes an older, less accurate changelog line. No code, transaction logic, or cryptographic behavior is changed, so there is no security issue in this commit itself.
No action needed. This is a documentation-only changelog edit with no security relevance.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff modifies two changelog files. It adds the line ‘Ethereum: Add experimental support for EIP-7702 authorization/revocation.’ to core/.changelog.d/6394.added and removes the line ‘ETH: Add support for EIP-7702. [#6394]’ from core/CHANGELOG.md. The commit message explains the wording change: EIP-7702 allows an authorization_list tuple but does not include the set-code transaction signature. No source code, build scripts, tests, or documentation describing behavior is altered.
Changed components
Inspect captured patch +1 / −1
diff --git a/core/.changelog.d/6394.added b/core/.changelog.d/6394.added
new file mode 100644
index 00000000..effea7bd
--- /dev/null
+++ b/core/.changelog.d/6394.added
@@ -0,0 +1 @@
+Ethereum: Add experimental support for EIP-7702 authorization/revocation.
diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md
index 7c7eacb6..2546e0a7 100644
--- a/core/CHANGELOG.md
+++ b/core/CHANGELOG.md
@@ -89,7 +89,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Added
- Adding TRON support for TRX and other TRC-20 tokens, smart contracts, and Stake 2.0. [#5358]
-- ETH: Add support for EIP-7702. [#6394]
### Changed
- Updated libtropic to version 3.0.0. [#6247]
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.