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
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.
This is what I got after inserting other valid multi-instruction transaction with withInsertTransaction:
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.
The text was updated successfully, but these errors were encountered:
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 usesgetSingleInstruction
.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
: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.
The text was updated successfully, but these errors were encountered: