Releases: blocto/solana-go-sdk
Releases · blocto/solana-go-sdk
v1.13.1
v1.13.0
v1.12.0
v1.11.0
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
v1.10.0
v1.9.0
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
v1.8.0
v1.7.0
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.