Skip to content

Multisig calls from Polkadot.js on Polkadot AssetHub do not commit call data onchain #12042

@CoinStudioDOT

Description

@CoinStudioDOT

After the Polkadot AssetHub migration, multisig calls created via Polkadot.js Developer - Extrinsic are no longer committing call data onchain.
Only the call hash is stored, which makes these multisig calls impossible to approve.

This issue seems specific to Polkadot.js on Polkadot AssetHub:

  • Polkadot.js multisig calls work correctly on Kusama AssetHub, where call data is committed.
  • Multisig calls created using the Mimir wallet on Polkadot AssetHub work as intended and include full call data.

Examples

❌ Polkadot.js multisig calls on Polkadot AssetHub — missing call data

In both cases, only the call hash is recorded, the call data is not committed.

✅ Mimir multisig call on Polkadot AssetHub — call data committed correctly

This shows AssetHub supports multisig call data correctly and that the issue is specific to Polkadot.js submissions.

✅ Polkadot.js multisig calls on Kusama AssetHub — working as expected

This shows that Polkadot.js multisig extrinsic is functioning correctly on Kusama AssetHub.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions