From 3f740c8a26ff923f2bf9881613d93e45dbb97f6a Mon Sep 17 00:00:00 2001 From: lumtis Date: Wed, 24 Jul 2024 13:54:46 +0200 Subject: [PATCH] changelogs --- changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.md b/changelog.md index f8857f3e9e..4a14b8d312 100644 --- a/changelog.md +++ b/changelog.md @@ -64,6 +64,7 @@ * [2428](https://github.com/zeta-chain/node/pull/2428) - propagate context across codebase & refactor zetacore client * [2464](https://github.com/zeta-chain/node/pull/2464) - move common voting logic to voting.go and add new function VoteOnBallot * [2515](https://github.com/zeta-chain/node/pull/2515) - replace chainName by chainID for ChainNonces indexing +* [2541](https://github.com/zeta-chain/node/pull/2541) - deprecate ChainName field in Chain object ### Tests