From 403c7380adbc70cac5d8a9853040ce92a9a44e84 Mon Sep 17 00:00:00 2001 From: Rodi-Can Bozman Date: Tue, 20 May 2025 14:39:14 +0200 Subject: [PATCH 1/2] Etherlink: seperate Dionysus CHANGELOG from NEXT's changes I've recently merged an MR but the change isn't part of D, but for the future upcoming E. --- etherlink/CHANGES_KERNEL.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/etherlink/CHANGES_KERNEL.md b/etherlink/CHANGES_KERNEL.md index 204e9aae6bb7..4ead7e454284 100644 --- a/etherlink/CHANGES_KERNEL.md +++ b/etherlink/CHANGES_KERNEL.md @@ -4,6 +4,26 @@ ### Features +- The EVM now supports optional access lists. + See [EIP-2930](https://eips.ethereum.org/EIPS/eip-2930). (!17766) + +### Bug fixes + +### Internal + +## Dionysus (1f47de0) + +This kernel has been activated on Etherlink Testnet on block +[19,307,965][1f47-activation-testnet], and on Etherlink Mainnet on block +[15,262,162][1f47-activation-mainnet]. + +[1f47-activation-testnet]: https://testnet.explorer.etherlink.com/block/0x905031212562def1cecd79e6472bf3b6588b9ea75563d0c8fc34c9c8b61871f0 +[1f47-activation-mainnet]: https://explorer.etherlink.com/block/0x0f3872315951a148220bd3fe63ec9012c59ddcca49dfcdc40ec3ffbfec93ea63 + +Its storage version is 33. + +### Features + - The EVM's configuration has been bumped to Cancun. (!16141) The following EIPs are now supported by Etherlink: * [EIP-1153](https://eips.ethereum.org/EIPS/eip-1153) -- GitLab From da98509e506770ec913efd14f2dcbf69b9a76c9f Mon Sep 17 00:00:00 2001 From: riskofchoking Date: Tue, 20 May 2025 15:38:03 +0200 Subject: [PATCH 2/2] Etherlink: fix Calypso explorer urls --- etherlink/CHANGES_KERNEL.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etherlink/CHANGES_KERNEL.md b/etherlink/CHANGES_KERNEL.md index 4ead7e454284..f9f095e029e0 100644 --- a/etherlink/CHANGES_KERNEL.md +++ b/etherlink/CHANGES_KERNEL.md @@ -78,6 +78,9 @@ This kernel has been activated on Etherlink Testnet on block [17,443,389][6046-activation-testnet], and on Etherlink Mainnet on block [7,056,139][6046-activation-mainnet]. +[6046-activation-testnet]: https://testnet.explorer.etherlink.com/block/0xe1df4a09691c11dc795dc230e5a3929932527f6f66e937bd97a25d709f3c4a01?tab=index +[6046-activation-mainnet]: https://explorer.etherlink.com/block/0xc7788ef7ccf24ad003757a73b6f8903c15d0d514bf9738011c6b3b583aad733f + Its storage version is 26. ### Features -- GitLab