Skip to content

Releases: block-vision/sui-go-sdk

Release v1.1.2

15 Sep 02:22

Choose a tag to compare

feat: upgrade golang.org/x/crypto to v0.42.0

  • Fix critical authorization bypass in ServerConfig.PublicKeyCallback
  • Resolve DoS vulnerability in key exchange process
  • Update go.mod dependencies for security compliance

Fixes: security/dependabot #9, #10

Release v1.1.1

28 Aug 02:36
9a9a60a

Choose a tag to compare

Changelog

[v1.0.0] - 2025-08-27

  • Renamed the Event field to Type in MoveEventModule (#69).
  • Eliminated duplicate code in sui/*.go (#71).
  • Changed modules to byte[][] type (#72).

Release v1.1.0

16 Jul 08:57
ce990c0

Choose a tag to compare

🚀 Features

  • Add NewSignerWithSecretKey function for ed25519 private key support (#63)

Release v1.0.9

26 Jun 06:18
ea265cf

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

Choose a tag to compare

🐛 Bug Fixes
Fixed bcs decode issues #55

Release v1.0.7

30 Apr 07:44
09784d3

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

Choose a tag to compare

  1. Support verify zklogin signature.
  2. Add GetTxDigest util.

Update sdk version

09 Oct 03:32

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.