Skip to content

Releases: casper-network/casper-python-sdk

v1.2.0

04 Apr 10:22
Compare
Choose a tag to compare
  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

04 Mar 22:23
Compare
Choose a tag to compare

Change Log:

  1. Internal refactoring of RPC API client

v1.1.1

03 Mar 21:56
Compare
Choose a tag to compare

Change Log:

  1. Minor patch release that optimises v1.1.0.

v1.1.0

03 Mar 21:54
Compare
Choose a tag to compare

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

13 Feb 14:43
Compare
Choose a tag to compare

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

13 Jan 00:13
Compare
Choose a tag to compare
  1. Full deserialisation of deploys from bytes.

v0.11.2

11 Jan 14:27
Compare
Choose a tag to compare

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

0.11.1

30 Dec 17:35
Compare
Choose a tag to compare

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

0.11.0

30 Dec 11:17
Compare
Choose a tag to compare

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

0.10.4

30 Dec 11:18
Compare
Choose a tag to compare

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