Planetmint-driver

Latest version: v0.18.5

Safety actively analyzes 723650 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 6

0.3.0

------------------
Added
^^^^^
* Support for Planetmint server (HTTP API) 1.0.0rc1.
* Support for crypto-conditions RFC draft version 02.
* Added support for text search endpoint ``/assets?search=``

0.2.0

------------------
Added
^^^^^
* Support for Planetmint server 0.9.
* Methods for ``GET /`` and ``GET /api/v1``

Changed
^^^^^^^
* Node URLs, passed to ``Planetmint()`` MUST not include the api prefix
``'/api/v1'``, e.g.:

* BEFORE: ``http://localhost:9984/api/v1``
* NOW: ``http://localhost:9984``

0.1.0

------------------
Added
^^^^^
* Support for Planetmint server 0.8.0.
* Support for divisible assets.

Removed
^^^^^^^
* ``create()`` and ``transfer()`` under ``TransactionEndpoint``, and available
via ``Planetmint.transactions``. Replaced by the three "canonical"
transaction operations: ``prepare()``, ``fulfill()``, and ``send()``.
* Support for client side timestamps.

0.0.3

------------------
Added
^^^^^
* Support for "canonical" transaction operations:

* ``prepare``
* ``fulfill``
* ``send``

Deprecated
^^^^^^^^^^
* ``create()`` and ``transfer()`` under ``TransactionEndpoint``, and available
via ``Planetmint.transactions``. Replaced by the above three "canonical"
transaction operations: ``prepare()``, ``fulfill()``, and ``send()``.

Fixed
^^^^^
* ``Planetmint()`` default node setting on its transport class. See commit
`0a80206 <https://github.com/planetmint/planetmint-driver/commit/0a80206407ef155d220d25a337dc9a4f51046e70>`_

0.0.2

------------------

Added
^^^^^
* Support for Planetmint server 0.7.0

0.0.1a1

--------------------

* Planning release on PyPI.

Page 5 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.