From 674c1da20f285a97185db4cf9072cb3a47647a56 Mon Sep 17 00:00:00 2001 From: Thomas Letan Date: Thu, 26 Sep 2024 20:36:52 +0200 Subject: [PATCH 1/2] EVM Node: Release v0.5 --- etherlink/CHANGES_NODE.md | 27 +++++++++++++++++++++------ 1 file changed, 21 insertions(+), 6 deletions(-) diff --git a/etherlink/CHANGES_NODE.md b/etherlink/CHANGES_NODE.md index fd129faaa419..4ca421a3ca88 100644 --- a/etherlink/CHANGES_NODE.md +++ b/etherlink/CHANGES_NODE.md @@ -1,6 +1,13 @@ # Changelog -## Unreleased +## Version 0.5 (2024-09-27) + +This release brings two features of interest for users operating EVM nodes as +part of a dApp deployments. These features are not for general-purpose +deployments. + +This release will not apply any migration to the node’s store (version 11), +meaning it is possible to downgrade to the previous version. ### Features @@ -19,10 +26,6 @@ frontend does to prepare swaps). However, it can lead to confusing UX for users, where eth_estimateGas fails when eth_call succeeded. (!15078) -### Bug fixes - -### Internals - ## Version 0.4 (2024-09-18) The main addition of this release is an initial support for the @@ -31,6 +34,12 @@ overriding the balance, nonce, state (both with `state` and `stateDiff` keys) and code of arbitrary address. It also contains a number of bug fixes and miscellaneous improvements. +This version is compatible with every kernel deployed on Etherlink Mainnet +Beta. + +The node will apply two migrations to its internal store (version 11), meaning +it is not possible to downgrade to the previous version. + ### Features #### CLI @@ -84,9 +93,12 @@ This release primilarly addresses two bugs uncovered in production: the broken `octez_evm_node_head` metrics for the RPC mode, and the node hanging when catching-up to the head of its upstream EVM node (in observer mode). -This version is compatible with every kernel deployed on Etherlink Mainnet +This release is compatible with every kernel deployed on Etherlink Mainnet Beta. +The node will not apply any migration to its internal store (version 9), +meaning it is possible to downgrade to the previous release. + ### Features #### CLI @@ -125,6 +137,9 @@ requires to stop the node for now. This version is compatible with every kernel deployed on Etherlink Mainnet Beta. +The node will not apply any migration to its internal store (version 9), +meaning it is possible to downgrade to the previous version. + ### Features #### CLI -- GitLab From 73b99169bfd932eb1e54097f781823e51c52bf8a Mon Sep 17 00:00:00 2001 From: Thomas Letan Date: Thu, 26 Sep 2024 20:37:53 +0200 Subject: [PATCH 2/2] EVM Node: Add a new Unreleased entry in the changelog --- etherlink/CHANGES_NODE.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/etherlink/CHANGES_NODE.md b/etherlink/CHANGES_NODE.md index 4ca421a3ca88..2832120f2020 100644 --- a/etherlink/CHANGES_NODE.md +++ b/etherlink/CHANGES_NODE.md @@ -1,5 +1,13 @@ # Changelog +## Unreleased + +### Features + +### Bug fixes + +### Internals + ## Version 0.5 (2024-09-27) This release brings two features of interest for users operating EVM nodes as -- GitLab