blocto / solana-go-sdk

Solana Golang SDK
https://blocto.github.io/solana-go-sdk/
MIT License
366 stars 95 forks source link

Add maxSupportedTransactionVersion to getBlock RPC #103

Closed thiagosantana-mb closed 1 year ago

thiagosantana-mb commented 1 year ago

Minimal compatibility for blocks containing v0 transactions

yihau commented 1 year ago

Thank you! Just a nitpicking, could you use the full name?

- MaxTransactionVersion
+ MaxSupportedTransactionVersion
thiagosantana-mb commented 1 year ago

Thank you! Just a nitpicking, could you use the full name?

- MaxTransactionVersion
+ MaxSupportedTransactionVersion

Sure, done

yihau commented 1 year ago

I just released a new version. Feel free to open issues if you have any problems or any ideas!