diff --git a/etherlink/CHANGES_NODE.md b/etherlink/CHANGES_NODE.md index c02fcd84fbe33546497b0f770075a972d4fa14ae..922f70cc4c5bea05b4ff1646cc2d05ec2fbc8939 100644 --- a/etherlink/CHANGES_NODE.md +++ b/etherlink/CHANGES_NODE.md @@ -8,20 +8,12 @@ ### RPCs changes -- Fix issue when connecting to nodes behind a proxy that can rearrange - chunks. (!20057) - -- Enable concurrent waiting for transaction confirmation in batched -`eth_sendRawTransactionSync` calls for improved throughput. (!20064) - ### Monitoring changes ### Command-line interface changes ### Execution changes -- Supports executing Farfadet natively. (!20065) - ### Storage changes ### Documentation changes @@ -33,6 +25,30 @@ 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 +(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 + +- Fix issue when connecting to nodes behind a proxy that can rearrange + chunks. (!20057) + +- Enable concurrent waiting for transaction confirmation in batched + `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) + ## Version 0.48 (2025-11-24) This release of the EVM node adds a new JSON-RPC method