Skip to content
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

[Multisig V2] Multisig payload simulation fails when no entry function is provided #12703

Open
junkil-park opened this issue Mar 27, 2024 · 0 comments · May be fixed by #12705
Open

[Multisig V2] Multisig payload simulation fails when no entry function is provided #12703

junkil-park opened this issue Mar 27, 2024 · 0 comments · May be fixed by #12705
Assignees

Comments

@junkil-park
Copy link
Contributor

Simulating multisig payloads fails when no entry function is provided.

How to reproduce

Create a transaction with payload, and execute the payload without payload provided

$ aptos multisig create-transaction \
 --multisig-address $MULTI_ADDR \
 --function-id 0x1::multisig_account::remove_owner \
 --args address:"$D_ADDR" \
 --profile local_a

... skipped ...

$ aptos multisig execute \
 --multisig-address $MULTI_ADDR \
 --profile local_a

{
  "Error": "Simulation failed with status: Execution failed in script at code offset 0"
}

Expected output

The simulation and execution succeeds.

@junkil-park junkil-park self-assigned this Mar 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant