You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@romochka, keep in mind, that every transaction can fail, be rejected by user, tab can be closed, etc...
So user should be able be continue the process from any point.
Proper workflow to work with staked tasks:
We batch 4 wallet operations here:
(T)
,(T)
,(T)
,(S)
We batch 3 wallet operations here:
(S)
,(T)
,(T)
We batch 2 wallet operations here:
(T)
,(T)
We batch 3 wallet operations here:
(T)
,(T)
,(T)
(T)
and(S)
are operations requiring sending of transaction and signing of the operation respectivelyRelated UI task for batching transactions: #278
The text was updated successfully, but these errors were encountered: