From 9ea9aebb7623e8d6440d4dea0a4ae79f8cd7500b Mon Sep 17 00:00:00 2001 From: Thomas Letan Date: Mon, 9 Sep 2024 21:53:28 +0200 Subject: [PATCH] EVM Node: Release v0.3 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 Beta. --- etherlink/CHANGES_NODE.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/etherlink/CHANGES_NODE.md b/etherlink/CHANGES_NODE.md index 343df0523742..053fe82e51ce 100644 --- a/etherlink/CHANGES_NODE.md +++ b/etherlink/CHANGES_NODE.md @@ -1,6 +1,13 @@ # Changelog -## Unreleased +## Version 0.3 (2024-09-10) + +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 +Beta. ### Features @@ -25,6 +32,11 @@ - Add state override option to `eth_call` RPC, similar to go-ethereum. Limited to fields `balance`, `nonce` and `code`. (!14708) +#### Internals + +- Prevent the node to hang when catching-up to the head of its upstream EVM + node. (!14750) + ## Version 0.2 (2024-09-05) This release introduces a number of quality of life improvements for operators -- GitLab