paulmillr / micro-sol-signer

Create, sign & decode Solana transactions with minimum deps
MIT License
51 stars 8 forks source link

Feature request: Versioned Transactions #13

Open mahnunchik opened 1 week ago

mahnunchik commented 1 week ago

Versioned transactions are used (default settings) by raydium.io exchange. It would be helpful to support it.

Current implementation throw the error on attempt of parsing tx data:

Error: Reader(msg/instructions/0/keys/587): readBytes: Unexpected end of buffer
mahnunchik commented 1 week ago

It seems it is related https://github.com/paulmillr/micro-sol-signer/issues/11