orca-so / orca-sdks

Open-sourced typescript SDKs for Orca
MIT License
43 stars 10 forks source link

Fix TransactionBuilder bug where adding empty ixs caused errors #74

Closed terranmoccasin closed 3 months ago

terranmoccasin commented 3 months ago

When compute budget options are set to "auto" in buildSync, the prepend instructions are empty. Calling transaction.add() results in an unhandled exception.