Zebra/zebra-state
teor 1d3dd35175 fix: Include the current tip in the block locator
The state service was providing block locators starting at the parent of
the current tip. Instead, include the current tip in the block locator.

Also handle an edge case where we could include the genesis block twice,
if the current tip height was a power of two.

Fixes an instance of #818 where we re-download the current tip.
2020-08-10 18:58:21 +10:00
..
src fix: Include the current tip in the block locator 2020-08-10 18:58:21 +10:00
tests Remove environment variables in favor of documented config options. (#827) 2020-08-05 11:48:08 -07:00
Cargo.toml Command execution tests (#690) 2020-08-01 16:15:26 +10:00