Skip to content

Commit

Permalink
Create CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zenodeapp authored Jan 13, 2024
1 parent 298622b commit e0f3182
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 :).

<hr>

<p align="right">— ZEN</p>
<p align="right">Copyright (c) 2024 ZENODE</p>
<p align="right">Last updated on: <i>2024-01-13 (YYYY-MM-DD)</i></p>

0 comments on commit e0f3182

Please sign in to comment.