From ff75922c12b5dbc3f2b3ed4f5ed5f01ac84e6b68 Mon Sep 17 00:00:00 2001 From: danieljperry Date: Wed, 25 Jun 2025 14:16:53 -0500 Subject: [PATCH 1/2] Add list of known issues --- docs/cloud-wallet/known-issues.md | 22 ++++++++++++++++++++++ sidebars.js | 1 + 2 files changed, 23 insertions(+) create mode 100644 docs/cloud-wallet/known-issues.md diff --git a/docs/cloud-wallet/known-issues.md b/docs/cloud-wallet/known-issues.md new file mode 100644 index 0000000000..e8bee0307f --- /dev/null +++ b/docs/cloud-wallet/known-issues.md @@ -0,0 +1,22 @@ +--- +title: Known Issues +slug: /cloud-wallet/known-issues +--- + +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; + + +This list was last updated on 2025-06-25. In addition to the items shown here, there are several minor UI/UX issues that we will also fix. + +If you find any issues that you think are security related, please file a report at our [HackerOne site](https://hackerone.com/chia_network). + +Feel free to report other issues on [our Discord server](https://discord.gg/chia). + +* All Offer cancellations in the Cloud Wallet will currently be performed on-chain. We plan to support off-chain cancellation soon. +* The signer popups in the Cloud Wallet and Signer app for certain transaction types currently show incomplete details. This is only a display issue that we will fix soon. The signature requests themselves do work as designed. +* Under certain circumstances, it is possible to end up with coins from your vault being locked, with no easy way to access them. We will update this soon so that the coins will become accessible again. Even if this does happen, it will not result in a loss of funds. Some examples of when this might occur include when someone cancels an Offer in the same block in which someone else attempts to accept it, and after an Offer expires. +* If you have a brand new vault, you might not be able to create a new Offer until your vault has submitted at least one transaction. We are working on a fix for this issue. In the meantime, a workaround is to send XCH or a CAT to yourself from your own vault. After this initial transaction, the vault will not encounter the issue again. +* If you are accessing the Cloud Wallet on an Android phone, you may not be able to create a passkey with a Yubikey or other hardware device. +* We have experienced issues with other combinations of OS and passkey type, especially on mobile devices. These issues are typically related to the device itself, and are out of our control to fix. However, we will work on reporting these limitations more clearly when they occur. +* If you rename any tokens in your vault, and then create an Offer that involves those tokens, the old names will be displayed in the Offer. We will show the new names soon. diff --git a/sidebars.js b/sidebars.js index 745491f8f9..82e563fa0f 100644 --- a/sidebars.js +++ b/sidebars.js @@ -168,6 +168,7 @@ module.exports = { items: [ 'cloud-wallet/getting-started', 'cloud-wallet/faq', + 'cloud-wallet/known-issues', 'cloud-wallet/tooltips', ] }, From a0e04a2079c71cdd173f5ae94248e74dfb671f00 Mon Sep 17 00:00:00 2001 From: ClydeWallace22 <48610606+BrandtH22@users.noreply.github.com> Date: Wed, 25 Jun 2025 13:27:11 -0600 Subject: [PATCH 2/2] fix formatting --- docs/cloud-wallet/known-issues.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/docs/cloud-wallet/known-issues.md b/docs/cloud-wallet/known-issues.md index e8bee0307f..7c967ee2a3 100644 --- a/docs/cloud-wallet/known-issues.md +++ b/docs/cloud-wallet/known-issues.md @@ -6,17 +6,16 @@ slug: /cloud-wallet/known-issues import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; - This list was last updated on 2025-06-25. In addition to the items shown here, there are several minor UI/UX issues that we will also fix. If you find any issues that you think are security related, please file a report at our [HackerOne site](https://hackerone.com/chia_network). Feel free to report other issues on [our Discord server](https://discord.gg/chia). -* All Offer cancellations in the Cloud Wallet will currently be performed on-chain. We plan to support off-chain cancellation soon. -* The signer popups in the Cloud Wallet and Signer app for certain transaction types currently show incomplete details. This is only a display issue that we will fix soon. The signature requests themselves do work as designed. -* Under certain circumstances, it is possible to end up with coins from your vault being locked, with no easy way to access them. We will update this soon so that the coins will become accessible again. Even if this does happen, it will not result in a loss of funds. Some examples of when this might occur include when someone cancels an Offer in the same block in which someone else attempts to accept it, and after an Offer expires. -* If you have a brand new vault, you might not be able to create a new Offer until your vault has submitted at least one transaction. We are working on a fix for this issue. In the meantime, a workaround is to send XCH or a CAT to yourself from your own vault. After this initial transaction, the vault will not encounter the issue again. -* If you are accessing the Cloud Wallet on an Android phone, you may not be able to create a passkey with a Yubikey or other hardware device. -* We have experienced issues with other combinations of OS and passkey type, especially on mobile devices. These issues are typically related to the device itself, and are out of our control to fix. However, we will work on reporting these limitations more clearly when they occur. -* If you rename any tokens in your vault, and then create an Offer that involves those tokens, the old names will be displayed in the Offer. We will show the new names soon. +- All Offer cancellations in the Cloud Wallet will currently be performed on-chain. We plan to support off-chain cancellation soon. +- The signer popups in the Cloud Wallet and Signer app for certain transaction types currently show incomplete details. This is only a display issue that we will fix soon. The signature requests themselves do work as designed. +- Under certain circumstances, it is possible to end up with coins from your vault being locked, with no easy way to access them. We will update this soon so that the coins will become accessible again. Even if this does happen, it will not result in a loss of funds. Some examples of when this might occur include when someone cancels an Offer in the same block in which someone else attempts to accept it, and after an Offer expires. +- If you have a brand new vault, you might not be able to create a new Offer until your vault has submitted at least one transaction. We are working on a fix for this issue. In the meantime, a workaround is to send XCH or a CAT to yourself from your own vault. After this initial transaction, the vault will not encounter the issue again. +- If you are accessing the Cloud Wallet on an Android phone, you may not be able to create a passkey with a Yubikey or other hardware device. +- We have experienced issues with other combinations of OS and passkey type, especially on mobile devices. These issues are typically related to the device itself, and are out of our control to fix. However, we will work on reporting these limitations more clearly when they occur. +- If you rename any tokens in your vault, and then create an Offer that involves those tokens, the old names will be displayed in the Offer. We will show the new names soon.