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

Separate write buffer from IDL account #105

Closed
armaniferrante opened this issue Mar 11, 2021 · 1 comment
Closed

Separate write buffer from IDL account #105

armaniferrante opened this issue Mar 11, 2021 · 1 comment

Comments

@armaniferrante
Copy link
Member

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.

@armaniferrante
Copy link
Member Author

Addressed by #107.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant