skynetcap / solanaj

Solana RPC client written in Java
MIT License
82 stars 43 forks source link

Versioned transaction #61

Open raul1ro opened 1 month ago

raul1ro commented 1 month ago

It is possible to create a versioned transaction? https://solana.com/docs/advanced/versions#max-supported-transaction-version

skynetcap commented 1 month ago

Still in progress. Open to a pull request from anyone.

bliplink commented 1 month ago

Do you have a support plan? Currently waiting for v0 Message

skynetcap commented 1 month ago

We don't have formal support plans in place yet, but it's something that could be done. If you're interested in discussing your needs or getting updates on when these options become available, my email is contact@mmorrell.com.

v0 support remains in the backlog, but it's on my todo list. It's already partially done (https://github.com/skynetcap/solanaj/pull/52).

skynetcap commented 1 month ago

Update: I'm deep in the trenches on this. ETA is done in a week.

bliplink commented 3 weeks ago

How's the progress?