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
Presently, the payroll plugin creates one transaction request per-recipient.
We should migrate to the messages array flow of a regular keysign request and support verification and signing of a bundle of transactions
Each transaction must still be tracked and recorded separately (as an individual transfer may fail), but it will simplify the proposal and verification logic substantially if we can bundle them properly.
At this stage, we should not retry and failed or errored transactions
Presently, the payroll plugin creates one transaction request per-recipient.
We should migrate to the messages array flow of a regular keysign request and support verification and signing of a bundle of transactions
Each transaction must still be tracked and recorded separately (as an individual transfer may fail), but it will simplify the proposal and verification logic substantially if we can bundle them properly.
At this stage, we should not retry and failed or errored transactions