Can this be moved to staking2?
though i want to say yes, for the sake of "progress", i really think this is less to do with staking and more to do with the whole voyager ux. the principles discussed in #1092 apply to all the features and will elevate the ux for all areas of the app.
so no. i don't think so. but we can make it high priority and remove the staking label 馃槃
@sabau let's come up with a technical design proposal for this problem
this problem? https://github.com/cosmos/voyager/issues/1092#issuecomment-418142498
Yes. I was talking about a technical proposal of how to have a proper process in code (not on the design level).
Love the idea, I tackled a similar problem years ago I will write down the solution we found and we can discuss it how to adapt/change/discard that :)
at rendering time we show the Real state, for every component we know a GUID is present, so we simply check in our dictionary of the unconfirmed states / transactions if this component has a WIP, we choose to show the unconfirmed block (or the delta when needed)
add another new block as transaction and show it on top
If one fails and one succeed
we can do in simpler way:
Alternative approach:
closed in favour of #1849
Most helpful comment
Love the idea, I tackled a similar problem years ago I will write down the solution we found and we can discuss it how to adapt/change/discard that :)
Real state
Unconfirmed state / transactions
at rendering time we show the Real state, for every component we know a GUID is present, so we simply check in our dictionary of the unconfirmed states / transactions if this component has a WIP, we choose to show the unconfirmed block (or the delta when needed)
add another new block as transaction and show it on top
If one fails and one succeed