Robbie

Results 103 comments of Robbie

**Before** enabling Advanced Data Protection: I can see my data within the [CloudKit Dashboard](https://icloud.developer.apple.com/dashboard/). That is, from the dashboard I can select "Act as iCloud account" and then login using...

`CKRecord.encryptedValues` [requires](https://developer.apple.com/documentation/cloudkit/ckrecord/3746821-encryptedvalues) iOS 15+ We are currently supporting iOS 14. But there's no reason to continue supporting iOS 14 since every device that can run iOS 14 can also run...

Theory 1: Maybe the wallet isn't unlocked because: - the read-from-keychain request never returned or - the `loadWallet` function returns early (thinks wallet is already loaded) Tests performed: if the...

Theory 2: Maybe the database is corrupt Test performed: I tried purposefully corrupting the database file by overwriting it with random data. Result: the app crashed on launch

Here's the current status: - [x] ARS: Argentine Peso - [x] BOB: Bolivian Boliviano - [x] CLP: Chilean Peso - [x] COP: Colombian Peso - [x] CRC: Costa Rican Colón...

This bug is still present as of Kermit v2.0.2. And it's a critical bug. If the OSLogWriter is functioning properly, the log entries will be visible/available in the following locations:...

Related question: Do we allow the user to add custom node(s) to this list ?

> this will be cleaner to do on top of https://github.com/ACINQ/lightning-kmp/pull/512 Sounds good. Let's wait for 512, and then revisit.

Dev notes: On iOS this is handled thru the "currency converter" tool. See #247 for more info.