Skip to content

Releases: blocto/solana-go-sdk

v1.30.0

07 May 19:00
Compare
Choose a tag to compare

v1.29.0

05 May 14:54
Compare
Choose a tag to compare

Full Changelog: v1.28.0...v1.29.0

v1.28.0

13 Apr 10:29
Compare
Choose a tag to compare

Full Changelog: v1.27.0...v1.28.0

v1.27.0

26 Feb 05:33
Compare
Choose a tag to compare

What's New?

Client/Rpc

  • add getHealth
  • add getEpochInfo
  • add getVoteAccount
  • add getRecentPrioritizationFees

Programs

program/metaplex/token_metadata
  • add update metadata v2 method

Misc

v1.26.0

10 Aug 05:35
0f36048
Compare
Choose a tag to compare

What's New?

  • Add ProgrammableConfig to token metadata struct. (#137) (thanks @omarkilani )
  • feat: use a custom token account struct in client (#141)

v1.25.0

07 Jul 17:56
Compare
Choose a tag to compare

What's New?

All are the same with the previous release. Only rename the organization.

v1.24.0

23 Jun 17:42
746b694
Compare
Choose a tag to compare

What's New

  • add CreateMetadataAccountV3 for token-meta program
  • support more ATA instruction

⚠️ BREAKING CHANGE ⚠️

this release includes lots of client refactoring. feel free to send me an issue if you think anything is wrong!

v1.23.0

13 Dec 20:25
9928d96
Compare
Choose a tag to compare

Rpc

  • GetTransaction supports version, returnData and computeUnitsConsumed
  • GetBlock supports version, returnData and computeUnitsConsumed
  • Add getVoteAccounts

Misc

  • V0 transaction supports multiple address lookup tables
  • Handle error and add flexible config (Thanks @ffc0)

Fix

  • Remove omitempty from DataSlice fields (Thanks @omarkilani )

v1.22.1

12 Oct 02:53
Compare
Choose a tag to compare

What's New

Client

  • Fix get multiple account encoding assertion

RPC

  • Fix get transaction parse jsonEncoding error

v1.22.0

30 Sep 13:51
89d25af
Compare
Choose a tag to compare

What's new?

Rpc

GetBlock

  • supported maxSupportedTransactionVersion (Thanks @thiagosantana-mb )
  • supported loadedAddresses

GetTransaction

  • supported loadedAddresses

Program

  • slot hashes

Fix