Skip to content

Releases: blocto/solana-go-sdk

v1.13.1

10 Feb 10:55
Compare
Choose a tag to compare

What's new?

Fix

  • ATA program should carry data in new version

v1.13.0

14 Jan 10:42
74e414a
Compare
Choose a tag to compare

What's new

Rpc

  • getLatestBlockhash
  • getFeeForMessage
  • isBlockhashValid

Client

  • getLatestBlockhash
  • getFeeForMessage
  • isBlockhashValid

v1.12.0

09 Dec 01:53
Compare
Choose a tag to compare

What's new?

  • Add KeccakSecp256k1 instructions (thanks @Aphoh)

v1.11.0

23 Nov 15:55
Compare
Choose a tag to compare

What's new

Client

Add

  • GetAccountWithConfig
  • GetSignatureStatus
  • GetSignatureStatusWithConfig
  • GetSignatureStatuses
  • GetSignatureStatusesWithConfig
  • SimulateTransaction

Misc

  • fix not found tx will cause panic
  • add more metaplex instrucitons
  • TransactionMetaTokenBalance add option owner, (thanks @crossle)

v1.10.2

07 Nov 06:19
Compare
Choose a tag to compare

What's new

Client

Fix

  • GetBlock base58 decode issue
  • GetTransaction base58 decode issue (#31)

v1.10.0

27 Oct 07:42
Compare
Choose a tag to compare

What's new

Rpc

add

  • getClusterNodes
  • getEpochSchedule
  • getFeeCalculatorForBlockhash
  • getFeeRateGovernor
  • getFees
  • getInflationGovernor
  • getInflationReward

Client

add

  • getClusterNodes
  • sendTransctionWithConfig

v1.9.0

20 Oct 02:07
Compare
Choose a tag to compare

⚠️⚠️⚠️ This version contains many breaking changes ⚠️⚠️⚠️

What's new

  • extract all arguments into struct from instructions of program
  • extract rpc client from client
  • remove some ambiguous api designing

I've updated gitbook and examples folder.
for more usecase can refer to either of them.

v1.8.1

21 Sep 16:52
Compare
Choose a tag to compare

Fix:
#20

v1.8.0

12 Sep 02:34
Compare
Choose a tag to compare

What's new

  • add more friendly getTokenAccounBalance method.

v1.7.0

05 Sep 16:16
Compare
Choose a tag to compare

What's new

  • add three different new ways to create an account AccountFromBase58 / AccountFromHex / AccountFromBytes
  • add sign method to Account
  • add a new ways to create tx and send it.
  • support metaplex tokenmeta account's deserialize 🎉

more examples can refer to gitbook.