metaplex-foundation / SolanaKT

This is a open source library on kotlin for Solana protocol.
MIT License
69 stars 37 forks source link

Add support for Versioned Transactions #127

Open kackogut opened 1 year ago

kackogut commented 1 year ago

Hi! When receiving transaction ByteArray from Jupiter with Versioned Transactions enabled (by default) I am receiving error:

Screenshot 2023-03-06 at 14 47 14

If I turn off Versioned Transactions on Jupiter, everything works as expected. Is the support for Versioned Transactions planned in the near future?