Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 990 Bytes

CHANGELOG.md

File metadata and controls

31 lines (22 loc) · 990 Bytes

Changelog

v1.0.1 - 2024-01-18

Minor change to keep the usage of dependencies consistent throughout my repositories.

Changes

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; script that recalibrates the state sync settings to a more recent height.
  • README.md; explains how to use this tool and what one should expect.
  • MIT 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)