Skip to content

Releases: multiversx/mx-chain-rosetta

v0.7.2

15 Sep 11:40
998fdc2

Choose a tag to compare

No actual change in production code - not necessary for the de-activation of legacy relayed transactions (V1 and V2).

What's Changed

Other Notable Changes

  • Remove specialized CodeQL workflow (default one is good) etc. by @andreibancioiu in #137
  • Test legacy relayed V1 & V2 before and after de-activation. Removed some dead code, as well. by @andreibancioiu in #138

Full Changelog: v0.7.1...v0.7.2

v0.7.1

16 Jul 11:07
6587622

Choose a tag to compare

Regular production flows (i.e. simple transfers of the native token) should not care about these logic changes.

What's Changed

Other Notable Changes

Full Changelog: v0.7.0...v0.7.1

v0.7.0

09 Jul 11:05
7573686

Choose a tag to compare

v0.7.0 Pre-release
Pre-release

Regular production flows (i.e. simple transfers of the native token) should not care about these logic changes.

What's Changed

Other Notable Changes

  • Increase robustness of "claim developer rewards" (fix reconcilation issue) by @andreibancioiu in #133
  • Drop legacy logic that handles special, exotic transactions / circumstances in the pre-Sirius era by @andreibancioiu in #134
  • (CI and tests) Simplify system tests around legacy relayed transactions (v1 and v2) - cleanup by @andreibancioiu in #132
  • (CI and tests) Update codecov workflow by @andreibancioiu in #130

Full Changelog: v0.6.2...v0.7.0

v0.6.2

02 Jul 10:33
daabfd9

Choose a tag to compare

v0.6.2 Pre-release
Pre-release

Barnard: update dependencies and Go version. No functional change on Rosetta's side.

What's Changed

Other Notable Changes

Full Changelog: v0.6.1...v0.6.2

v0.6.1

03 Feb 16:49
a546d6c

Choose a tag to compare

What's Changed

Other Notable Changes

Full Changelog: v0.6.0...v0.6.1

v0.6.0

20 Jan 11:58
757da3a

Choose a tag to compare

What's Changed

Other Notable Changes

Full Changelog: v0.5.2...v0.6.0

v0.5.2

12 Nov 13:47
320bd37

Choose a tag to compare

This update contains the activation epoch for Spica.

Full Changelog: v0.5.1...v0.5.2

v0.5.1 (Spica)

02 Oct 08:45
bc89fab

Choose a tag to compare

v0.5.1 (Spica) Pre-release
Pre-release

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).
  • 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

24 Sep 16:21
0f98bf3

Choose a tag to compare

v0.5.0 Pre-release
Pre-release

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).
  • 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

06 Sep 07:00
0ab9266

Choose a tag to compare

What's Changed

Full Changelog: v0.4.3...v0.4.4