client-sdk-python
client-sdk-python copied to clipboard
Python client library for Diem
Bumps [cryptography](https://github.com/pyca/cryptography) from 39.0.1 to 41.0.3. Changelog Sourced from cryptography's changelog. 41.0.3 - 2023-08-01 * Fixed performance regression loading DH public keys. * Fixed a memory leak when using :class:`~cryptography.hazmat.primitives.ciphers.aead.ChaCha20Poly1305`....
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.7.4.post0 to 3.8.5. Release notes Sourced from aiohttp's releases. 3.8.5 Security bugfixes Upgraded the vendored copy of llhttp_ to v8.1.1 -- by :user:webknjaz and :user:Dreamsorcerer. Thanks to...
Bumps [requests](https://github.com/psf/requests) from 2.20.0 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...
Bumps [numpy](https://github.com/numpy/numpy) from 1.18 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
## Motivation Client sdk is used to perform mint/burn/account creation functionality using python. Updated click and black version to the latest for solving dependency issues and to test the Client...
Is the serialization/deserialization available as a standalone package? I'm writing a [SUI python SDK](https://github.com/FrankC01/pysui) and recent changes require BCS serialization/deserialization.
I assume this wallet can send payments. My question is: can the wallet sign any smart contract with a private key? Is there any javascript version for the wallet? George...
Diem Core - [x] Payment Metadata: https://github.com/diem/diem/pull/8335 - [x] Create string type of 64 chars: https://github.com/diem/diem/pull/8362 - [x] JSON RPC: "diem ID domains" field under parent VASP https://github.com/diem/diem/pull/8363/ - [x]...
Async client has significant better performance and scalability. It will become harder and harder to switch to async IO when more features are built. We may keep current blocking client...
- [ ] content detached jws encode, decode - [ ] JsonRpc server - [ ] Auth by content detached JWS - [ ] Map JsonRpc error to http error...