From bf419b96f7b14d950357569d95f76f8f11399969 Mon Sep 17 00:00:00 2001 From: courtneyeh Date: Tue, 23 Apr 2024 10:42:13 +1000 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1a43067b41..0b098a9b3e7 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, POST and DELETE `/eth/v1/validator/{pubkey}/graffiti` validator APIs. +- Added support for [Graffiti management](https://ethereum.github.io/keymanager-APIs/?urls.primaryName=dev#/Graffiti) in the Key Manager API. ### Bug Fixes