-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues of cell management testing #298
Comments
IMO, it can not be used on others' pages, but I can use this cell in the cell manage page. @Danie0918 Can we use the manually locked cells in the cell manage page?
Neuron does not have a page that only shows locked cells, what do you think? @Danie0918
Because of some cells are default locked, their locked reasons are different. |
To N0.7 issue ,my lock reason is same to requirement document,because I have sent a locktime transaction,requirement description is more clear than actual description. |
Manually locked cells can't be spent.
Instead of adding a separate page, you can optimize it a bit by sorting by default to show the locked cells first.By the way, sorting is still in effect when there are no locked cells. |
Do you mean when I click the locked balance, then Neuorn should go to the cell manage page, and set default sort by locked field? @Danie0918 cc @silySuper |
@Danie0918 Do we have tips for different default-locked cells? Currently, I remind users to operate the locked cells on the corresponding page. |
Yes. |
Where can I find the tips for different default-locked cells? |
Are we currently without relevant tips? This hint in the requirements is what I found in the custom assets. |
Currently, I remind users to operate the locked cells on the corresponding page.
I mean where can I find the document that describes tips content for different default-locked cells? |
Currently it's not, my hints in the documentation are just examples. If we don't have a default prompt, we may need to organize the use cases and then I'll provide the documentation. |
Order by status |
1.类型-CKB, UDT, NTF, Unknown |
There are these default lock types:
|
1, 2, 3, 4, 5, 6 have been fixed by nervosnetwork/neuron@8e3abb5 on the nervosnetwork/neuron#2859 |
It's an issue on the develop branch, I opened a new PR to fix it. nervosnetwork/neuron#2876 |
9.Batch locking cells can be unlocked again after unlocking. 2023-10-17.10.36.46.mov10.Batch consume send balance is not fit for max balance. 2023-10-17.10.55.26.mov |
I guess it's normal, otherwise if users want to lock or unlock all cells, they should pick one by one. What do you think? @Danie0918 |
To No.10 issue,another operation is the same result.Maybe judge status is better. 2023-10-17.15.25.26.mov |
12.If I chosed cells include both locked and unlocked status.The balance in lock pop up window and in unlock pop up window show abnormal.In expect ,lock balance is about 236712,unlock balance is about 1513.8. 2023-10-17.15.29.21.2.mov |
If users select locked and unlocked cells, could they batch lock or unlock these cells? |
This is possible because unlock and lock can be applied to some of the cells. |
1.Verified 2023-10-17.16.59.36.2.mov6.Verified |
IMO, when consuming some cells on the send page, clicking max will cost all of the selected cells. Or send the max of the wallet? @Danie0918 cc @silySuper |
Here the consume should be brought to the maximum value of the selected cell without the user manually clicking on max. |
Okay, so the max value is the selected cells's total capacity but not wallet's total capacity. |
The title is unlocked balance, which means that total cell capacity will be unlocked. But not the current unlocked capacity. |
5,9 have been fixed. @silySuper |
I want to regress in full node mode,but app always shows This is my log: |
This is the log.
It means you need to start ckb with |
Sure, all of the selected cells's capacity should be shown here. |
It means that only show all of the selected cells's capacity when batch lock or unlock ,and not distinguish lock or unlock cell in this window? @Danie0918 |
I have added a log when checking the external ckb node. You can package and try again without |
Yes, no distinction is made here. |
5.Verified |
This can be categorized as follows:
|
@Danie0918 Sometimes this cell has reached the unlock time, but the user does not unlock it. Do you think we should change to another tip with this condition? |
[Lock time - expires ] The time lock for this cell has expired and you need to claim it in Customized Assets before using it. |
@silySuper Please verify the left issues with the latest package. |
1.No.10 Batch consume send balance is not fit for max balance does not need to change? @Danie0918 2023-11-22.17.31.50.2.mov(4).verified |
The Spore type has been adapted.
I can't get the point. Does the 2023-11-22.19.13.07.mov |
here need change to chosed balance ,the same to send page ? This does lead to some misunderstandings, can we hide the balance in this case? @yanguoyu |
It has been hidden when spending appointed cells. @silySuper |
These issues found in light client mode.
1.Icon shows wrong.
UI document:
Actual:
2.Lost total number :
UI document:
Actual:
3.When description is long UI shows abnormal:
4.Click anywhere in record line can pop up cell detail window actually ,but in expect only click detail icon can pop up cell detail window.
2023-10-13.09.47.18.mov
5.When lock cell it shows warn:
but actually after lock cell ,then spend icon is not gray and can jump to send page ,send transaction successfully.
2023-10-13.10.17.18.mov
6.When click locked balance it jump to cell management page which include locked cell and unlocked cell,may be jump to locked cell page is better.
7.Locked reason does not show like this is requirement document:
Actual:
The text was updated successfully, but these errors were encountered: