pysui
pysui copied to clipboard
SUI Python Client SDK
- Use httpx/websockets gql (3.5.x) - Extend QueryNodes - Begin xxxClient seamless transitions - Initial Builder deprecation (EOL TBD) - PySui Version 1.0.0!
ser/de exchanges [RFC - BCS](https://github.com/mystenlabs/sui/issues/13483)
See [HERE](https://github.com/MystenLabs/sui/pull/12989) for details
Following up with MystenLabs on details. Include [Sui zklogin changes](https://github.com/MystenLabs/sui/pull/13124)
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`...
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....
[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...
Add GitHub actions for running tests including linters and actual pytest before merging PRs or before committing to `main`.
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...
Hey, I'd like to add Authorization header to the API call to the RPC endpoint. How can I add a custom header? Thanks!