Releases: blocto/solana-go-sdk
Releases · blocto/solana-go-sdk
v1.13.1
10 Feb 10:55
Compare
Sorry, something went wrong.
No results found
What's new?
Fix
ATA program should carry data in new version
v1.13.0
14 Jan 10:42
Compare
Sorry, something went wrong.
No results found
What's new
Rpc
getLatestBlockhash
getFeeForMessage
isBlockhashValid
Client
getLatestBlockhash
getFeeForMessage
isBlockhashValid
v1.12.0
09 Dec 01:53
Compare
Sorry, something went wrong.
No results found
What's new?
Add KeccakSecp256k1 instructions (thanks @Aphoh )
v1.11.0
23 Nov 15:55
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
What's new
Client
Fix
GetBlock base58 decode issue
GetTransaction base58 decode issue (#31 )
v1.10.0
27 Oct 07:42
Compare
Sorry, something went wrong.
No results found
What's new
Rpc
add
getClusterNodes
getEpochSchedule
getFeeCalculatorForBlockhash
getFeeRateGovernor
getFees
getInflationGovernor
getInflationReward
Client
add
getClusterNodes
sendTransctionWithConfig
v1.9.0
20 Oct 02:07
Compare
Sorry, something went wrong.
No results found
⚠️ ⚠️ ⚠️ 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
Sorry, something went wrong.
No results found
v1.8.0
12 Sep 02:34
Compare
Sorry, something went wrong.
No results found
What's new
add more friendly getTokenAccounBalance method.
v1.7.0
05 Sep 16:16
Compare
Sorry, something went wrong.
No results found
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.