Releases: casper-network/casper-python-sdk
Releases · casper-network/casper-python-sdk
v1.2.0
v1.1.2
Change Log:
- Internal refactoring of RPC API client
v1.1.1
Change Log:
- Minor patch release that optimises v1.1.0.
v1.1.0
Change Log:
- The node client has been split out into a client per API:
- REST API - NodeRestClient
- RPC API - NodeRpcClient
- Speculative RPC API - NodeSpeculativeRpcClient
- SSE API - NodeSseClient
This allows finer grained access to a Node's API surface. Certain endpoints (e.g. REST) that were previously unavailable are now supported. Furthermore some of the RPC endpoint functions now optionally return strong types rather than simply dictionaries dumped from json blobs.
- How-Tos have been restructured and extended.
v1.0.0
Change Log:
- Brings SDK upto date with v1.5.6 of casper-node.
- How To's extended.
- Packaging subsystem migrated to poetry.
v0.12.0
- Full deserialisation of deploys from bytes.
v0.11.2
Added a how-to illustrating how-to create an EIP-55 style checksummed account hash.
0.11.1
Supports v1.4.3 of casper-node. Main features: checksummed byte arrays; simplified serialisation.
0.11.0
Supports v1.4.3 of casper-node. Main feature: checksummed byte arrays.
0.10.4
Supports v1.4.1 of casper-node. Main feature: full serialisation.