Skip to content

Bugfix 9125

alexey.stratulat requested to merge bugfix-9125 into release-5.2

[*] Updated python-cellframe: The baseTxCreate function has been redesigned for the Mempool class. Now the function takes 9 arguments. The 8th is required for a transaction not in the native ticker and is the key of the wallet from which the issue will be debited. For a transaction in a native ticker, the 8th argument is accepted as None and the 9th argument is required - it is a list of certificates. Updated cellframe-sdk: Reworked the function of creating a basic transaction, now it only accepts a private key, for a non-native ticker this key must be obtained from the wallet for a native one from a certificate. Up version node to 5.2-199

Edited by alexey.stratulat

Merge request reports