From b003e366cfd52786f0b467999816f338dae32079 Mon Sep 17 00:00:00 2001 From: Valentin Chaboche Date: Fri, 26 Apr 2024 16:55:13 +0200 Subject: [PATCH] EVM/Changelog: correct invalid entry --- etherlink/CHANGES_NODE.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/etherlink/CHANGES_NODE.md b/etherlink/CHANGES_NODE.md index 4ab646c198f8..ff713f4d0f9a 100644 --- a/etherlink/CHANGES_NODE.md +++ b/etherlink/CHANGES_NODE.md @@ -5,8 +5,9 @@ ### Features - Support daily log files for the observer mode (!13101). -- The RPC `eth_getBalance` supports the default block parameter - (https://ethereum.org/en/developers/docs/apis/json-rpc/#default-block). (!13039, !12345) +- The RPC `eth_getBalance`, `eth_getCode` and `eth_getStorageAt` + support the default block parameter (https://ethereum.org/en/developers/docs/apis/json-rpc/#default-block). + (!13039, !13056, !13058) ### Bug fixes -- GitLab