From e0f31826781d809d68a9d583d77a55c387fef291 Mon Sep 17 00:00:00 2001 From: ZENODE Date: Sat, 13 Jan 2024 16:50:16 +0100 Subject: [PATCH] Create CHANGELOG.md --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..00d8881 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,26 @@ +# Changelog + +## v1.0.0 - 2024-01-13 + +First release of **Restate Sync**. + +This version should work with any Tendermint- or CometBFT based protocol as long as the format of the **[statesync]** settings in the _config.toml_-file is: + +``` +[statesync] +enable = ... +rpc_servers = ... +trust_height = ... +trust_hash = ... +``` + +### Added +- [restate-sync.sh](restate-sync.sh); script that recalibrates the state sync settings to a more recent height. +- [README.md](README.md); explains how to use this tool and what one should expect. +- [MIT License](LICENSE); to allow others to freely incorporate this tool into their own creative endeavors :). + +
+ +

— ZEN

+

Copyright (c) 2024 ZENODE

+

Last updated on: 2024-01-13 (YYYY-MM-DD)