polkadot-js / extension

Simple browser extension for managing Polkadot and Substrate network accounts in a browser. Allows the signing of extrinsics using these accounts. Also provides a simple interface for compliant extensions for dapps.
Apache License 2.0
965 stars 403 forks source link

"Call vector exceeds limit" while clearing referendum locks #1320

Open Jessie-1 opened 5 months ago

Jessie-1 commented 5 months ago

chrome polkadot js version : 0.44.1

img

Jessie-1 commented 5 months ago

I proxied my governance to another address and removed locks using the Nova wallet. Link to Reddit post. Hope polkadot.js comes up with a solution.

TarikGul commented 4 months ago

The issue here was trying to batch locks in a call right?

Tbaut commented 4 months ago

I've seen batches of opengov delegation fail on Kusama, when they are > 9 tracks. I couldn't manage to find the github issue regarding this, but this is not an extension issue in that case.