You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
+
<palign="right">— ZEN</p>
25
+
<palign="right">Copyright (c) 2024 ZENODE</p>
26
+
<palign="right">Last updated on: <i>2024-01-13 (YYYY-MM-DD)</i></p>
0 commit comments