multiversx / mx-sdk-py

The MultiversX Python SDK.
MIT License
7 stars 0 forks source link

Remove token computer dependency from transactions factories & compute bytes to verify transaction signature #23

Closed popenta closed 4 months ago

popenta commented 5 months ago

This PR introduces a few breaking changes. These changes we're introduced to match the specs and the sdk-js-core implementation.

The SmartContractTransactionsFactory and TransferTransactionsFactory don't need to be instantiated using an object of type token_computer: ITokenComputer.

The IAddressConverter interface was removed as it was not used.