Skip to content

Commit e0f3182

Browse files
authored
Create CHANGELOG.md
1 parent 298622b commit e0f3182

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Changelog
2+
3+
## v1.0.0 - 2024-01-13
4+
5+
First release of **Restate Sync**.
6+
7+
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:
8+
9+
```
10+
[statesync]
11+
enable = ...
12+
rpc_servers = ...
13+
trust_height = ...
14+
trust_hash = ...
15+
```
16+
17+
### Added
18+
- [restate-sync.sh](restate-sync.sh); script that recalibrates the state sync settings to a more recent height.
19+
- [README.md](README.md); explains how to use this tool and what one should expect.
20+
- [MIT License](LICENSE); to allow others to freely incorporate this tool into their own creative endeavors :).
21+
22+
<hr>
23+
24+
<p align="right">— ZEN</p>
25+
<p align="right">Copyright (c) 2024 ZENODE</p>
26+
<p align="right">Last updated on: <i>2024-01-13 (YYYY-MM-DD)</i></p>

0 commit comments

Comments
 (0)