From 7f801a31036cb92932970e825ece795abb41202c Mon Sep 17 00:00:00 2001 From: danieljperry Date: Mon, 9 Dec 2024 12:37:00 +0800 Subject: [PATCH 1/2] Update FAQ and known issues --- docs/getting-started/cloud-wallet/faq.md | 6 +++++- docs/getting-started/cloud-wallet/known-issues.md | 9 ++++++--- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/docs/getting-started/cloud-wallet/faq.md b/docs/getting-started/cloud-wallet/faq.md index bf2710bf87..72bdfe2def 100644 --- a/docs/getting-started/cloud-wallet/faq.md +++ b/docs/getting-started/cloud-wallet/faq.md @@ -161,12 +161,16 @@ Be sure to double check that your device is running at least iOS 15 prior to ins ### Is it safe to install the Chia Signer app on a second-hand device? -Yes -- just be sure to use the do a factory reset of the device first. See [Apple's support site](https://support.apple.com/guide/iphone/iph7a2a9399b/ios) for instructions. +Yes -- just be sure to do a factory reset of the device first. See [Apple's support site](https://support.apple.com/guide/iphone/iph7a2a9399b/ios) for instructions. ### Does the Chia Signer app use blind signing? No, but it doesn't use clear signing yet, either. The user is shown the details of the transaction before signing it. This info is significantly more detailed than what can be seen on the small screens of most hardware wallets. However, the end user needs to trust that CNI's servers have not been compromised, so it also isn't clear signing. The light amount of trust required should be sufficient for most users. However, for users who want to sign large transfers with the Chia Signer app, we plan to develop true clear signing in the future. +### Can I use the Chia Signer app to sign into my Cloud Wallet account? + +No, the Chia Signer app is only for signing transactions. You will need to use either a password or a passkey to sign into your Cloud Wallet account. + ## Security and privacy ### Will CNI be able to freeze and/or confiscate my assets? diff --git a/docs/getting-started/cloud-wallet/known-issues.md b/docs/getting-started/cloud-wallet/known-issues.md index c13181b1f6..ef1f17ffff 100644 --- a/docs/getting-started/cloud-wallet/known-issues.md +++ b/docs/getting-started/cloud-wallet/known-issues.md @@ -3,18 +3,21 @@ slug: /getting-started/cloud-wallet/known-issues title: Known Issues --- -This list was last updated on 2024-12-05. Although there are many items in this list, most of them are minor issues or issues that occur rarely. In addition, while we will attempt to keep this list up to date, it may fall behind on occasion. This is not meant to be a comprehensive list. +This list was last updated on 2024-12-09. Although there are many items in this list, most of them are minor issues or issues that occur rarely. In addition, while we will attempt to keep this list up to date, it may fall behind on occasion. This is not meant to be a comprehensive list. - Recovery is not yet enabled for vaults that use the Chia Signer app - The fee field doesn’t work yet for recovery operations (initiate, cancel, complete) -- Upon cancelling a recovery, the app doesn’t indicate that anything is happening while the the transaction is being processed -- We are in the process of updating the mobile UI, so certain buttons and labels may look bad on a mobile device for now +- Long vault names are truncated; this is a display issue only +- Vaults currently can be named with all whitespace (space/tab) characters; this will be disallowed in the future +- The Chia Signer app is only for signing transactions; the current signup process doesn't make it completely clear that the app cannot be used for logging into the Cloud Wallet. We will make this clearer in the future. +- The transaction history may not show all incoming transactions, even when the balance is accurate - The error message that appears when you enter an invalid Send address is not very descriptive - When setting up a vault on an iPhone, the fields for inputting up the clawback timer might not show any numbers - If you attempt to add a passkey, but then click the X to close out of the window, it will give you an error - If you send funds to your own vault, the transaction will show an amount of 0 - In rare occurrences, when creating an account, you might see "Internal Server Error" - You may see "User not found for this passkey" when attempting to create an account with a passkey +- We are in the process of updating the mobile UI, so certain buttons and labels may look bad on a mobile device for now - Some users have reported seeing "vault.chiatest.net's DNS address could not be found...." when using the Brave browser - Upon cancelling a recovery, an extra signature dialog is displayed - You may receive two identical copies of the same watchtower email upon successfully completing a recovery From f35b161733f49e1cfac993d59402dcdb2b984743 Mon Sep 17 00:00:00 2001 From: danieljperry Date: Mon, 9 Dec 2024 12:46:21 +0800 Subject: [PATCH 2/2] Run prettier --- docs/getting-started/cloud-wallet/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/cloud-wallet/faq.md b/docs/getting-started/cloud-wallet/faq.md index 72bdfe2def..5ae90f197e 100644 --- a/docs/getting-started/cloud-wallet/faq.md +++ b/docs/getting-started/cloud-wallet/faq.md @@ -169,7 +169,7 @@ No, but it doesn't use clear signing yet, either. The user is shown the details ### Can I use the Chia Signer app to sign into my Cloud Wallet account? -No, the Chia Signer app is only for signing transactions. You will need to use either a password or a passkey to sign into your Cloud Wallet account. +No, the Chia Signer app is only for signing transactions. You will need to use either a password or a passkey to sign into your Cloud Wallet account. ## Security and privacy