Skip to content

Features-6081

alexey.stratulat requested to merge features-6081 into master

The following work has been done:

  1. Added a constructor for Crypto.Sign, it takes two arguments a key and an object of type Datum, DatumTx, DatumToken, DaturmTokenEmission or bytes.
  2. Added a constructor for Crypto.Hash, it takes an argument of an object of type Datum, DatumTx, DatumToken, DaturmTokenEmission or bytes
  3. Added a function for the operation of the comparison operator in a Python script.
  4. The use of the PyErr_Print function has been replaced by our own functions for logging exceptions that have arisen in Python.

Merge request reports