Skip to content

feat: add v0 txn support for solana - #188

Open
Keyur279 wants to merge 2 commits into
mainfrom
feat/Solana-v0
Open

feat: add v0 txn support for solana#188
Keyur279 wants to merge 2 commits into
mainfrom
feat/Solana-v0

Conversation

@Keyur279

@Keyur279 Keyur279 commented May 5, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

@changeset-bot

changeset-bot Bot commented May 5, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: e8fdb82

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@Keyur279
Keyur279 requested a review from muzaffarbhat07 June 1, 2026 07:56
const msgBytes = Buffer.from(params.txn, 'hex');
const isVersioned = msgBytes.length > 0 && msgBytes[0] === 0x80;

if (isVersioned) {

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we need to handle versioned transactions manually? Does SolanaWeb3 not support versioned transactions?

@Keyur279
Keyur279 requested a review from muzaffarbhat07 June 3, 2026 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants