-
Notifications
You must be signed in to change notification settings - Fork 55
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
DIP: Multi-agent Transactions #169
Comments
I'll be happy to be the DIP manager for this. |
@aching this might be ready to merge in Draft stage? |
Definitely, just was waiting for the PR to stabilize. |
There was great discussion in the draft stage and seems that there are no objections in the last 20 days. Proposing to move this to "Last Call". |
Tentatively setting a target date to move to Approve or Reject in 2 weeks - June 18th as there has been significant time to provide feedback during the draft and last call combined (already over 2 months). If there are concerns, please raise them. |
Currently in the Diem Framework, a transaction acts on behalf of a single on-chain account. However, there is no mechanism for multiple on-chain accounts to agree on a single atomic transaction. This DIP presents a new scheme of transactions--multi-agent transactions--which act on behalf of multiple on-chain accounts. Multi-agent transactions leverage Move’s
signer
type to allow essentially any arbitrary atomic actions in one transaction involving multiple on-chain accounts.DIP PR here: #159
The text was updated successfully, but these errors were encountered: