From 904c161a7a36a3db0eb224362b2feaad234c08b5 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Fri, 21 Jun 2024 17:22:32 +0200 Subject: [PATCH] Update changelog --- changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.md b/changelog.md index 2f15b653ba..eef9431ae4 100644 --- a/changelog.md +++ b/changelog.md @@ -62,6 +62,7 @@ * [2342](https://github.com/zeta-chain/node/pull/2342) - extend rpc unit tests with testing extension to include synthetic ethereum txs * [2299](https://github.com/zeta-chain/node/pull/2299) - add `zetae2e` command to deploy test contracts * [2349](https://github.com/zeta-chain/node/pull/2349) - add TestBitcoinDepositRefund and WithdrawBitcoinMultipleTimes E2E tests +* [2368](https://github.com/zeta-chain/node/pull/2368) - eliminate panic usage across testing suite ### Fixes