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

feat: added support for version transactions #15

Merged
merged 2 commits into from
Jul 23, 2024
Merged

Conversation

nickfrosty
Copy link
Member

@nickfrosty nickfrosty commented Jul 23, 2024

added support for the web3js VersionedTransaction inside of createPostResponse

Fixes: #14

@nickfrosty nickfrosty merged commit 62a3755 into main Jul 23, 2024
3 checks passed
@nickfrosty nickfrosty deleted the version-transaction branch July 23, 2024 19:35
if (fields.transaction.version == "legacy") {
fields.transaction.message = message.compileToLegacyMessage();
} else {
fields.transaction.message = message.compileToV0Message();
Copy link

Choose a reason for hiding this comment

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

please check the Address Lookup Tables

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.

createPostResponse does not support VersionTransaction
2 participants