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
Run the command python3 checkmate.py mainnet.lightwalletd.com:9067 --start-height 1650000 --to-json
Look at the output files
RESULTS
Actual
The final checkpoint is not an increment of 10000.
Expected
When generating checkpoints, one provides a starting height and expects checkpoints to be emitted in intervals of 10000. The final checkpoint should probably also follow the 10000 convention.
NOTES
The reason to consider implementing this is to reduce the introduction of odd-numbered checkpoints into the iOS and Android SDKs, as often the person generating the checkpoints will just drag-and-drop the outputs of this script into the SDK and not drop the last checkpoint.
The text was updated successfully, but these errors were encountered:
STEPS TO REPRODUCE
python3 checkmate.py mainnet.lightwalletd.com:9067 --start-height 1650000 --to-json
RESULTS
Actual
The final checkpoint is not an increment of 10000.
Expected
When generating checkpoints, one provides a starting height and expects checkpoints to be emitted in intervals of 10000. The final checkpoint should probably also follow the 10000 convention.
NOTES
The reason to consider implementing this is to reduce the introduction of odd-numbered checkpoints into the iOS and Android SDKs, as often the person generating the checkpoints will just drag-and-drop the outputs of this script into the SDK and not drop the last checkpoint.
The text was updated successfully, but these errors were encountered: