Releases: multiversx/mx-chain-rosetta
v0.5.2
This update contains the activation epoch for Spica.
Full Changelog: v0.5.1...v0.5.2
v0.5.1 (Spica)
This update involves extensive changes, including adding new features, refactoring existing code, and implementing additional tests (system tests, integration tests, unit tests).
The client of the Rosetta API should not be impacted at all - the new types of transactions brought by the Spica protocol upgrade are handled under the hood, while newly added features are disabled by default.
- Alignment with the Spica release:
- Handling of native transfers withing
MultiESDTNFTTransfer
transactions. Handling of Relayed V3 transactions(inner transactions can be native transfers).
- Handling of native transfers withing
- Re-designed logic around scheduled transactions (much more robust).
- Added a lot of new tests (unit tests and system tests).
- Added features around custom currencies (on construction API and data API) - these features are disabled, by default.
- Handle not only regular user accounts, but also smart contract accounts - this feature is disabled, by default.
Full Changelog: v0.4.4...v0.5.1
v0.5.0
This update involves extensive changes, including adding new features, refactoring existing code, and implementing additional tests (system tests, integration tests, unit tests).
The client of the Rosetta API should not be impacted at all - the new types of transactions brought by the Spica protocol upgrade are handled under the hood, while newly added features are disabled by default.
- Alignment with the Spica release:
- Handling of native transfers withing
MultiESDTNFTTransfer
transactions. - Handling of Relayed V3 transactions (inner transactions can be native transfers).
- Handling of native transfers withing
- Re-designed logic around scheduled transactions (much more robust).
- Added a lot of new tests (unit tests and system tests).
- Added features around custom currencies (on construction API and data API) - these features are disabled, by default.
- Handle not only regular user accounts, but also smart contract accounts - this feature is disabled, by default.
Full Changelog: v0.4.4...v0.5.0
v0.4.4
What's Changed
- Handle intra-shard relayed transactions with signal error by @andreibancioiu in #81
Full Changelog: v0.4.3...v0.4.4
v0.4.3
What's Changed
Other Notable Changes
- Reference newest chain-go by @andreibancioiu in #80
Full Changelog: v0.4.2...v0.4.3
v0.4.2
What's Changed
Other Notable Changes
- Handle fee for guarded transactions. Update references of go packages by @andreibancioiu in #78
Full Changelog: v0.4.1...v0.4.2
v0.4.1
What's Changed
- Handle edge case on scheduled invalid transactions, with SCR outcome by @andreibancioiu in #66
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- Update imports (post-github movements) by @andreibancioiu in #65
- Fix readme file after migration by @popenta in #62
New Contributors
Full Changelog: v0.3.5...v0.4.0
v0.3.5
What's Changed
Other Notable Changes
- (Low-impact) handle
meta transaction is invalid: not enough gas
by @andreibancioiu in #61 - Update readme (related to download instructions) by @andreibancioiu in #60
Full Changelog: v0.3.4...v0.3.5
v0.3.4
What's Changed
Other Notable Changes
- Add new CLI parameter:
--blockchain
by @andreibancioiu in #59
Full Changelog: v0.3.3...v0.3.4