You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently on-chain IDL mutation is done via a single authority that writes directly into the account. This is limited since it's not really convenient for multisig governance over the IDL.
Imagine if the upgradeable loader required a multisig to sign every transaction to the write-buffer, instead of just the final, Upgrade instruction.
Anchor should do what the upgradeable loader does, i.e., use a write buffer that anyone can create, and then allow the IDL authority to upgrade the write buffer.
The text was updated successfully, but these errors were encountered:
Currently on-chain IDL mutation is done via a single authority that writes directly into the account. This is limited since it's not really convenient for multisig governance over the IDL.
Imagine if the upgradeable loader required a multisig to sign every transaction to the write-buffer, instead of just the final,
Upgrade
instruction.Anchor should do what the upgradeable loader does, i.e., use a write buffer that anyone can create, and then allow the IDL authority to upgrade the write buffer.
The text was updated successfully, but these errors were encountered: