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

Governance UI only works with single instruction transactions #1002

Open
nathanleclaire opened this issue Aug 31, 2022 · 0 comments
Open

Governance UI only works with single instruction transactions #1002

nathanleclaire opened this issue Aug 31, 2022 · 0 comments

Comments

@nathanleclaire
Copy link
Contributor

Oyster has support for passing multiple instructions per transaction in governance v2 using withInsertTransaction, but this is not currently supported by Realms UI as it uses getSingleInstruction.

https://github.com/solana-labs/governance-ui/blob/main/actions/executeTransaction.ts#L50

This is what I got after inserting other valid multi-instruction transaction with withInsertTransaction:

image

It can be worked around by inserting multiple single-instruction transactions, but it would be nice to have proper support for this. Filing issue to document.

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

No branches or pull requests

1 participant