From b9dce5bfaa43055c07e66387b2f7a9f0ff23f5ad Mon Sep 17 00:00:00 2001 From: Alain Mebsout Date: Thu, 4 Dec 2025 15:47:59 +0100 Subject: [PATCH 1/2] EVM node: version 0.49 --- etherlink/CHANGES_NODE.md | 27 +++++++++------------------ 1 file changed, 9 insertions(+), 18 deletions(-) diff --git a/etherlink/CHANGES_NODE.md b/etherlink/CHANGES_NODE.md index c02fcd84fbe3..d96f3c812ea5 100644 --- a/etherlink/CHANGES_NODE.md +++ b/etherlink/CHANGES_NODE.md @@ -1,10 +1,11 @@ # Changelog -## Unreleased +## Version 0.49 (2025-12-04) -### Breaking changes - -### Configuration changes +This release of the EVM node makes it ready for the instant confirmation feature +(also known as sub-block latency) which is not activated by default. It also +improves performance of `eth_sendRawTransactionSync` and adds support for +executing the Farfadet kernel (Etherlink 6.0) natively. ### RPCs changes @@ -12,27 +13,17 @@ chunks. (!20057) - Enable concurrent waiting for transaction confirmation in batched -`eth_sendRawTransactionSync` calls for improved throughput. (!20064) - -### Monitoring changes + `eth_sendRawTransactionSync` calls for improved throughput. (!20064) ### Command-line interface changes +- The `download kernel` command now allows to download the upcoming kernel + Farfadet by its alias `farfadet`. (!20065) + ### Execution changes - Supports executing Farfadet natively. (!20065) -### 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.48 (2025-11-24) This release of the EVM node adds a new JSON-RPC method -- GitLab From 7124668f783bd580df1e48708bc59dd1c2d10551 Mon Sep 17 00:00:00 2001 From: Alain Mebsout Date: Thu, 4 Dec 2025 15:48:47 +0100 Subject: [PATCH 2/2] EVM node: start new section in changelog --- etherlink/CHANGES_NODE.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/etherlink/CHANGES_NODE.md b/etherlink/CHANGES_NODE.md index d96f3c812ea5..922f70cc4c5b 100644 --- a/etherlink/CHANGES_NODE.md +++ b/etherlink/CHANGES_NODE.md @@ -1,5 +1,30 @@ # Changelog +## Unreleased + +### Breaking changes + +### Configuration changes + +### RPCs changes + +### Monitoring changes + +### Command-line interface 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.49 (2025-12-04) This release of the EVM node makes it ready for the instant confirmation feature -- GitLab