Electric-Coin-Company / zcash-swift-wallet-sdk

iOS light client Framework proof-of-concept
MIT License
37 stars 33 forks source link

[#1330] Ability to provide custom checkpoints on Testing environments #1331

Open pacu opened 5 months ago

pacu commented 5 months ago

Closes #1330 Closes #1314

This implements a CheckpointSource that returns the checkpoint for height 663150 used on darksidewalletd tests.

also makes CheckpointSourceFactory an Enum so it can be initialized as value

This code review checklist is intended to serve as a starting point for the author and reviewer, although it may not be appropriate for all types of changes (e.g. fixing a spelling typo in documentation). For more in-depth discussion of how we think about code review, please see Code Review Guidelines.

Author

Reviewer

pacu commented 3 months ago

rebased