From c423f3ccb84867fc8865df915b9dc53df5eda92f Mon Sep 17 00:00:00 2001 From: Alain Mebsout Date: Wed, 9 Apr 2025 18:18:09 +0200 Subject: [PATCH 1/2] EVM node: Release version 0.21 --- etherlink/CHANGES_NODE.md | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/etherlink/CHANGES_NODE.md b/etherlink/CHANGES_NODE.md index e96c7b67e8ea..39312260e263 100644 --- a/etherlink/CHANGES_NODE.md +++ b/etherlink/CHANGES_NODE.md @@ -1,28 +1,5 @@ # Changelog -## Unreleased - -### Breaking changes - -### Configuration changes - -### RPCs changes - -### Metrics changes - -### Execution changes - -### Storage changes - -### Documentation changes - -### Experimental features changes - -*No guarantees are provided regarding backward compatibility of experimental -features. They can be modified or removed without any deprecation notices. If -you start using them, you probably want to use `octez-evm-node check config ---config-file PATH` to assert your configuration file is still valid.* - ## Version 0.21 (2025-04-09) This release finalizes the new experimental `tx_queue` which allows to send -- GitLab From 5631272e46866b1890171eeb31163fc64875ead7 Mon Sep 17 00:00:00 2001 From: Alain Mebsout Date: Wed, 9 Apr 2025 11:57:00 +0200 Subject: [PATCH 2/2] EVM Node: Start a new section in the changelog --- etherlink/CHANGES_NODE.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/etherlink/CHANGES_NODE.md b/etherlink/CHANGES_NODE.md index 39312260e263..e96c7b67e8ea 100644 --- a/etherlink/CHANGES_NODE.md +++ b/etherlink/CHANGES_NODE.md @@ -1,5 +1,28 @@ # Changelog +## Unreleased + +### Breaking changes + +### Configuration changes + +### RPCs changes + +### Metrics changes + +### Execution changes + +### Storage changes + +### Documentation changes + +### Experimental features changes + +*No guarantees are provided regarding backward compatibility of experimental +features. They can be modified or removed without any deprecation notices. If +you start using them, you probably want to use `octez-evm-node check config +--config-file PATH` to assert your configuration file is still valid.* + ## Version 0.21 (2025-04-09) This release finalizes the new experimental `tx_queue` which allows to send -- GitLab