Pysui

Latest version: v0.63.0

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

Scan your dependencies

Page 6 of 18

0.36.0

Added

- Sui RPC 1.11.0 support

Fixed

Changed

Removed

- Sui RPC 1.6.0 support
- `legacy_digest` option from `sui_utils.publish_build`

0.35.1

Added

- Sui RPC 1.11.0 support

Fixed

- [bug](https://github.com/FrankC01/pysui/issues/163) uleb128 encoding of
pure vectors (i.e. vector<u8>, etc.)

Changed

- Bumped dataclasses-json to 0.6.0
- `gas_budget` now optional on `SuiTransaction.get_transaction_data`

Removed

- Sui RPC 1.6.0 support
- `legacy_digest` option from `sui_utils.publish_build`

0.35.0

Added

- [enhcancement](https://github.com/FrankC01/pysui/issues/161) SuiTransaction supports offline signing.
`SuiTransaction.deferred_execution` takes same arguments as `SuiTransaction.execute` but returns a
base64 string that can be signed and then used in the `ExecuteTransaction` builder.
- `BaseMultiSig`, base class for `MultiSig`, that supports constructing with just publickeys. When
signatures are gathered then use `BaseMultiSig.signature_from` for generating the MultiSig signature. Attemptinig
to `SuiTransaction.execute` when using BaseMultiSig will fail
- `SuiConfig.keypair_for_publickey` method

Fixed

- [bug](https://github.com/FrankC01/pysui/issues/162) Constraint on vector limits constant
was replaced but validation routine not updated

Changed

Removed

0.34.1

Added

Fixed

- [bug](https://github.com/FrankC01/pysui/issues/160) MultiSig constraints changed to address.

Changed

Removed

0.34.0

Added

- KeyPair: signing (`sign_message`) arbitrary base64 strings and verifying (`verify_signature`) signatures.

Fixed

- [bug](https://github.com/FrankC01/pysui/issues/158) Failure evaluating Command in `verify_transaction(...)`
- Fails gracefully if calling `get_gas_from_faucet` on SuiClient's with non-supported config.

Changed

- [change](https://github.com/FrankC01/pysui/issues/154) Changes in align with new suibase proxy configuration
- [change](https://github.com/FrankC01/pysui/issues/155) Bump pysui-fastcrypto version requirement [see](https://github.com/FrankC01/pysui-fastcrypto/issues/1)
- [deprecating](https://github.com/FrankC01/pysui/issues/153) sui_utils `publish_build` option. Will remove in 0.36.0
- bumped pysui-fastcrypto depedency to >= 0.2.0

Removed

- pkg_resources dependency in sui_clients.common.py

0.33.1

Added

Fixed

Changed

- Bumped pysui version
- Bumped RPC API versions

Removed

Page 6 of 18

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.