This repository has been archived by the owner on Aug 26, 2024. It is now read-only.
Releases: multiversx/mx-deprecated-sdk-py-core
Releases · multiversx/mx-deprecated-sdk-py-core
v1.0.0 (moved to multiversx-sdk)
This project is deprecated. All the functionality has been moved to https://github.com/multiversx/mx-sdk-py.
v0.8.1
What's Changed
What's Changed
- handled negative int args serialization by @ovidiuolteanu in #68
- Update dependencies & fix encode signed numbers by @popenta in #72
New Contributors
- @ovidiuolteanu made their first contribution in #68
Full Changelog: v0.8.0...v0.8.1
v0.8.0
What's Changed
The breaking change that occurred in this release is that the field amount
of the Transaction
class has been renamed to value
according to the sdk-specs.
What's Changed
- Added a few missing tests to Token Management Factory by @cristure in #62
- Inherit options and version from inner transaction for relayedV2 transactions by @popenta in #65
- Relayed transactions factory by @popenta in #64
- Completed tests on token management factory. by @cristure in #63
- Replace amount with value for the Transaction class by @popenta in #66
Full Changelog: v0.7.4...v0.8.0
v0.7.4
0.7.3
v0.7.2
v0.7.1
v0.7.0
What's Changed
The package has been updated to match the sdk's specifications. The specs can be found here.
What's Changed
- Changed the Transaction class to match the sdk-specs by @popenta in #40
- Update the transaction factories & unit tests fixes by @popenta in #41
- Transfer and execute by @popenta in #42
- Transfer transactions factory by @popenta in #43
- Unit tests for tokens & fixed typo by @popenta in #47
- Update the Message class to match the sdk-specs by @popenta in #49
- Fully implemented the TokenComputer class by @popenta in #48
- Updated the Address class by @popenta in #50
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
- Add sender and receiver usernames for transactions by @popenta in #25
- Delegation factory by @popenta in #24
- Token operations by @andreibancioiu in #27
- Unify config for transaction factories by @andreibancioiu in #28
- Unify configs (fix after review) by @andreibancioiu in #29
- Merge main into feat/factories by @popenta in #30
- Add
from_dictionary()
method for Transaction by @popenta in #31 - Added a smart contract factory by @popenta in #34
- Guardian argument for factories by @popenta in #35
- Renamed the factory methods by @popenta in #36
- Bump version to v0.6.0 by @popenta in #38
- Feat/factories by @popenta in #26
Full Changelog: v0.5.0...v0.6.0