Skip to content

Releases: block-vision/sui-go-sdk

Release v1.0.9

26 Jun 06:18
ea265cf
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Replace github.com/tyler-smith/go-bip39 because of not found #57

Release v1.0.8

21 May 11:10
4f89dd8
Compare
Choose a tag to compare

🐛 Bug Fixes
Fixed bcs decode issues #55

Release v1.0.7

30 Apr 07:44
09784d3
Compare
Choose a tag to compare

✨ 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

07 Oct 20:17
Compare
Choose a tag to compare
  1. Support verify zklogin signature.
  2. Add GetTxDigest util.

Update sdk version

09 Oct 03:32
Compare
Choose a tag to compare
  1. Support the mainstream methods in the Object, Coin, Event, Read Transaction Blocks, System Data, and Write Transaction Blocks modules.
  2. Customized request method SuiCall.
  3. Unsigned methods can be executed without loading your keystore file.
  4. Provide the method SignAndExecuteTransactionBlock to send signed transaction.
  5. Support subscriptions to events or transactions via websockets.