From 9dec3482cdfcb201d60f33f5a1285defbb951381 Mon Sep 17 00:00:00 2001 From: Charlie Chen Date: Thu, 24 Oct 2024 14:55:29 -0500 Subject: [PATCH] add changelog entry --- changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.md b/changelog.md index babe5d10d8..37831d8857 100644 --- a/changelog.md +++ b/changelog.md @@ -31,6 +31,7 @@ * [2890](https://github.com/zeta-chain/node/pull/2890) - refactor `MsgUpdateChainInfo` to accept a single chain, and add `MsgRemoveChainInfo` to remove a chain * [2899](https://github.com/zeta-chain/node/pull/2899) - remove btc deposit fee v1 and improve unit tests * [2952](https://github.com/zeta-chain/node/pull/2952) - add error_message to cctx.status +* [3039](https://github.com/zeta-chain/node/pull/3039) - use `btcd` native APIs to handle Bitcoin Taproot address ### Tests