-
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
Advance mode on sending transactions #56
Comments
Chained transactions can be supported by introducing Lumos. I remember that @homura had also suggested this feature, whether a draft could be provided to help the @Danie0918 and @Sven-TBD to understand chained transactions on CKB. So they can design the UX for this feature. |
In recent discussions about We can consider this feature on Neuron, the desktop wallet, first. BTW, |
description and use case for chained transaction: https://talk.nervos.org/t/non-blocking-chained-transaction-and-its-applications-in-ckb/6649 |
I'd recommend taking a look at the design of the Sparrow Wallet which is the most customizable Bitcoin wallet I have ever tried |
cc @Danie0918 @Sven-TBD |
As far as I understand, chained transactions refer to a block in CKB that packs multiple transactions in which the transactions have interdependent relationships, and it is achieved by pre-constructing chained transactions and then submitting them to the chain. Regarding here in Neuron wallet, we have more technical improvements, I don't have any specific functional changes in mind for the example in the documentation, can you provide an example to help me understand? Also about the function of locking cells, I imagine we can provide a page to manage the live cells under the wallet, here we provide the cell of all wallets or the cell management of individual wallets, any idea here? @Keith-CY @homura |
The functionality has been implemented in lumos, which is being integrated into neuron. The main improvement may be UX, e.g.
The UX could be similar to queued merges in GitHub
As mentioned in downplaying address, it's hard to synchronize all wallets in the light client mode, so listing cells of all wallets is infeasible. |
This requirement I plan to implement by adding a preview popup for sending transactions and adding an management page for cells. 【Preview sending transaction pop-ups】This will contain basic information about the build transaction and visual charts to help users understand the upcoming transaction submission and customize its settings in subsequent iterations.
【Cell Management】This page will display all live cells and allows users to manage them.
|
I've divided these two designs into
So the discussion could be clear |
data
The text was updated successfully, but these errors were encountered: