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