-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simple Versioned Transaction Support #2407
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
There must be something up with the cache because these tests are all passing locally now. |
Hey there. Wonder if this PR is going to be fixed and merged soon? Just to have a clearer idea of the status of this feature |
As you can see by the commit history this is actively being worked on and should be ready to merge pretty soon. |
…al-xyz/anchor into simple_versioned_transaction_support
Let's just yolo merge this because CI seems out of date or using an old cache maybe. I can't reproduce the error it's getting. |
Just making some minimal changes to the Anchor ts package and provider / wallet API to support versioned transactions.
Essentially
provider
and the wallet interface will supportTransaction | VersionedTransaction
inputs.Eventually it would be nice to get rid of
Transaction
entirely and make the whole interface cleaner and more aligned with the newVersionedTransaction
approach in the solana web3 package but for now we're just going for minimal changes.