Releases: block-vision/sui-go-sdk
Releases · block-vision/sui-go-sdk
Release v1.0.9
🐛 Bug Fixes
- Replace github.com/tyler-smith/go-bip39 because of not found #57
Release v1.0.8
🐛 Bug Fixes
Fixed bcs decode issues #55
Release v1.0.7
✨ Features
-
Support for Programmable Transactions, enabling more complex transaction workflows
-
Support for BCS encoding/decoding
-
Support for ZkLogin signature verification.
🐛 Bug Fixes
- Fixed the example for
SuiDevInspectTransactionBlock
to align with the latest API changes
Update sdk version
- Support verify zklogin signature.
- Add GetTxDigest util.
Update sdk version
- Support the mainstream methods in the Object, Coin, Event, Read Transaction Blocks, System Data, and Write Transaction Blocks modules.
- Customized request method SuiCall.
- Unsigned methods can be executed without loading your keystore file.
- Provide the method SignAndExecuteTransactionBlock to send signed transaction.
- Support subscriptions to events or transactions via websockets.