Pysui

Latest version: v0.81.0

Safety actively analyzes 723217 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 19

0.76.0

Added

- [enhancement](https://github.com/FrankC01/pysui/issues/257) Keypair to bech32 format
- [enhancement](https://github.com/FrankC01/pysui/issues/256) smash utility to merge all Sui coins for address
- [enhancement](https://github.com/FrankC01/pysui/issues/255) splay utility to distribute coins to 1 or more addresses
- [change](https://github.com/FrankC01/pysui/issues/262) `GetMultipleVersionedObjects` to support Sui GraphQL 1.4x.x multiGetObjects
- [change](https://github.com/FrankC01/pysui/issues/259) `ServiceConfigGQL` added additional constraints

Fixed

- [bug](https://github.com/FrankC01/pysui/issues/258) Fix GetDelegatedStakes GraphQL query
- [bug](https://github.com/FrankC01/pysui/issues/261) Fix OptionalU64 decode in transfer_sui

Changed

- Bumped pysui-fastcrypto dependency
- Removed dead code and legacy dependencies in `async-gas`
- [change](https://github.com/FrankC01/pysui/issues/262) Deprecated `GetMultiplePastObjects` as Sui GraphQL 1.40.0 deprecated underlyting query and introduced multiGetObjects.

Removed

0.75.0

**BREAKING CHANGES to SerialTransactionExecution constructor**

Added

- [enhancement](https://github.com/FrankC01/pysui/issues/248) - SerialTransactionExecutor object resolution caching
- [enhancement](https://github.com/FrankC01/pysui/issues/250) - Sender and Sponsor support in SerialTransactionExecutor
- [enhancement](https://github.com/FrankC01/pysui/issues/254) - added wait_for_transaction on GraphQL clients

Fixed

- [bug](https://github.com/FrankC01/pysui/issues/249) GraphQL Option scalar encoding

Changed

- [change](https://github.com/FrankC01/pysui/issues/253) SerialTransactionExecution keywords on init changes
- [change](https://github.com/FrankC01/pysui/issues/252) SerialTransactionExectuor use int balance in _smash_gas sort
- Bumped pysui-fastcrypto to 0.5.1

Removed

0.74.0

Added

- [enhancement](https://github.com/FrankC01/pysui/issues/243) SerialTransactionExecutor implemented
Here are the initial [docs](https://pysui.readthedocs.io/en/latest/graphql_serial_exc.html)

Fixed

Changed

- [change](https://github.com/FrankC01/pysui/issues/246) `optional_object` handles 'None'

Removed

0.73.0

Added

- `wait_for_transaction` added to AsyncSuiGQLClient
- [enhancement](https://github.com/FrankC01/pysui/issues/245) GraphQL: Added `optional_object` to SuiTransactions

Fixed

- [bug](https://github.com/FrankC01/pysui/issues/244) Adding `epoch` property to SuiString for JSON RPC.
- However; Sui ignores this parameter in the implementation. Adding only for Insepct argument compatability
- [bug](https://github.com/FrankC01/pysui/issues/242) GraphQL: Fixed bug in publish_upgrade

Changed

- [enhancement](https://github.com/FrankC01/pysui/issues/241) Validator paging

Removed

0.72.0

Added

- GraphQL: Transaction execution adds BCS in result (Base64 encoded bcs serialization of the on-chain transaction effects.)
- GraphQL: bcs_txne.py BCS Definition for V1 and V2 TransactionEffects

Fixed

Changed

- [change](https://github.com/FrankC01/pysui/issues/239)
- JSON RPC: Sync and Async transactions accept Argument as recipient in `transfer_objects`
- GraphQL: Sync and Async transactions accept Argument as recipient in `transfer_objects`

Removed

0.71.0

Added

- [enhancement](https://github.com/FrankC01/pysui/issues/235)
- Signing personal message with intent added to SuiKeyPair as `sign_personal_message`
- Verifying personal message with signature added to SuiKeyPair as `verify_personal_message`

Fixed

- EventGQL type `sender` declaration
- [bug](https://github.com/FrankC01/pysui/issues/231) to fixup after including this release:
- Delete the previous configuration `rm -rf ~/.pysui` or where you may have initially located it
- Restart the app/script that was previously failing
- [bug](https://github.com/FrankC01/pysui/issues/237) GraphQL argument validator was not handling bool

Changed

- GetEvents inline docs
- GraphQL schema removed event type from event enumeration in StandardEvent fragment
- Deprecated `sign_message` on sui_crypto SuiKeyPair
- Deprecated `verify_message` on sui_crypto SuiKeyPair

Removed

Page 2 of 19

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.