Daira-Emma Hopwood
Daira-Emma Hopwood
Copying some comment threads. [Concerning the call to `storeContacts` from `allLocalContacts:`](https://github.com/Electric-Coin-Company/zashi-ios/pull/1409/files#r1843928154) : @daira: > I read your comment https://github.com/Electric-Coin-Company/zashi-ios/pull/1409#discussion_r1843528714 and I agree it's necessary to call `syncContacts` (with `storeAfterSync: true`),...
Also we should probably record the reason for failure (i.e. the exception object) in the `.failure` case of `RemoteStoreResult`.
https://github.com/Electric-Coin-Company/zashi-ios/pull/1409/files#r1848385658 : ```diff - if $0.lastUpdated > contact.lastUpdated { + // If the timestamps are equal, the local entry takes priority. + if $0.lastUpdated >= contact.lastUpdated { ``` > This...
This was a duplicate of #1712 but has more info, so closing that one. > At present, there's no way to enter a birthday height, which means that existing funds...
Example of a QR code that is reportedly accepted when it must not be (second image in https://github.com/Electric-Coin-Company/zashi-android/issues/1678#issue-2657985253 ): 
The problem is as described here: https://github.com/zecdev/zcash-swift-payment-uri/issues/69#issuecomment-2490440246
This was a duplicate of #1439 but has more info, so closing that one. > At present, there's no way to enter a birthday height, which means that existing funds...
For the same-seed case: > The error you are getting is however unhelpful, and should be replaced with a better one that requires WalletWrite::create_account to be called with strictly-increasing account...
The benchmarks in the description don't look like they are an overall improvement except for Blinder_poly/parallel/22 ?
Here's a possible implementation. For each spend authority key ask, define a _revocation token_ arevoke = PRFrevoke(ask). Allow a CTransaction to reveal zero or more revocation tokens, and collect all...