secant-ios-wallet/secant
Francisco Gindre adb48ba507
[#541] Adopt Latest main commit of SDK (#542)
* [#541] Adopt Latest main commit of SDK

This adopts commit `cf60f44aa83938432c81361917406483ff42c719` from `main`
branch of ZcashLightClientKit.

It includes changes to remove a fake "defaultBirthday" and use the real
`BlockHeight.ofLatestCheckpoint()` function that allows the wallets
to fetch the latest checkpoint available from bundle and define it as the
birthday. Also "defaultBirthday" birthday was incorrectly being used as a
replacement for Sapling Activation height which is the minimum birthday
supported by the wallet in terms of shielded pools.

Wallets with lower heights that have only transparent funds could in theory
work, but they won't be able to see sprout funds. Also the the SDK won't provide a birthday prior to sapling activation.

removes references to `LightWalletService` since this class has been made
internal to the SDK only.

adopts FsBlockDb and adds a FsBlockDbRoot directory dependency for the
Databases dependencies. Which should be renamed in a later commit

Closes #541

* Fix SwiftLint issues
2023-02-15 19:27:52 -03:00
..
Dependencies [#541] Adopt Latest main commit of SDK (#542) 2023-02-15 19:27:52 -03:00
Features [#541] Adopt Latest main commit of SDK (#542) 2023-02-15 19:27:52 -03:00
Models [#444] Ensure that sensitive information can't be logged intentionally or by accident (#536) 2023-02-13 20:32:50 +01:00
Preview Content/Preview Assets.xcassets
Resources [#439] Update illustrations (#440) 2022-10-26 18:24:49 -03:00
UI Components [#541] Adopt Latest main commit of SDK (#542) 2023-02-15 19:27:52 -03:00
Utils [#541] Adopt Latest main commit of SDK (#542) 2023-02-15 19:27:52 -03:00
Info.plist Add crash reporter to secant (#531) 2023-02-15 18:18:18 -03:00
LaunchScreen.storyboard
SecantApp.swift [#126] TCA component for user logs (#526) 2023-02-01 09:08:22 +01:00