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
Hi Pacu, it's been a while since I implemented request zec and zip321 payment uri
seems like .product(name: "BigDecimal", package: "BigDecimal"),
is dependent on .package(url: "https://github.com/mgriebling/BigInt.git", from: "2.0.0"),
and BigInt is set to deployment target ios 16.4 while zashi is ios 15.0
do you think we can somehow resolve that?
the reason behind using big decimal is because of getting a lof of bugs from the Decimal implementation on Swift.
I guess we can temporarily fix zip-321 package to lock this dependency
The text was updated successfully, but these errors were encountered:
closes#64
Lukas Korba from ECC reported that Zashi couldn't be built since
the latest version of BigDecimal depend on BigInt which has min
deployment target of iOS 16.4
from @LukasKorba :
the reason behind using big decimal is because of getting a lof of bugs from the Decimal implementation on Swift.
I guess we can temporarily fix zip-321 package to lock this dependency
The text was updated successfully, but these errors were encountered: