aptos-labs / aptos-core

Aptos is a layer 1 blockchain built to support the widespread use of blockchain through better technology and user experience.
https://aptosfoundation.org
Other
5.99k stars 3.59k forks source link

[Multisig V2] Multisig payload simulation inaccurately estimates the gas cost #12704

Open junkil-park opened 4 months ago

junkil-park commented 4 months ago

Executing multisig payloads fails due to inaccurate gas estimation.

How to reproduce

$ aptos multisig execute-with-payload \
  --multisig-address $MULTI_ADDR \
  --function-id 0x1::multisig_account::remove_owner \
    --args address:"$D_ADDR" \
  --profile local_a

{
  "Error": "API error: Unknown error Transaction committed on chain, but failed execution: Out of gas"
}

Expected output

The simulation accurately estimates the gas cost, and the execution succeeds.

github-actions[bot] commented 3 months ago

This issue is stale because it has been open 45 days with no activity. Remove the stale label or comment - otherwise this will be closed in 15 days.

github-actions[bot] commented 1 month ago

This issue is stale because it has been open 45 days with no activity. Remove the stale label or comment - otherwise this will be closed in 15 days.