rust-teos/teos
Sergi Delgado Segura 2bf555c07f
Adds --forceupdate to teosd
If a tower hasn't been running for a long time and the backend runs in pruned
mode it could be the case that by the time the tower comes back online, the Last
known block by the tower is not being known by the node anymore. In this situation,
the tower cannot bootstrap normally, given the cache cannot be populated.

This commits adds a new argument to teosd (`--forceupdate`) that can be used to
force a tower to update its last known block to the earliest known block by the backend
under this situation. Notice that doing so may make the tower miss some of its state
transitions (the ones triggered by missed blocks), so this must be done as a last resource.
2023-05-09 09:49:11 -04:00
..
proto/teos/v2 Adds addresses to gettowerinfo 2022-11-25 14:25:53 +01:00
src Adds --forceupdate to teosd 2023-05-09 09:49:11 -04:00
build.rs Adds addresses to gettowerinfo 2022-11-25 14:25:53 +01:00
Cargo.toml Bumps teos version to 0.2 in preparation for code release 2023-01-23 17:45:20 -05:00