From cef019238c745f31322d5985e68d468e40d64310 Mon Sep 17 00:00:00 2001 From: lumtis Date: Mon, 11 Mar 2024 10:17:08 +0100 Subject: [PATCH] fixed the changelog --- changelog.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 5209832f54..9d615c4f01 100644 --- a/changelog.md +++ b/changelog.md @@ -38,6 +38,10 @@ * [1814](https://github.com/zeta-chain/node/pull/1814) - fix code coverage ignore for protobuf generated files +### CI + +* [1867](https://github.com/zeta-chain/node/pull/1867) - default restore_type for full node docker-compose to snapshot instead of statesync for reliability. + ## Version: v14 - [1817](https://github.com/zeta-chain/node/pull/1817) - Add migration script to fix pending and chain nonces on testnet @@ -105,7 +109,6 @@ * Adjusted the docker pipeline slightly to pull the version on PR from the app.go file. * [1781](https://github.com/zeta-chain/node/pull/1781) - add codecov coverage report in CI * fixed the download binary script to use relative pathing from binary_list file. -* default restore_type for full node docker-compose to snapshot instead of statesync for reliability. ### Features