Skip to content
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

Merged
merged 17 commits into from Mar 6, 2023

Conversation

Henry-E
Copy link
Contributor

@Henry-E Henry-E commented Feb 27, 2023

Just making some minimal changes to the Anchor ts package and provider / wallet API to support versioned transactions.

Essentially providerand the wallet interface will support Transaction | VersionedTransaction inputs.

Eventually it would be nice to get rid of Transaction entirely and make the whole interface cleaner and more aligned with the new VersionedTransaction approach in the solana web3 package but for now we're just going for minimal changes.

@vercel
Copy link

vercel bot commented Feb 27, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated
anchor-docs ⬜️ Ignored (Inspect) Visit Preview Mar 6, 2023 at 11:06AM (UTC)

@Henry-E
Copy link
Contributor Author

Henry-E commented Mar 1, 2023

There must be something up with the cache because these tests are all passing locally now.

@GuidoDipietro
Copy link

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

@Henry-E
Copy link
Contributor Author

Henry-E commented Mar 3, 2023

As you can see by the commit history this is actively being worked on and should be ready to merge pretty soon.

henrye added 2 commits March 6, 2023 10:13
@Henry-E
Copy link
Contributor Author

Henry-E commented Mar 6, 2023

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.

@Henry-E Henry-E merged commit 064dde4 into master Mar 6, 2023
Henry-E added a commit that referenced this pull request Mar 6, 2023
Henry-E added a commit that referenced this pull request Mar 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants