From 1615a49447b8183118080c1279c3b37b7c304569 Mon Sep 17 00:00:00 2001 From: courtneyeh Date: Mon, 22 Apr 2024 13:24:20 +1000 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95e4ae4e9e6..c1a43067b41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,6 @@ the [releases page](https://github.com/Consensys/teku/releases). - Updated the bootnodes for Chiado and Gnosis networks. - Added hidden option `--Xp2p-dumps-to-file-enabled` to enable saving p2p dumps to file. - Appends consensus layer (CL) and execution layer (EL) clients' information to the validator graffiti. Check [documentation](https://docs.teku.consensys.io/development/reference/cli#validators-graffiti-client-append-format) for available configuration options. -- Added GET `/eth/v1/validator/{pubkey}/graffiti` validator API. +- Added GET, POST and DELETE `/eth/v1/validator/{pubkey}/graffiti` validator APIs. ### Bug Fixes