pysui icon indicating copy to clipboard operation
pysui copied to clipboard

SUI Python Client SDK

Results 27 pysui issues
Sort by recently updated
recently updated
newest added

- Use httpx/websockets gql (3.5.x) - Extend QueryNodes - Begin xxxClient seamless transitions - Initial Builder deprecation (EOL TBD) - PySui Version 1.0.0!

enhancement

ser/de exchanges [RFC - BCS](https://github.com/mystenlabs/sui/issues/13483)

change

See [HERE](https://github.com/MystenLabs/sui/pull/12989) for details

enhancement

Following up with MystenLabs on details. Include [Sui zklogin changes](https://github.com/MystenLabs/sui/pull/13124)

enhancement

This would allow a more 'templatized' construct where either Pure or Object inputs can be set to different values. So, for example, if constantly using a construct such as `split/transfer`...

enhancement

Currently generating a new 'address' uses default derivation path and generates the seed mnemonic. 1. Provide support providing derivation paths and validate alignment to ed25519 and secp256k1 base paths 2....

enhancement

[Poetry](https://python-poetry.org/) seems like a better alternative instead of using pure venvs manage the `dev-requirements`, `requirements` and publishing the package to `pypi`. It even uses `pyproject.toml` which is supported by new...

change

Add GitHub actions for running tests including linters and actual pytest before merging PRs or before committing to `main`.

change

Right now it's handling scalars and vector, extend to handle title casses. 1. Convert str to u8 and wrap in Option 2. Convert id (str) to u8 and wrap in...

change

Hey, I'd like to add Authorization header to the API call to the RPC endpoint. How can I add a custom header? Thanks!