From 18e4f3242334564b8cab6b2ed447c86915b0af4c Mon Sep 17 00:00:00 2001 From: Charlie Chen Date: Fri, 1 Nov 2024 00:22:34 -0500 Subject: [PATCH] add changelog entry --- changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.md b/changelog.md index 4e58815e99..182e2c2c23 100644 --- a/changelog.md +++ b/changelog.md @@ -38,6 +38,7 @@ * [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 +* [3082](https://github.com/zeta-chain/node/pull/3082) - replace docker-based bitcoin sidecar inscription build with Golang implementation ### Tests