Skip to content

Releases: casper-network/casper-python-sdk

v1.2.0

Choose a tag to compare

released this 04 Apr 10:22
  1. Factoring out node API's into distinct clients.
  2. API functions are async where appropriate.
  3. Node JSON-RPC types moved into types package.
  4. Crypto types moved into types package.
  5. API clients return instances of domain classes by default.
  6. Extension of unit tests & how-tos.

v1.1.2

Choose a tag to compare

released this 04 Mar 22:23

Change Log:

  1. Internal refactoring of RPC API client

v1.1.1

Choose a tag to compare

released this 03 Mar 21:56

Change Log:

  1. Minor patch release that optimises v1.1.0.

v1.1.0

Choose a tag to compare

released this 03 Mar 21:54

Change Log:

  1. 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.

  1. How-Tos have been restructured and extended.

v1.0.0

Choose a tag to compare

released this 13 Feb 14:43

Change Log:

  1. Brings SDK upto date with v1.5.6 of casper-node.
  2. How To's extended.
  3. Packaging subsystem migrated to poetry.

v0.12.0

Choose a tag to compare

released this 13 Jan 00:13
  1. Full deserialisation of deploys from bytes.

v0.11.2

Choose a tag to compare

released this 11 Jan 14:27

Added a how-to illustrating how-to create an EIP-55 style checksummed account hash.

0.11.1

Choose a tag to compare

released this 30 Dec 17:35

Supports v1.4.3 of casper-node. Main features: checksummed byte arrays; simplified serialisation.

0.11.0

Choose a tag to compare

released this 30 Dec 11:17

Supports v1.4.3 of casper-node. Main feature: checksummed byte arrays.

0.10.4

Choose a tag to compare

released this 30 Dec 11:18

Supports v1.4.1 of casper-node. Main feature: full serialisation.