Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wait for zebrad or zcashd to reach sapling activation height #490

Merged
merged 1 commit into from
Jul 10, 2024

Commits on Jul 9, 2024

  1. wait for zebrad or zcashd to reach sapling activation height

    This has been broken for a long time. If, when starting up, lightwalletd
    discovers that the backend node (zebrad or zcashd) has not yet synced to
    the Sapling activation height (419200 for mainnet, 280000 for testnet),
    it should wait until that happens, then sync along with the backend
    node. But instead, lightwalletd gets stuck indefinitely. The only way
    to escape the hang is to stop and restart lightwalletd.
    
    This commit fixes the problem; the block ingestor retries every 2
    minutes (which was always the intention), rather than trying once and
    then giving up.
    Larry Ruane committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    ff357e8 View commit details
    Browse the repository at this point in the history