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

Add optionnal parameter maxSupportedTransactionVersion to support ver… #428

Closed

Conversation

nazbrok
Copy link
Contributor

@nazbrok nazbrok commented Jan 16, 2023

This PR aim to fix the issue #426

Solana added versionned transaction since EPOCH 358.

Current version of solnet only support getTransaction and getBlock on LEGACY version.
To be able to call getTransaction or getBlock on versionned transaction, the optionnal parameter maxSupportedTransactionVersion need to be set to 0.


namespace Solnet.Rpc.Models
{
public class VersionnedMessage

Choose a reason for hiding this comment

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

typo: VersionedMessage

@b0l0k b0l0k force-pushed the allow-gettransaction-on-versionned-tx branch 2 times, most recently from 9fcb5e7 to d8e03de Compare August 5, 2023 10:53
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.

None yet

3 participants